From fada24610290e73eab940682b4b04b635f012b8d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 20 Jun 2022 15:53:27 +0200 Subject: 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. --- user/settings/base.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'user') 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 -- cgit 1.4.1