diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-02-24 09:17:51 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-24 09:17:51 +0100 |
| commit | 849d2e4552aa3d2107ef984635edaa3772adff3e (patch) | |
| tree | c2ba9889d7942fa2823faef1be446b5cbf203d5c | |
| parent | refactor(image): only copy necessary dirs and files to .config/nvim (diff) | |
| download | nvim-849d2e4552aa3d2107ef984635edaa3772adff3e.tar.gz | |
chore(presence.nvim): disable debug log_level
| -rw-r--r-- | lua/pml68/plugins/misc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/pml68/plugins/misc.lua b/lua/pml68/plugins/misc.lua index 147aaa4..1e0aec3 100644 --- a/lua/pml68/plugins/misc.lua +++ b/lua/pml68/plugins/misc.lua @@ -4,7 +4,6 @@ return { event = { "BufReadPost", "BufNewFile" }, opts = { main_image = "file", - log_level = "debug", }, }, { |
