vimPlugins.vim-ocaml: init at 2020-08-20

This commit is contained in:
Tom Repetti 2020-09-14 17:44:40 -04:00 committed by Jon
parent 0617d9cfef
commit 89c781cc50
2 changed files with 13 additions and 0 deletions

View File

@ -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";

View File

@ -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