this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix tree-sitter-nvim

+3 -4
+3 -4
home/profiles/nvim/default.nix
··· 678 678 679 679 -- treesitter 680 680 require('nvim-treesitter.configs').setup { 681 - parser_install_dir = "~/.local/share/nvim/site/parser/", 682 - ensure_installed={'nix', 'clojure', 'python', 'fennel', 'lua', 'html', 'css', 'regex', 'supercollider', 'beancount'}, 681 + -- parser_install_dir = "~/.local/share/nvim/site/parser/", 682 + -- ensure_installed={'nix', 'clojure', 'python', 'fennel', 'lua', 'html', 'css', 'regex', 'supercollider', 'beancount'}, 683 683 highlight = { enabled = true, additional_vim_regex_highting = true, }, 684 684 textobjects = { enabled = true }, 685 685 } ··· 850 850 ''; 851 851 extraPackages = with pkgs // customPlugins; [ 852 852 # used to compile tree-sitter grammar 853 - tree-sitter 854 853 python-with-my-packages 855 854 nodejs 856 855 clojure-lsp ··· 885 884 telescope-nvim 886 885 plenary-nvim 887 886 nvim-navic 888 - nvim-treesitter 887 + nvim-treesitter.withAllGrammars 889 888 nvim-treesitter-context 890 889 my-fterm 891 890 barbar-nvim