load local configs

This commit is contained in:
Christoph J. Scherr 2025-03-12 13:07:26 +01:00
parent d7aac8d554
commit 8aa1f27ded
Signed by: PlexSheep
GPG key ID: 9EB784BB202BB7BB

View file

@ -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
-- ===