Add Rust Treesitter
This commit is contained in:
parent
75c09be85f
commit
bfeec89b52
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
require'nvim-treesitter.configs'.setup {
|
require'nvim-treesitter.configs'.setup {
|
||||||
ensure_installed = { "vim", "javascript", "html", "css", "python", "java", "lua", "perl", "php", "c", "json" },
|
ensure_installed = { "rust", "vim", "javascript", "html", "css", "python", "java", "lua", "perl", "php", "c", "json" },
|
||||||
|
|
||||||
ignore_install = { "latex", "markdown", "htmldjango" },
|
ignore_install = { "latex", "markdown", "htmldjango" },
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue