diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-10 17:45:26 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-10 17:45:26 +0200 |
commit | 6081f67ec9f5032fcd9d4453a2646ca033364615 (patch) | |
tree | 1a975ba3e2bf3a47e102912d1abc43144dcafd31 /lua | |
parent | c837bbc0492b0380d9b1e67b934690c25f30a423 (diff) |
checkpoint
- removed lazy checker
- removed mini.comment (provided by nvim)
Diffstat (limited to 'lua')
-rw-r--r-- | lua/user/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/lazy.lua b/lua/user/lazy.lua index dfb8364..640e10f 100644 --- a/lua/user/lazy.lua +++ b/lua/user/lazy.lua @@ -143,6 +143,6 @@ require("lazy").setup({ install = { colorscheme = { "nord" }, }, - checker = { enabled = true }, + checker = { enabled = false }, -- defaults = {lazy = true}, }) |