mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-17 09:21:19 +00:00
update
This commit is contained in:
parent
06a296a32b
commit
4f151d63be
4 changed files with 19 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ in {
|
|||
|
||||
pluginRC.otter = entryAnywhere ''
|
||||
-- Enable otter diagnostics viewer
|
||||
require("otter").setup {}
|
||||
require("otter-nvim").setup()
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ in {
|
|||
options.vim.lsp = {
|
||||
otter = {
|
||||
enable = mkEnableOption "Otter LSP Injector";
|
||||
|
||||
mappings = {
|
||||
toggle = mkMappingOption "Activate LSP on Cursor Position [otter]" "<leader>oa";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue