From c419b97b5cc61127ca2b7f9839a588c2ee3e7353 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 20 Jul 2024 20:22:03 +0400 Subject: directory name changed from dotfiles to config --- dotfiles/nvim/lua/master/plugins/comment.lua | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 dotfiles/nvim/lua/master/plugins/comment.lua (limited to 'dotfiles/nvim/lua/master/plugins/comment.lua') diff --git a/dotfiles/nvim/lua/master/plugins/comment.lua b/dotfiles/nvim/lua/master/plugins/comment.lua deleted file mode 100644 index 66dcbc5..0000000 --- a/dotfiles/nvim/lua/master/plugins/comment.lua +++ /dev/null @@ -1,28 +0,0 @@ -require('Comment').setup{ - - ---Add a space b/w comment and the line - padding = true, - - ---Whether the cursor should stay at its position - sticky = true, - - ---Lines to be ignored while (un)comment - ignore = nil, - - ---LHS of toggle mappings in NORMAL mode - toggler = { - ---Line-comment toggle keymap - line = 'cc', - ---Block-comment toggle keymap - block = 'cb', - }, - - ---LHS of operator-pending mappings in NORMAL and VISUAL mode - opleader = { - ---Line-comment keymap - line = 'cc', - ---Block-comment keymap - block = 'cb', - }, - -} -- cgit v1.2.3