This commit is contained in:
Philipp Hochkamp 2022-10-04 20:32:46 +02:00
parent 8e0143a9cb
commit a8560c8738

View file

@ -29,7 +29,7 @@
plugins =
let
nnn-vim = pkgs.vimUtils.buildVimPlugin {
name = "nnn-vim";
pname = "nnn-vim";
src = inputs.nnn-vim;
};
# coc-nvim = pkgs.vimUtils.buildVimPlugin {