mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-17 17:31:18 +00:00
created otter file
merge
This commit is contained in:
parent
ed4a039996
commit
81857e4acf
2 changed files with 33 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{lib, ...}: let
|
||||
<<<<<<< HEAD
|
||||
inherit (lib.options) mkOption mkEnableOption;
|
||||
inherit (lib.nvim.binds) mkMappingOption;
|
||||
inherit (lib.types) bool str listOf;
|
||||
|
|
@ -58,6 +59,17 @@ 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 = {
|
||||
trouble = {
|
||||
enable = mkEnableOption "Otter LSP Injector";
|
||||
|
||||
mappings = {
|
||||
toggle = mkMappingOption "Activate LSP on Cursor Position [otter]" "<leader>oa";
|
||||
>>>>>>> d61aba1 (created otter file)
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue