mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 12:10:40 +00:00
Merge pull request #12367 from h-michael/lsp-log
This commit is contained in:
@@ -24,7 +24,7 @@ do
|
|||||||
local function path_join(...)
|
local function path_join(...)
|
||||||
return table.concat(vim.tbl_flatten{...}, path_sep)
|
return table.concat(vim.tbl_flatten{...}, path_sep)
|
||||||
end
|
end
|
||||||
local logfilename = path_join(vim.fn.stdpath('data'), 'vim-lsp.log')
|
local logfilename = path_join(vim.fn.stdpath('data'), 'lsp.log')
|
||||||
|
|
||||||
--- Return the log filename.
|
--- Return the log filename.
|
||||||
function log.get_filename()
|
function log.get_filename()
|
||||||
|
|||||||
Reference in New Issue
Block a user