Squash merge v0.7 into feature/lzn

This commit is contained in:
Ching Pei Yang 2024-11-04 16:44:04 +01:00
commit e1fe306f50
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
16 changed files with 498 additions and 47 deletions

View file

@ -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})
'';
};
};