Skip to content

Commit 0a2e518

Browse files
authored
feat: do not show "Window settings restored" message (#816)
1 parent 673e0fc commit 0a2e518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/neo-tree/setup/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ local restore_local_window_settings = function(winid)
129129
vim.wo.number = wo.number
130130
vim.wo.relativenumber = wo.relativenumber
131131
vim.wo.winhighlight = wo.winhighlight
132-
log.info("Window settings restored")
132+
log.debug("Window settings restored")
133133
vim.api.nvim_win_set_var(0, "neo_tree_settings_applied", false)
134134
else
135-
log.info("No window settings to restore")
135+
log.debug("No window settings to restore")
136136
end
137137
end
138138

0 commit comments

Comments
 (0)