erynwells.me/.nvim/after/ftplugin/javascript.lua

5 lines
128 B
Lua
Raw Normal View History

-- Eryn Wells <eryn@erynwells.me>
local root = gitTopLevelDirectory()
vim.opt_local.path:prepend(root .. "/assets/scripts/**")