feat: migrating neovim
This commit is contained in:
parent
86266f8205
commit
8d5e0e6566
47 changed files with 1964 additions and 222 deletions
17
home-manager/modules/neovim/plugins/which-key.nix
Normal file
17
home-manager/modules/neovim/plugins/which-key.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{...}: {
|
||||
programs.nixvim = {
|
||||
plugins.which-key = {
|
||||
enable = true;
|
||||
settings = {
|
||||
spec = [
|
||||
# "<leader>m" = " Marks";
|
||||
# "<leader>t" = " Trouble";
|
||||
# "<leader>w" = " Window";
|
||||
# "<leader>d" = " Dap";
|
||||
# "<leader>n" = " Neorg";
|
||||
# "<leader>l" = " Lsp";
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue