0xda157's nixvim config

remove unnessecary

0xda157 ead90641 8d36bc73

+1 -34
+1 -34
modules/plugins/treesitter/default.nix
··· 2 2 { 3 3 plugins.treesitter = { 4 4 enable = true; 5 + 5 6 settings = { 6 - ensureInstalled = [ 7 - # - Systems - 8 - "c" 9 - "rust" 10 - # - Scripting - 11 - "bash" 12 - "zsh" 13 - # "fish" 14 - "lisp" 15 - # - Webdev - 16 - "html" 17 - "css" 18 - "javascript" 19 - "typescript" 20 - "svelte" 21 - # - Config - 22 - "nix" 23 - "lua" 24 - "luadoc" 25 - "vim" 26 - "vimdom" 27 - "json" 28 - "yaml" 29 - "toml" 30 - "ron" 31 - "editorconfig" 32 - # - Misc - 33 - "diff" 34 - "query" 35 - "markdown" 36 - "markdown_inline" 37 - "latex" 38 - "haskell" 39 - ]; 40 7 highlight = { 41 8 enable = true; 42 9 # additional_vim_regex_highlighting = true;