Merge branch 'main' into feature/listof-str-border

This commit is contained in:
raf 2024-07-20 08:33:39 +00:00 committed by GitHub
commit d88b1129e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
86 changed files with 453 additions and 473 deletions

View file

@ -12,7 +12,7 @@ in {
config = mkIf cfg.enable {
vim.startPlugins = ["fidget-nvim"];
vim.luaConfigRC.fidget-nvim = entryAnywhere ''
vim.pluginRC.fidget-nvim = entryAnywhere ''
require'fidget'.setup(${toLuaObject cfg.setupOpts})
'';
};