Feat: Moved astronvim user config from submodule

This commit is contained in:
2023-04-26 23:44:19 +03:00
parent fb48a86b27
commit 6126827503
15 changed files with 1131 additions and 8 deletions

View File

@@ -0,0 +1,33 @@
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"bash",
"c",
"cmake",
"comment",
"diff",
"dockerfile",
"gitignore",
"graphql",
"html",
"javascript",
"json",
"json5",
"latex",
"lua",
"markdown",
"php",
"phpdoc",
"python",
"scss",
"terraform",
"todotxt",
"toml",
"typescript",
"vim",
"vue",
"yaml",
},
},
}