moving editorconfig to options

main
Zynh Ludwig 2024-07-22 01:47:32 -07:00
parent 4388bdef04
commit 521a481e71
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,3 @@
require("config.lazy")
local ok, mymod = pcall(require, "parsers")
vim.g.editorconfig = true

View File

@ -10,6 +10,8 @@ vim.filetype.add({
},
})
vim.g.editorconfig = true
vim.cmd([[
filetype plugin on
filetype indent off