Use nixvim
This commit is contained in:
parent
f0217e4640
commit
ecb2a05d60
72 changed files with 691 additions and 1664 deletions
9
modules/home-manager/coding/neovim/plugins/undotree.nix
Normal file
9
modules/home-manager/coding/neovim/plugins/undotree.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
plugins.undotree.enable = true;
|
||||
|
||||
keymaps = lib.mkIf config.plugins.undotree.enable [
|
||||
{ action = "<cmd>UndotreeToggle<CR>"; key = "<leader>u"; }
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue