mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-12-16 02:46:56 +00:00
Rename plugins.d/ to pluginconf/
This commit is contained in:
parent
9aeb792628
commit
c5baadf07f
10 changed files with 3 additions and 3 deletions
9
home/.config/nvim/lua/pluginconf/commentary.lua
Normal file
9
home/.config/nvim/lua/pluginconf/commentary.lua
Normal 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]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue