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") ];
|
||||
};
|
||||
|
||||
pkgs2305 = inputs.nixpkgs-2305.legacyPackages.${system};
|
||||
|
||||
opdavies-nvim = mkVimPlugin { inherit system; };
|
||||
in
|
||||
with pkgs.vimPlugins;
|
||||
|
@ -56,7 +54,6 @@ rec {
|
|||
gitsigns-nvim
|
||||
harpoon
|
||||
impatient-nvim
|
||||
inputs.nixpkgs-2305.legacyPackages.${system}.rest-nvim
|
||||
mini-nvim
|
||||
neodev-nvim
|
||||
nvim-spectre
|
||||
|
@ -153,7 +150,6 @@ rec {
|
|||
cmp_luasnip
|
||||
lspkind-nvim
|
||||
nvim-cmp
|
||||
pkgs2305.vimPlugins.phpactor
|
||||
|
||||
# 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