feat(nvim): replace noice.nvim with dressing.nvim

dev-docs
Moritz Böhme 2023-08-11 17:39:19 +02:00
parent 670921dda2
commit 64509b4cc1
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 4 additions and 6 deletions

View File

@ -35,12 +35,6 @@ with builtins;
lazy = false; lazy = false;
conf = readFile ./mini-nvim.lua; conf = readFile ./mini-nvim.lua;
} }
{
plugin = noice-nvim;
lazy = false;
conf = readFile ./noice-nvim.lua;
dependencies = [{ plugin = nui-nvim; }];
}
{ {
plugin = trouble-nvim; plugin = trouble-nvim;
keys = [ keys = [
@ -260,5 +254,9 @@ with builtins;
require("treesitter-context").setup({}) require("treesitter-context").setup({})
''; '';
} }
{
plugin = dressing-nvim;
event = [ "VeryLazy" ];
}
]; ];
} }