Rename plugins.d/ to pluginconf/

This commit is contained in:
ItsDrike 2021-12-06 13:15:32 +01:00
parent 9aeb792628
commit c5baadf07f
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843
10 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,9 @@
local vim = require("vim")
local cmd = vim.cmd
cmd[[Plug 'tpope/vim-commentary']]
Keymap("n", "<A-/>", ":Commentary<CR>")
Keymap("v", "<A-/>", ":Commentary<CR>")
cmd[[autocmd FileType apache setlocal commentstring=#\ %s]]