diff options
| author | pml68 <pml31@protonmail.com> | 2024-06-04 13:52:05 +0200 |
|---|---|---|
| committer | pml68 <pml31@protonmail.com> | 2024-06-04 13:52:19 +0200 |
| commit | 6a4294e773ea29a70b522cdd39e0e7fbdc6a3b0b (patch) | |
| tree | aea2c1a20e67a7aa66334a46f538818fc6e247fb /lua/pml68/lazy.lua | |
| parent | feat(image.nvim): set only_render_image_at_cursor to true (diff) | |
| download | nvim-6a4294e773ea29a70b522cdd39e0e7fbdc6a3b0b.tar.gz | |
feat(Oil): add float options, change <leader>e to open in floating mode
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/lazy.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/pml68/lazy.lua b/lua/pml68/lazy.lua index 41e1acb..4514e39 100644 --- a/lua/pml68/lazy.lua +++ b/lua/pml68/lazy.lua @@ -15,6 +15,9 @@ local plugins = require("pml68.plugins") require("lazy").setup(plugins, { defaults = { lazy = true }, + change_detection = { + notify = false, + }, performance = { cache = { enabled = true, |
