vimPlugins.diagnostic-nvim: init at 2020-07-25
This commit is contained in:
parent
2abec1ecd5
commit
1e2703cd9c
@ -1338,6 +1338,18 @@ let
|
|||||||
meta.homepage = "https://github.com/vmchale/dhall-vim/";
|
meta.homepage = "https://github.com/vmchale/dhall-vim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
diagnostic-nvim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "diagnostic-nvim";
|
||||||
|
version = "2020-07-25";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "nvim-lua";
|
||||||
|
repo = "diagnostic-nvim";
|
||||||
|
rev = "03670688e70fc65eff70abb3cefe1a086ee95bf8";
|
||||||
|
sha256 = "02nci7n9lpz1axpwzpv34r6720iycfh43n1910ryhm4f7cxs2x61";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/nvim-lua/diagnostic-nvim/";
|
||||||
|
};
|
||||||
|
|
||||||
direnv-vim = buildVimPluginFrom2Nix {
|
direnv-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "direnv-vim";
|
pname = "direnv-vim";
|
||||||
version = "2019-04-30";
|
version = "2019-04-30";
|
||||||
|
@ -388,6 +388,7 @@ ntpeters/vim-better-whitespace
|
|||||||
numirias/semshi
|
numirias/semshi
|
||||||
nvie/vim-flake8
|
nvie/vim-flake8
|
||||||
nvim-lua/completion-nvim
|
nvim-lua/completion-nvim
|
||||||
|
nvim-lua/diagnostic-nvim
|
||||||
nvim-treesitter/completion-treesitter
|
nvim-treesitter/completion-treesitter
|
||||||
nvim-treesitter/nvim-treesitter
|
nvim-treesitter/nvim-treesitter
|
||||||
octol/vim-cpp-enhanced-highlight
|
octol/vim-cpp-enhanced-highlight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user