Skip to content

Commit

Permalink
Fix(notify) use whick-key for keymap
Browse files Browse the repository at this point in the history
noice and notify config
  • Loading branch information
Gako358 committed Jan 30, 2025
1 parent c7c71bb commit 6dd61e2
Show file tree
Hide file tree
Showing 10 changed files with 427 additions and 447 deletions.
106 changes: 36 additions & 70 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 5 additions & 14 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,6 @@
url = "github:kdheepak/lazygit.nvim";
flake = false;
};
plugins-undotree = {
url = "github:jiaoshijie/undotree";
flake = false;
};

# Visuals
plugins-nvim-autopairs = {
Expand All @@ -181,18 +177,10 @@
url = "github:hoob3rt/lualine.nvim";
flake = false;
};
plugins-luatab = {
url = "github:alvarosevilla95/luatab.nvim";
flake = false;
};
plugins-noice = {
url = "github:folke/noice.nvim";
flake = false;
};
plugins-nui = {
url = "github:MunifTanjim/nui.nvim";
flake = false;
};
plugins-notify = {
url = "github:rcarriga/nvim-notify";
flake = false;
Expand Down Expand Up @@ -220,10 +208,15 @@
flake = false;
};

# Core
plugins-plenary-nvim = {
url = "github:nvim-lua/plenary.nvim";
flake = false;
};
plugins-nui = {
url = "github:MunifTanjim/nui.nvim";
flake = false;
};
};

outputs =
Expand Down Expand Up @@ -320,15 +313,13 @@
enable = true;
theme = "nightfox";
};
luatab.enable = true;
noice = {
enable = true;
};
nvimWebDevicons.enable = true;
ranger.enable = true;
theme.enable = true;
todo.enable = true;
undo.enable = true;
};
vim.terminal = {
enable = true;
Expand Down
Loading

0 comments on commit 6dd61e2

Please sign in to comment.