Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
minghongx committed May 14, 2023
1 parent aff55a5 commit 533ee31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/plugins/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ lspconfig.lua_ls.setup {
workspace = {
-- Make the server aware of Neovim runtime files
library = vim.api.nvim_get_runtime_file('', true),
-- https://github.com/LuaLS/lua-language-server/discussions/1688
checkThirdParty = false,
},
-- Do not send telemetry data containing a randomized but unique identifier
telemetry = {
Expand Down

0 comments on commit 533ee31

Please sign in to comment.