enable exrc

This commit is contained in:
leafee98 2023-07-08 15:08:08 +08:00
parent fe8a49fec2
commit dce111ff7f

View file

@ -1,3 +1,6 @@
-- enable read config from CWD
vim.o.exrc = true
vim.o.tabstop = 4
vim.o.shiftwidth = 0
vim.o.softtabstop = -1