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 = {
|
ensure_installed = {
|
||||||
'bash',
|
'bash',
|
||||||
'c',
|
'c',
|
||||||
|
'cmake',
|
||||||
'cpp',
|
'cpp',
|
||||||
'css',
|
'css',
|
||||||
|
'comment',
|
||||||
'dockerfile',
|
'dockerfile',
|
||||||
'dot',
|
'dot',
|
||||||
|
'gitattributes',
|
||||||
|
'gitignore',
|
||||||
'go',
|
'go',
|
||||||
'html',
|
'html',
|
||||||
'http',
|
'http',
|
||||||
'javascript',
|
'javascript',
|
||||||
'json',
|
'json',
|
||||||
|
'kotlin',
|
||||||
'latex',
|
'latex',
|
||||||
|
'lua',
|
||||||
'markdown',
|
'markdown',
|
||||||
'perl',
|
'perl',
|
||||||
'php',
|
'php',
|
||||||
'python',
|
'python',
|
||||||
'rust',
|
'rust',
|
||||||
'scss',
|
'scss',
|
||||||
|
'sql',
|
||||||
'toml',
|
'toml',
|
||||||
'typescript',
|
'typescript',
|
||||||
'vim',
|
'vim',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue