[nvim] fix: don't ask for luassert on attach
This commit is contained in:
parent
fcb727cea0
commit
173e84c089
@ -34,6 +34,7 @@ M.setup = function(opts)
|
||||
-- Make the server aware of Neovim runtime files
|
||||
library =
|
||||
vim.api.nvim_get_runtime_file("", true),
|
||||
checkThirdParty = false,
|
||||
},
|
||||
-- Do not send telemetry data containing a randomized but
|
||||
-- unique identifier
|
||||
|
Reference in New Issue
Block a user