feat(nvim): enable project specific settings

This commit is contained in:
Price Hiller 2023-05-18 02:25:36 -05:00
parent c37316fee0
commit 196ade61ea
No known key found for this signature in database

View File

@ -132,6 +132,9 @@ M.setup = function()
-- Limit default menu height for completions
opt.pumheight = 30
-- Allow per project configuration via exrc
opt.exrc = true
end
return M