reduce some LOC

This commit is contained in:
siduck
2023-01-29 23:30:13 +05:30
parent 4990b23935
commit 2ee1ada911
7 changed files with 10 additions and 53 deletions

View File

@@ -1,18 +1,14 @@
dofile(vim.g.base46_cache .. "syntax")
local options = {
ensure_installed = {
"lua",
},
ensure_installed = { "lua" },
highlight = {
enable = true,
use_languagetree = true,
},
indent = {
enable = true,
},
indent = { enable = true },
}
-- check for any override