vimPlugins.faster-nvim: init at 2024-04-11
Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
This commit is contained in:
parent
4aeb04ca4c
commit
0600ce8b54
@ -17370,5 +17370,17 @@ final: prev:
|
||||
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
|
||||
};
|
||||
|
||||
faster-nvim = buildVimPlugin {
|
||||
pname = "faster-nvim";
|
||||
version = "2024-04-11";
|
||||
src = fetchFromGitHub {
|
||||
owner = "pteroctopus";
|
||||
repo = "faster.nvim";
|
||||
rev = "e85c5bdff0cd1e17cbee855ae23c25e7b8e597cb";
|
||||
sha256 = "sha256-oruxdxoMq46F9lf1JxkbrqdzR0JwDE1y/cVCaTD4SBg=";
|
||||
};
|
||||
meta.homepage = "https://github.com/pteroctopus/faster.nvim";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
@ -298,6 +298,7 @@ https://github.com/google/executor.nvim/,HEAD,
|
||||
https://github.com/jinh0/eyeliner.nvim/,HEAD,
|
||||
https://github.com/fenetikm/falcon/,,
|
||||
https://github.com/brooth/far.vim/,,
|
||||
https://github.com/pteroctopus/faster.nvim/,HEAD,
|
||||
https://github.com/konfekt/fastfold/,,
|
||||
https://github.com/lilydjwg/fcitx.vim/,fcitx5,
|
||||
https://github.com/freddiehaddad/feline.nvim/,,
|
||||
|
Loading…
Reference in New Issue
Block a user