mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 04:35:58 +01:00
committing flake.lock
This commit is contained in:
parent
28edf0de19
commit
19ae4946a2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ in {
|
||||||
otter = {
|
otter = {
|
||||||
enable = mkEnableOption "Otter LSP Injector";
|
enable = mkEnableOption "Otter LSP Injector";
|
||||||
mappings = {
|
mappings = {
|
||||||
toggle = mkMappingOption "Activate LSP on Cursor Position [otter]" "<leader>oa";
|
toggle = mkMappingOption "Activate LSP on Cursor Position [otter]" "<leader>lo";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue