update nvim config

This commit is contained in:
Quentin Boyer 2021-06-29 13:41:53 +02:00
parent 2464ff00cb
commit 310b10015e
3 changed files with 30 additions and 2 deletions

View file

@ -1,5 +1,8 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = {"rust", "c", "cpp", "json", "lua", "python", "toml", "latex", "nix"},
ensure_installed = {"rust", "c", "cpp", "json", "lua", "python", "toml", "latex", "nix", "vue", "javascript", "dart"},
ident = {
enable = true
},
highlight = {
enable = true, -- false will disable the whole extension
disable = {"elixir", "teal"}, -- list of language that will be disabled