mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add rust to treesitter as a default installed language
This commit is contained in:
parent
def3c5421b
commit
3517a09789
1 changed files with 5 additions and 4 deletions
|
@ -2,13 +2,14 @@ require'nvim-treesitter.configs'.setup {
|
|||
-- A list of parser names, or "all"
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"css",
|
||||
"dockerfile",
|
||||
"hcl",
|
||||
"html",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"html",
|
||||
"css",
|
||||
"python",
|
||||
"rust",
|
||||
"terraform",
|
||||
"toml",
|
||||
"yaml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue