Remove remaining packer

This commit is contained in:
Andrew Tomaka 2023-09-21 08:36:15 -04:00
parent 4b8284063c
commit 20b810e0c1
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -36,14 +36,6 @@ vim.keymap.set("n", "<C-w>z", require("neo-zoom").neo_zoom)
--- nvim-surround
require("nvim-surround").setup()
--- packer.nvim
vim.keymap.set("n", "<Leader>pi", function()
vim.cmd("PackerCompile")
vim.cmd("PackerInstall")
end)
vim.keymap.set("n", "<Leader>pu", ":PackerSync<CR>")
vim.keymap.set("n", "<Leader>pc", ":PackerClean<CR>")
--- telescope.nvim
vim.keymap.set("n", "<C-p>", function()
require("telescope.builtin").find_files({