Remove old plugins from nixpkgs 23.05
I can re-add them later if I want.
This commit is contained in:
parent
94e48a0569
commit
5b731dd0b8
|
@ -42,8 +42,6 @@ rec {
|
||||||
overlays = [ (import "${self}/overlays/vim-plugins.nix") ];
|
overlays = [ (import "${self}/overlays/vim-plugins.nix") ];
|
||||||
};
|
};
|
||||||
|
|
||||||
pkgs2305 = inputs.nixpkgs-2305.legacyPackages.${system};
|
|
||||||
|
|
||||||
opdavies-nvim = mkVimPlugin { inherit system; };
|
opdavies-nvim = mkVimPlugin { inherit system; };
|
||||||
in
|
in
|
||||||
with pkgs.vimPlugins;
|
with pkgs.vimPlugins;
|
||||||
|
@ -56,7 +54,6 @@ rec {
|
||||||
gitsigns-nvim
|
gitsigns-nvim
|
||||||
harpoon
|
harpoon
|
||||||
impatient-nvim
|
impatient-nvim
|
||||||
inputs.nixpkgs-2305.legacyPackages.${system}.rest-nvim
|
|
||||||
mini-nvim
|
mini-nvim
|
||||||
neodev-nvim
|
neodev-nvim
|
||||||
nvim-spectre
|
nvim-spectre
|
||||||
|
@ -153,7 +150,6 @@ rec {
|
||||||
cmp_luasnip
|
cmp_luasnip
|
||||||
lspkind-nvim
|
lspkind-nvim
|
||||||
nvim-cmp
|
nvim-cmp
|
||||||
pkgs2305.vimPlugins.phpactor
|
|
||||||
|
|
||||||
# Snippets
|
# Snippets
|
||||||
friendly-snippets
|
friendly-snippets
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
vim.keymap.set("n", "<leader>pm", "<cmd>:PhpactorContextMenu<CR>")
|
|
||||||
vim.keymap.set("n", "<leader>pn", "<cmd>:PhpactorClassNew<CR>")
|
|
|
@ -1,5 +0,0 @@
|
||||||
require("rest-nvim").setup()
|
|
||||||
|
|
||||||
vim.keymap.set("n", "<leader>rr", "<plug>RestNvim<cr>")
|
|
||||||
vim.keymap.set("n", "<leader>rp", "<plug>RestNvimPreview<cr>")
|
|
||||||
vim.keymap.set("n", "<leader>rl", "<plug>RestNvimLast<cr>")
|
|
Reference in a new issue