summaryrefslogtreecommitdiff
path: root/profiles/core
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-10-12 13:53:04 +0000
committerMike Vink <mike1994vink@gmail.com>2023-10-12 13:53:04 +0000
commit52bbe1a22bcad01e803d512b63b83b89d9fcf897 (patch)
treebd9e4fd33fa87d64c09ddea1f06abb5cc7e30213 /profiles/core
parent42a9d33b536f4427a9eae96f2218b9bec712fc98 (diff)
remove treesitter context
Diffstat (limited to 'profiles/core')
-rw-r--r--profiles/core/neovim.nix2
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