[nvim] feat: add treesitter support for rust

This commit is contained in:
David JULIEN 2022-12-04 23:35:29 +01:00
parent 17e5453287
commit f5b5d3709c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
-- Description : treesitter config file
require("nvim-treesitter.configs").setup {
ensure_installed = { "c", "lua", "python", "bash" },
ensure_installed = { "c", "lua", "python", "rust", "bash" },
ignore_install = { "javascript" },
highlight = {
enable = true,