mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-16 01:01:34 +00:00
8 lines
130 B
Lua
8 lines
130 B
Lua
local M = {
|
|
--[[ filewatcher = { enabled = false }, ]]
|
|
--[[ auto_show_console = false, ]]
|
|
console_timeout = 10000,
|
|
}
|
|
|
|
return M
|