plugin: switch from mini.comment to comment.nvim

This commit is contained in:
Youwen Wu 2024-08-28 01:35:39 -07:00
parent 7b55bdf4ca
commit dae55898fe
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,6 @@
notify = {}; notify = {};
tabline = {}; tabline = {};
trailspace = {}; trailspace = {};
comment = {};
cursorword = {}; cursorword = {};
bracketed = {}; bracketed = {};
}; };

View file

@ -11,6 +11,7 @@
direnv.enable = true; direnv.enable = true;
intellitab.enable = true; intellitab.enable = true;
guess-indent.enable = true; guess-indent.enable = true;
comment.enable = true;
vim-bbye.enable = true; vim-bbye.enable = true;
indent-blankline.enable = true; indent-blankline.enable = true;
which-key.enable = true; which-key.enable = true;