Skip to content

Commit 9ef75e4

Browse files
committed
treesitter: add parsers for go, python, rust, and yaml
1 parent 803d97c commit 9ef75e4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lua/kickstart/plugins/treesitter.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ return {
99
'bash',
1010
'c',
1111
'diff',
12+
'go',
1213
'html',
1314
'lua',
1415
'luadoc',
1516
'markdown',
1617
'markdown_inline',
18+
'python',
1719
'query',
20+
'rust',
1821
'vim',
1922
'vimdoc',
23+
'yaml',
2024
},
2125
-- Autoinstall languages that are not installed
2226
auto_install = true,

0 commit comments

Comments
 (0)