Skip to content

Commit

Permalink
add checkThirdParty = false to lua_ls config
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Feb 9, 2024
1 parent 3581ba2 commit 316dadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/conf/lspconfig/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ lspconfig.lua_ls.setup {
globals = { 'hs', 'vim' },
},
workspace = {
checkThirdParty = false,
-- Make the server aware of Neovim runtime files
library = vim.api.nvim_get_runtime_file("", true),
},
Expand Down

0 comments on commit 316dadd

Please sign in to comment.