diff options
author | Alan Pearce | 2022-06-20 15:53:27 +0200 |
---|---|---|
committer | Alan Pearce | 2022-06-23 22:38:23 +0200 |
commit | fada24610290e73eab940682b4b04b635f012b8d (patch) | |
tree | 04c2197ba128d91c29c216f2a73eef6e6b14b7e4 /user/settings | |
parent | 3b7ea665a7a5d516e36b9d2f74fbddac72590eed (diff) | |
download | nixfiles-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/settings')
-rw-r--r-- | user/settings/base.nix | 3 |
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 |