reduce some LOC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user