The defaults are mostly included in neovim and vim-sensible was actually overwriting things like scrolloff since the "has been set before" detection assumes a vimrc in ~.
@@ -1,17 +1,6 @@
{ buildNeovimPlugin, fetchFromGitHub }:
[
- (buildNeovimPlugin {
- name = "vim-sensible";
- src = fetchFromGitHub {
- owner = "tpope";
- repo = "vim-sensible";
- rev = "16283468becaa6985839f96fea212f8634fbd7d2";
- sha256 = "0grp80kahfnjkns5mbkprigr2j2vh38ajy0r7rh7pp17s3awdy7i";
- };
-
- dontBuild = true;
- })
(buildNeovimPlugin {
name = "vim-sleuth";
src = fetchFromGitHub {
@@ -29,7 +29,6 @@ echo "{ buildNeovimPlugin, fetchFromGitHub }:
["
-add_plugin tpope vim-sensible
add_plugin tpope vim-sleuth
add_plugin tpope vim-fugitive
add_plugin tpope vim-rhubarb