mirror of
https://github.com/neovim/neovim.git
synced 2026-07-18 07:01:19 +00:00
refactor(net): parameterize transport logging #40022
This commit is contained in:
@@ -37,6 +37,8 @@ local log = vim.log.new({
|
||||
name = 'LSP',
|
||||
})
|
||||
|
||||
M._self = log
|
||||
|
||||
--- Returns the log filename.
|
||||
---@return string log filename
|
||||
function M.get_filename()
|
||||
|
||||
Reference in New Issue
Block a user