mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
vimPlugins.vim-ocaml: init at 2020-08-20
This commit is contained in:
parent
0617d9cfef
commit
89c781cc50
@ -5629,6 +5629,18 @@ let
|
||||
meta.homepage = "https://github.com/tpope/vim-obsession/";
|
||||
};
|
||||
|
||||
vim-ocaml = buildVimPluginFrom2Nix {
|
||||
pname = "vim-ocaml";
|
||||
version = "2020-08-20";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ocaml";
|
||||
repo = "vim-ocaml";
|
||||
rev = "a3b6c91b8cfed991ff469363a6c081df26a18f6c";
|
||||
sha256 = "15lk6a40rl37iswa8yhx5ns0k83n4wyi6afy62107x9wha8hagax";
|
||||
};
|
||||
meta.homepage = "https://github.com/ocaml/vim-ocaml/";
|
||||
};
|
||||
|
||||
vim-one = buildVimPluginFrom2Nix {
|
||||
pname = "vim-one";
|
||||
version = "2020-08-09";
|
||||
|
@ -369,6 +369,7 @@ nvim-lua/completion-nvim
|
||||
nvim-lua/diagnostic-nvim
|
||||
nvim-treesitter/completion-treesitter
|
||||
nvim-treesitter/nvim-treesitter
|
||||
ocaml/vim-ocaml
|
||||
octol/vim-cpp-enhanced-highlight
|
||||
Olical/conjure
|
||||
OrangeT/vim-csharp
|
||||
|
Loading…
Reference in New Issue
Block a user