diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-12 13:53:04 +0000 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-12 13:53:04 +0000 |
| commit | 52bbe1a22bcad01e803d512b63b83b89d9fcf897 (patch) | |
| tree | bd9e4fd33fa87d64c09ddea1f06abb5cc7e30213 /profiles/core | |
| parent | 42a9d33b536f4427a9eae96f2218b9bec712fc98 (diff) | |
remove treesitter context
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/neovim.nix | 2 |
1 files changed, 0 insertions, 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 |
