mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
nvim: reorganize plugins
This commit is contained in:
10
packages/vimPlugins/vim-fsharp.nix
Normal file
10
packages/vimPlugins/vim-fsharp.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ vimUtils, fetchFromGitHub }:
|
||||
vimUtils.buildVimPluginFrom2Nix {
|
||||
name = "vim-fsharp";
|
||||
src = fetchFromGitHub {
|
||||
owner = "fsharp";
|
||||
repo = "vim-fsharp";
|
||||
rev = "627db7d701747e8fd7924b6505c61e16a369fb72";
|
||||
sha256 = "00hhgn2p54faysx1ddccyhl9jnvddgxsczhv0np3mgzza6ls4838";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user