reduce some LOC
This commit is contained in:
parent
4990b23935
commit
2ee1ada911
7 changed files with 10 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue