nvim: after/plugin/mini: Drop comment
Commenting support is built-in now, see
73de98256c
This commit is contained in:
parent
f3736630c0
commit
a4b9b3fd97
1 changed files with 0 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue