feat(nvim): enable project specific settings
This commit is contained in:
parent
c37316fee0
commit
196ade61ea
@ -132,6 +132,9 @@ M.setup = function()
|
|||||||
|
|
||||||
-- Limit default menu height for completions
|
-- Limit default menu height for completions
|
||||||
opt.pumheight = 30
|
opt.pumheight = 30
|
||||||
|
|
||||||
|
-- Allow per project configuration via exrc
|
||||||
|
opt.exrc = true
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
Loading…
x
Reference in New Issue
Block a user