load local configs
This commit is contained in:
parent
d7aac8d554
commit
8aa1f27ded
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -15,6 +15,7 @@ vim.opt.writebackup = false
|
|||
vim.opt.history = 5000
|
||||
vim.opt.shada = { "'1000", '<50', 's10', 'h' }
|
||||
vim.g.syntax = true
|
||||
vim.o.exrc = true -- load local configs in plugin dir
|
||||
|
||||
-- Tabs and Indents
|
||||
-- ===
|
||||
|
|
Loading…
Add table
Reference in a new issue