mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
plugin: switch from mini.comment to comment.nvim
This commit is contained in:
parent
7b55bdf4ca
commit
dae55898fe
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
||||||
notify = {};
|
notify = {};
|
||||||
tabline = {};
|
tabline = {};
|
||||||
trailspace = {};
|
trailspace = {};
|
||||||
comment = {};
|
|
||||||
cursorword = {};
|
cursorword = {};
|
||||||
bracketed = {};
|
bracketed = {};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue