refactor(nvim): cleanup

dev-docs
Moritz Böhme 2023-08-11 17:39:02 +02:00
parent 92b9ac1233
commit 670921dda2
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,6 @@ with builtins;
{ key = "="; cmd = "<cmd>Format<cr>"; desc = "format (formatter)"; }
];
conf = readFile ./formatter-nvim.lua;
dependencies = [{ plugin = which-key-nvim; }];
}
{
plugin = oil-nvim;
@ -141,8 +140,8 @@ with builtins;
];
}
{
event = [ "VeryLazy" ];
plugin = vim-fugitive;
event = [ "VeryLazy" ];
}
{
plugin = vim-tmux-navigator;
@ -225,7 +224,7 @@ with builtins;
}
{
plugin = markdown-preview-nvim;
lazy = false;
ft = [ "md" ];
}
{
plugin = coq_nvim;