fix: remove dashboard startup section (no lazy.nvim)
This commit is contained in:
parent
9c8ef71689
commit
9385589aeb
1 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,13 @@
|
||||||
registers = "unnamedplus";
|
registers = "unnamedplus";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
luaConfigRC.lazy-stats-shim = lib.nvim.dag.entryAfter ["globalsScript"] ''
|
||||||
|
-- Shim lazy.stats so snacks dashboard doesn't error without lazy.nvim
|
||||||
|
package.loaded["lazy.stats"] = {
|
||||||
|
stats = function() return { startuptime = 0, count = 0, loaded = 0 } end
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
|
||||||
luaConfigRC.options = lib.nvim.dag.entryAfter ["globalsScript"] ''
|
luaConfigRC.options = lib.nvim.dag.entryAfter ["globalsScript"] ''
|
||||||
vim.opt.tabstop = 2
|
vim.opt.tabstop = 2
|
||||||
vim.opt.shiftwidth = 2
|
vim.opt.shiftwidth = 2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue