vimPlugins.nvim-config-local: init at 2022-03-26

This commit is contained in:
Pavel Borzenkov 2022-04-29 11:43:10 +02:00 committed by Matthieu Coudron
parent 692517bf85
commit eebbc1525a
2 changed files with 13 additions and 0 deletions

View file

@ -4786,6 +4786,18 @@ final: prev:
meta.homepage = "https://github.com/roxma/nvim-completion-manager/";
};
nvim-config-local = buildVimPluginFrom2Nix {
pname = "nvim-config-local";
version = "2022-03-26";
src = fetchFromGitHub {
owner = "klen";
repo = "nvim-config-local";
rev = "af59d6344e555917209f7304709bbff7cea9b5cc";
sha256 = "1wg6g4rqpj12sjj0g1qxqgcpkzr7x82lk90lf6qczim97r3lj9hy";
};
meta.homepage = "https://github.com/klen/nvim-config-local/";
};
nvim-cursorline = buildVimPluginFrom2Nix {
pname = "nvim-cursorline";
version = "2022-04-15";

View file

@ -403,6 +403,7 @@ https://github.com/norcalli/nvim-colorizer.lua/,,
https://github.com/terrortylor/nvim-comment/,,
https://github.com/hrsh7th/nvim-compe/,,
https://github.com/roxma/nvim-completion-manager/,,
https://github.com/klen/nvim-config-local/,,
https://github.com/yamatsum/nvim-cursorline/,,
https://github.com/mfussenegger/nvim-dap/,,
https://github.com/rcarriga/nvim-dap-ui/,,