vimPlugins.vim-lsp: init at 2020-08-24
This commit is contained in:
parent
94e086071e
commit
55c5ee95d0
@ -5665,6 +5665,18 @@ let
|
|||||||
meta.homepage = "https://github.com/natebosch/vim-lsc/";
|
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 {
|
vim-maktaba = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-maktaba";
|
pname = "vim-maktaba";
|
||||||
version = "2020-08-06";
|
version = "2020-08-06";
|
||||||
|
@ -420,6 +420,7 @@ ponko2/deoplete-fish
|
|||||||
posva/vim-vue
|
posva/vim-vue
|
||||||
powerman/vim-plugin-AnsiEsc
|
powerman/vim-plugin-AnsiEsc
|
||||||
PProvost/vim-ps1
|
PProvost/vim-ps1
|
||||||
|
prabirshrestha/vim-lsp
|
||||||
preservim/nerdcommenter
|
preservim/nerdcommenter
|
||||||
preservim/nerdtree
|
preservim/nerdtree
|
||||||
psliwka/vim-smoothie
|
psliwka/vim-smoothie
|
||||||
|
Loading…
x
Reference in New Issue
Block a user