mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
fix(lsp): handle non-existent configs in lsp.config/enable
This commit is contained in:
committed by
Lewis Russell
parent
c63e794b10
commit
ed07167261
@@ -45,6 +45,11 @@ function log.get_filename()
|
||||
return logfilename
|
||||
end
|
||||
|
||||
--- @param s string
|
||||
function log._set_filename(s)
|
||||
logfilename = s
|
||||
end
|
||||
|
||||
--- @type file*?, string?
|
||||
local logfile, openerr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user