Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit ed2803f

Browse files
core: set log level 3 to hide file write notifications
default log level is 5
1 parent d4d9a4d commit ed2803f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
## Added
55
- option: configure neovide to use fira code font size 20
66
- community: configure parinfer with alternative mode, smart, paredit, indent (default)
7+
- core: set `log level 3` to hide file write notifications - default log level is 5
78

89
## Changed
910
- init: `clojure_lsp` name corrected for Clojure LSP server

plugins/core.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ return {
9090
opts = {
9191
top_down = false,
9292
timeout = 1000,
93-
-- log level - 3 hide file write messages
93+
-- log level - 3 hide file write messages - default 5
94+
level = 3,
95+
-- background_color = "#000000",
9496
},
9597
},
9698
}

0 commit comments

Comments
 (0)