Add Treesitter languages
This commit is contained in:
parent
8e89b11cdb
commit
6fa5140511
1 changed files with 7 additions and 0 deletions
7
init.lua
7
init.lua
|
|
@ -66,22 +66,29 @@ ts.setup {
|
|||
ensure_installed = {
|
||||
'bash',
|
||||
'c',
|
||||
'cmake',
|
||||
'cpp',
|
||||
'css',
|
||||
'comment',
|
||||
'dockerfile',
|
||||
'dot',
|
||||
'gitattributes',
|
||||
'gitignore',
|
||||
'go',
|
||||
'html',
|
||||
'http',
|
||||
'javascript',
|
||||
'json',
|
||||
'kotlin',
|
||||
'latex',
|
||||
'lua',
|
||||
'markdown',
|
||||
'perl',
|
||||
'php',
|
||||
'python',
|
||||
'rust',
|
||||
'scss',
|
||||
'sql',
|
||||
'toml',
|
||||
'typescript',
|
||||
'vim',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue