Switch package manager to packer

This commit is contained in:
ItsDrike 2021-12-06 13:18:36 +01:00
parent c5baadf07f
commit dce7dd58d0
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843
10 changed files with 116 additions and 84 deletions

View file

@ -1,9 +1,9 @@
local vim = require("vim")
local cmd = vim.cmd
cmd[[Plug 'tpope/vim-commentary']]
-- Set up shortcuts to quickly comment some code
Keymap("n", "<A-/>", ":Commentary<CR>")
Keymap("v", "<A-/>", ":Commentary<CR>")
-- Set up comments for unhandled file types
cmd[[autocmd FileType apache setlocal commentstring=#\ %s]]