summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2022-06-20 15:53:27 +0200
committerAlan Pearce2022-06-23 22:38:23 +0200
commitfada24610290e73eab940682b4b04b635f012b8d (patch)
tree04c2197ba128d91c29c216f2a73eef6e6b14b7e4 /user
parent3b7ea665a7a5d516e36b9d2f74fbddac72590eed (diff)
downloadnixfiles-fada24610290e73eab940682b4b04b635f012b8d.tar.lz
nixfiles-fada24610290e73eab940682b4b04b635f012b8d.tar.zst
nixfiles-fada24610290e73eab940682b4b04b635f012b8d.zip
base: remove some extraneous neovim plugins
I'm not (yet) using neovim for development work and coc-nvim doesn't
build on Nix right now.
Diffstat (limited to 'user')
-rw-r--r--user/settings/base.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/settings/base.nix b/user/settings/base.nix
index 1e19a48d..a6de000c 100644
--- a/user/settings/base.nix
+++ b/user/settings/base.nix
@@ -18,12 +18,9 @@
     plugins = with pkgs.vimPlugins; [
       commentary
       coc-css
-      coc-eslint
       coc-git
       coc-html
       coc-json
-      coc-nvim
-      coc-prettier
       coc-tabnine
       coc-yaml
       vim-surround