From 52bbe1a22bcad01e803d512b63b83b89d9fcf897 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 12 Oct 2023 13:53:04 +0000 Subject: remove treesitter context --- profiles/core/neovim.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index b1aaff7..f546e7a 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -37,7 +37,6 @@ vimAlias = true; extraPackages = with pkgs; [ bashInteractive - sumneko-lua-language-server pyright gopls fennel @@ -48,7 +47,6 @@ plugins = with pkgs.vimPlugins; [ # highlighting nvim-treesitter.withAllGrammars - nvim-treesitter-context playground gruvbox-material kanagawa-nvim -- cgit v1.2.3