From 9ccc8aaffdc647be6824346d2066b532a9820fae Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Wed, 4 Mar 2020 19:03:00 +0100 Subject: [PATCH] feat: update neovim & add new plugins --- home/common/neovim.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/home/common/neovim.nix b/home/common/neovim.nix index 74525c8..0c31b62 100644 --- a/home/common/neovim.nix +++ b/home/common/neovim.nix @@ -42,8 +42,8 @@ in src = pkgs.fetchFromGitHub { owner = "neovim"; repo = "neovim"; - rev = "ed424655bef3169dc5452c5a8212e250dc483f9e"; - sha256 = "0ri31nxs3lcx9x1gwwx6ch5b5nddqvg5n1gdzskyfwffvg3wwrl3"; + rev = "f1923d4b92239ef2ca280bf1ce6c5f6cc7cb4f1a"; + sha256 = "1algrgwvv38sw0spxraff3s0fqnb6pz7xd66cf6dd2vnsvnhpay5"; }; nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ pkgs.utf8proc @@ -80,9 +80,12 @@ in vim-surround vim-commentary vim-easymotion + vim-peekaboo vim-gitgutter vim-fugitive + vim-test camelcasemotion + argtextobj-vim # nvim-lsp # nixos-rebuild currently fails @@ -92,6 +95,7 @@ in # Most coc-* plugins are incomplete in nixpkgs # Instead they are currently installed manually via :CocInstall coc-nvim + # coc-tabnine # coc-pairs # coc-emmet # coc-snippets @@ -104,6 +108,7 @@ in # coc-eslint # coc-stylelint # coc-prettier + # coc-angular # # coc-omnisharp # not really maintained ale # only used for omnisharp-vim