chore: update flake
This commit is contained in:
parent
22a6b5156c
commit
87473baed4
8 changed files with 225 additions and 190 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue