updates
This commit is contained in:
+6
-1
@@ -440,7 +440,12 @@ require("packer").startup {
|
|||||||
run = ":TSUpdate",
|
run = ":TSUpdate",
|
||||||
config = function()
|
config = function()
|
||||||
require("nvim-treesitter.configs").setup {
|
require("nvim-treesitter.configs").setup {
|
||||||
ensure_installed = "maintained"
|
ensure_installed = {
|
||||||
|
"bash", "lua", "c", "comment", "cpp", "css", "cuda", "dockerfile",
|
||||||
|
"fish", "graphql", "help", "html", "java", "javascript", "json",
|
||||||
|
"json5", "julia", "latex", "lua", "make", "markdown", "ninja",
|
||||||
|
"python", "regex", "toml", "vim", "yaml"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user