nvim: after/plugin/mini: Drop comment

Commenting support is built-in now, see
73de98256c
This commit is contained in:
Sanchayan Maity 2024-04-08 14:44:41 +05:30
parent f3736630c0
commit a4b9b3fd97
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
local remap = vim.keymap.set
local opts = { noremap=true, silent=true, unique=true }
-- Comment lines
require('mini.comment').setup()
-- Diff hunks
require('mini.diff').setup({
view = {