all repos — nixfiles @ fada24610290e73eab940682b4b04b635f012b8d

System and user configuration, managed by nix and home-manager

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.
Alan Pearce alan@alanpearce.eu
Mon, 20 Jun 2022 15:53:27 +0200
commit

fada24610290e73eab940682b4b04b635f012b8d

parent

3b7ea665a7a5d516e36b9d2f74fbddac72590eed

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M user/settings/base.nixuser/settings/base.nix
@@ -18,12 +18,9 @@ withNodeJs = true;     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