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

wip/yesman
Tom Repetti 4 years ago committed by Jon
parent 0617d9cfef
commit 89c781cc50
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -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…
Cancel
Save