should work better now
This commit is contained in:
parent
8f05b02766
commit
32f636c41b
34 changed files with 233 additions and 2298 deletions
|
|
@ -1,6 +1,34 @@
|
|||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
build = ':TSUpdate',
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
'lua',
|
||||
'vim',
|
||||
'vimdoc',
|
||||
'rust',
|
||||
'typescript',
|
||||
'javascript',
|
||||
'html',
|
||||
'css',
|
||||
'scss',
|
||||
'json',
|
||||
'sql',
|
||||
'nix',
|
||||
'bash',
|
||||
'yaml',
|
||||
'dockerfile',
|
||||
'markdown',
|
||||
'markdown_inline',
|
||||
'c',
|
||||
'cpp',
|
||||
'python',
|
||||
'toml',
|
||||
'astro',
|
||||
'vue',
|
||||
'java',
|
||||
},
|
||||
auto_install = true,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue