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

4 lines
128 B
Lua

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