vimPlugins.lsp-format-nvim: init at 2022-05-21

This commit is contained in:
"Andrey Kuznetsov" 2022-08-20 23:18:08 +00:00
parent 27aaf5f45a
commit faaf77b13c
2 changed files with 13 additions and 0 deletions

View File

@ -4102,6 +4102,18 @@ final: prev:
meta.homepage = "https://github.com/folke/lsp-colors.nvim/";
};
lsp-format-nvim = buildVimPluginFrom2Nix {
pname = "lsp-format.nvim";
version = "2022-05-21";
src = fetchFromGitHub {
owner = "lukas-reineke";
repo = "lsp-format.nvim";
rev = "a5a54eeb36d7001b4a6f0874dde6afd167319ac9";
sha256 = "0lj40p9ykj5f0d3sl4g0g0gjbfwx1vm6y5q613zphimpjgs3wl64";
};
meta.homepage = "https://github.com/lukas-reineke/lsp-format.nvim/";
};
lsp-rooter-nvim = buildVimPluginFrom2Nix {
pname = "lsp-rooter.nvim";
version = "2021-08-13";

View File

@ -343,6 +343,7 @@ https://github.com/ldelossa/litee-filetree.nvim/,,
https://github.com/ldelossa/litee-symboltree.nvim/,,
https://github.com/ldelossa/litee.nvim/,,
https://github.com/folke/lsp-colors.nvim/,,
https://github.com/lukas-reineke/lsp-format.nvim/,HEAD,
https://github.com/ahmedkhalf/lsp-rooter.nvim/,,
https://github.com/nvim-lua/lsp-status.nvim/,,
https://github.com/nvim-lua/lsp_extensions.nvim/,,