pimp up nvim functionality for other languages (not only Python)
This commit is contained in:
@@ -8,7 +8,20 @@ return {
|
||||
if ok then
|
||||
configs.setup({
|
||||
auto_install = true,
|
||||
ensure_installed = { "python", "lua", "json", "yaml", "javascript", "typescript" },
|
||||
ensure_installed = {
|
||||
"python",
|
||||
"lua",
|
||||
"json",
|
||||
"yaml",
|
||||
"javascript",
|
||||
"typescript",
|
||||
"tsx",
|
||||
"html",
|
||||
"css",
|
||||
"bash",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
},
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
folding = { enable = true },
|
||||
|
||||
Reference in New Issue
Block a user