mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
otter: fixed stupid typo
This commit is contained in:
parent
da2bc3063c
commit
f4d3ceb790
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ in {
|
|||
|
||||
pluginRC.otter-nvim = entryAnywhere ''
|
||||
-- Enable otter diagnostics viewer
|
||||
require("otter").setup({${toLuaObject cfg.otter-nvim.setupOpts}})
|
||||
require("otter").setup(${toLuaObject cfg.otter-nvim.setupOpts})
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue