vimPlugins.editorconfig-nvim: init at 2021-08-18

This commit is contained in:
figsoda 2021-08-23 10:29:07 -04:00
parent d6fa8006df
commit b86e9a8c4e
2 changed files with 13 additions and 0 deletions

View File

@ -1555,6 +1555,18 @@ final: prev:
meta.homepage = "https://github.com/editorconfig/editorconfig-vim/";
};
editorconfig-nvim = buildVimPluginFrom2Nix {
pname = "editorconfig-nvim";
version = "2021-08-18";
src = fetchFromGitHub {
owner = "gpanders";
repo = "editorconfig.nvim";
rev = "8840aacb025af17e42c6c215a34568f3dbcf94f6";
sha256 = "1flr9mhz33bcrqp6iwnvhsz18hrd4ynvh7qdihnpd5qn0mwf034w";
};
meta.homepage = "https://github.com/gpanders/editorconfig.nvim/";
};
elm-vim = buildVimPluginFrom2Nix {
pname = "elm-vim";
version = "2020-09-23";

View File

@ -193,6 +193,7 @@ google/vim-jsonnet
google/vim-maktaba
gorkunov/smartpairs.vim
gotcha/vimelette
gpanders/editorconfig.nvim
gregsexton/gitv
gruvbox-community/gruvbox as gruvbox-community
gu-fan/riv.vim