Skip to content

Commit

Permalink
Fix annoying prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
alau committed Jul 15, 2023
1 parent 5be0299 commit 3d1e098
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neovim/nvim.config-dotfile/lua/alau/plugin_configs/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ require("lspconfig").lua_ls.setup({
diagnostics = {
globals = { "vim", "exepath" },
},
workspace = {
checkThirdParty = false,
},
}
}
})
Expand Down

0 comments on commit 3d1e098

Please sign in to comment.