mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
25.12.23
This commit is contained in:
8
.config/nvim/lua/plugins/comment.lua
Normal file
8
.config/nvim/lua/plugins/comment.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
-- Быстрое комментирование
|
||||
-- gcc - закоментировать строку
|
||||
-- (VISUAL) gc - закоментировать выделенные строки
|
||||
{
|
||||
"tpope/vim-commentary"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user