vimPlugins.vim-lsp: init at 2020-08-24

This commit is contained in:
Justinas Stankevicius 2020-08-26 16:34:17 +03:00 committed by Jon
parent 94e086071e
commit 55c5ee95d0
2 changed files with 13 additions and 0 deletions

View File

@ -5665,6 +5665,18 @@ let
meta.homepage = "https://github.com/natebosch/vim-lsc/";
};
vim-lsp = buildVimPluginFrom2Nix {
pname = "vim-lsp";
version = "2020-08-24";
src = fetchFromGitHub {
owner = "prabirshrestha";
repo = "vim-lsp";
rev = "69dc272277da464242bf729eb3b57ad79c5a0aed";
sha256 = "0vxkfwdsfsfc91vjhdfbph2287hhr14jr5kzyblk5f1aldgr8901";
};
meta.homepage = "https://github.com/prabirshrestha/vim-lsp/";
};
vim-maktaba = buildVimPluginFrom2Nix {
pname = "vim-maktaba";
version = "2020-08-06";

View File

@ -420,6 +420,7 @@ ponko2/deoplete-fish
posva/vim-vue
powerman/vim-plugin-AnsiEsc
PProvost/vim-ps1
prabirshrestha/vim-lsp
preservim/nerdcommenter
preservim/nerdtree
psliwka/vim-smoothie