chore: latest vimming
This commit is contained in:
parent
92bd99d8ea
commit
cc99d55125
4 changed files with 32 additions and 10 deletions
|
|
@ -1,5 +1,20 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = { "rust", "vim", "javascript", "html", "css", "python", "java", "lua", "perl", "php", "c", "json" },
|
||||
ensure_installed = {
|
||||
"c",
|
||||
"css",
|
||||
"html",
|
||||
"java",
|
||||
"javascript",
|
||||
"json",
|
||||
"lua",
|
||||
"perl",
|
||||
"php",
|
||||
"python",
|
||||
"rust",
|
||||
"typst",
|
||||
"vim",
|
||||
"vimdoc",
|
||||
},
|
||||
|
||||
ignore_install = { "latex", "markdown", "htmldjango" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue