feat: more qol with some fixes
This commit is contained in:
@@ -1,35 +1,35 @@
|
||||
local options = {
|
||||
auto_install = true,
|
||||
ensure_installed = {
|
||||
"lua",
|
||||
"css",
|
||||
"scss",
|
||||
"html",
|
||||
"json",
|
||||
"tsx",
|
||||
"bash",
|
||||
"javascript",
|
||||
"json",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"python",
|
||||
"query",
|
||||
"regex",
|
||||
"typescript",
|
||||
"styled",
|
||||
"vim",
|
||||
"yaml",
|
||||
"rust",
|
||||
"ruby",
|
||||
"c",
|
||||
},
|
||||
auto_install = true,
|
||||
ensure_installed = {
|
||||
"lua",
|
||||
"css",
|
||||
"scss",
|
||||
"html",
|
||||
"json",
|
||||
"tsx",
|
||||
"bash",
|
||||
"javascript",
|
||||
"json",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"python",
|
||||
"query",
|
||||
"regex",
|
||||
"typescript",
|
||||
"styled",
|
||||
"vim",
|
||||
"yaml",
|
||||
"rust",
|
||||
"ruby",
|
||||
"c",
|
||||
},
|
||||
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
},
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
},
|
||||
|
||||
indent = { enable = true },
|
||||
indent = { enable = true },
|
||||
}
|
||||
|
||||
return options
|
||||
|
||||
@@ -35,9 +35,11 @@ local config = {
|
||||
indent = { enabled = false },
|
||||
input = { enabled = false },
|
||||
picker = { enabled = true },
|
||||
notifier = { enabled = false },
|
||||
notifier = { enabled = true },
|
||||
notify = { enabled = true },
|
||||
quickfile = { enabled = false },
|
||||
scope = { enabled = true },
|
||||
terminal = { enabled = true },
|
||||
scroll = { enabled = true },
|
||||
statuscolumn = { enabled = true },
|
||||
words = { enabled = true },
|
||||
|
||||
Reference in New Issue
Block a user