chore(nvim): plugins, updates

This commit is contained in:
2023-09-19 01:34:42 +03:00
parent 020012eb60
commit 00de4a7b83
3 changed files with 28 additions and 5 deletions

View File

@@ -0,0 +1,23 @@
return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"bash",
"html",
"javascript",
"json",
"lua",
"markdown",
"markdown_inline",
"python",
"query",
"regex",
"tsx",
"typescript",
"vim",
"yaml",
},
},
},
}