vimPlugins.nvim-config-local: init at 2022-03-26
This commit is contained in:
committed by
Matthieu Coudron
parent
692517bf85
commit
eebbc1525a
@@ -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";
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user