feat: replace nvim-autopairs, oil.nvim, indent-blankline with mini equivalents
This commit is contained in:
parent
5fe755637f
commit
4d46c4bcbe
3 changed files with 6 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
vim = {
|
||||
autopairs.nvim-autopairs.enable = true;
|
||||
mini.pairs.enable = true;
|
||||
comments.comment-nvim.enable = true;
|
||||
|
||||
extraPlugins = with pkgs.vimPlugins; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue