mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 04:00:45 +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(...)
|
||||
return table.concat(vim.tbl_flatten{...}, path_sep)
|
||||
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.
|
||||
function log.get_filename()
|
||||
|
||||
Reference in New Issue
Block a user