mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-10 06:31:09 +01:00
update nvim config
This commit is contained in:
parent
2464ff00cb
commit
310b10015e
3 changed files with 30 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue