mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-06-17 09:14:40 +02:00
feat(plugin): set which-key preset to modern
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
./lsp.nix
|
||||
./lualine.nix
|
||||
./telescope.nix
|
||||
./which-key.nix
|
||||
];
|
||||
|
||||
plugins = {
|
||||
@@ -16,7 +17,6 @@
|
||||
web-devicons.enable = true;
|
||||
bufferline.enable = true;
|
||||
nvim-autopairs.enable = true;
|
||||
which-key.enable = true;
|
||||
notify.enable = true;
|
||||
toggleterm.enable = true;
|
||||
treesitter.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user