chore: update flake

This commit is contained in:
Moritz Böhme 2024-10-08 09:42:32 +02:00
parent 22a6b5156c
commit 87473baed4
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
8 changed files with 225 additions and 190 deletions

View file

@ -5,10 +5,13 @@ let
in
{
home-manager.users.moritz.programs.nixvim = {
plugins.lspsaga = {
enable = true;
codeAction.keys.quit = "<esc>";
lightbulb.virtualText = false;
plugins = {
lspsaga = {
enable = true;
codeAction.keys.quit = "<esc>";
lightbulb.virtualText = false;
};
web-devicons.enable = true;
};
keymapsOnEvents = {
LspAttach = [