committing flake.lock

merge
This commit is contained in:
Soliprem 2024-09-27 11:35:39 +02:00
parent f1c8a486bd
commit 4d86c9e1d9

View file

@ -1,5 +1,4 @@
{lib, ...}: let
<<<<<<< HEAD
inherit (lib.options) mkOption mkEnableOption;
inherit (lib.nvim.binds) mkMappingOption;
inherit (lib.types) bool str listOf;
@ -59,16 +58,7 @@ in {
(eg. in Org files) When true, otter handles these cases fully.
'';
};
=======
inherit (lib.options) mkEnableOption;
inherit (lib.nvim.binds) mkMappingOption;
in {
options.vim.lsp = {
otter = {
enable = mkEnableOption "Otter LSP Injector";
mappings = {
toggle = mkMappingOption "Activate LSP on Cursor Position [otter]" "<leader>oa";
>>>>>>> d61aba1 (created otter file)
toggle = mkMappingOption "Activate LSP on Cursor Position [otter]" "<leader>lo";
};
};
};