mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
lsp: change log name to "lsp.log" from "vim-lsp.log"
It's confusing because vim-lsp already has the same name as the plugin name that predates this built-in lsp. Also, since "vim.fn.stdpath" is used, adding the prefix "nvim-" is redundant, so just "lsp.log" will suffice.
This commit is contained in:
parent
ef8f965c64
commit
e0e5ada2bf
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user