all repos — dotfiles @ 3e5310b97fbff6540545635654397c1aef286a97

my *nix dotfiles

nvim: fix tree-sitter grammars
Anirudh Oppiliappan x@icyphox.sh
Thu, 02 Feb 2023 16:20:02 +0200
commit

3e5310b97fbff6540545635654397c1aef286a97

parent

9f2aa547dae45c6183baab3dbe54bae3bed6050b

2 files changed, 10 insertions(+), 2 deletions(-)

jump to
M nix/hosts/kvothe/configuration.nixnix/hosts/kvothe/configuration.nix

@@ -11,7 +11,6 @@ };

services.nix-daemon.enable = true; nixpkgs.overlays = with self.overlays; [ - nvim-nightly prompt ];
M nix/programs/neovim.nixnix/programs/neovim.nix

@@ -24,6 +24,16 @@ nodePackages.typescript-language-server

nodePackages.typescript nodePackages.eslint sumneko-lua-language-server + + tree-sitter-grammars.tree-sitter-bash + tree-sitter-grammars.tree-sitter-yaml + tree-sitter-grammars.tree-sitter-go + tree-sitter-grammars.tree-sitter-make + tree-sitter-grammars.tree-sitter-markdown + tree-sitter-grammars.tree-sitter-lua + tree-sitter-grammars.tree-sitter-html + tree-sitter-grammars.tree-sitter-vim + tree-sitter-grammars.tree-sitter-nix ]; extraConfig = '' runtime _init.lua

@@ -40,7 +50,6 @@ cmp-path

nvim-lspconfig - (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) luasnip playground vim-surround