Install spider to Neovim
This commit is contained in:
parent
51c171c8dc
commit
1e22e3c978
2 changed files with 13 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
./lualine.nix
|
||||
./neo-tree.nix
|
||||
./none-ls.nix
|
||||
./spider.nix
|
||||
./treesitter.nix
|
||||
];
|
||||
programs.nixvim = {
|
||||
|
|
12
common/home-manager/nixvim/spider.nix
Normal file
12
common/home-manager/nixvim/spider.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }: {
|
||||
programs.nixvim.plugins.spider = {
|
||||
enable = true;
|
||||
extraOptions = { subwordMovement = true; };
|
||||
keymaps.motions = {
|
||||
b = "b";
|
||||
e = "e";
|
||||
ge = "ge";
|
||||
w = "w";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue