update to neovim

This commit is contained in:
KaasKop-
2024-03-28 20:58:07 +01:00
parent bb4de1a926
commit 2f3d89a4b8
7 changed files with 127 additions and 88 deletions

View File

@@ -1,29 +1,28 @@
return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"bash",
"c_sharp",
"css",
"scss",
"dockerfile",
"html",
"javascript",
"json",
"lua",
"markdown",
"markdown_inline",
"sql",
"python",
"query",
"regex",
"tsx",
"typescript",
"vim",
"yaml",
"xml",
},
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"bash",
"html",
"javascript",
"json",
"lua",
"markdown",
"markdown_inline",
"python",
"query",
"regex",
"tsx",
"typescript",
"vim",
"yaml",
"fish",
"sql",
"properties",
"rust",
"vue",
"xml",
"csv",
},
},
}