Skip to content

Commit

Permalink
neovim: lsp: lua: make popups go away
Browse files Browse the repository at this point in the history
  • Loading branch information
entombedvirus committed Aug 4, 2023
1 parent 110ed4d commit 11f2eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neovim/.config/nvim/lua/settings/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ local function get_lsp_opts(lang)
},
workspace = {
-- Make the server aware of Neovim runtime files
-- library = vim.api.nvim_get_runtime_file('', true),
library = vim.api.nvim_get_runtime_file('', true),
checkThirdParty = false,
},
-- Do not send telemetry data containing a randomized but unique identifier
telemetry = {
Expand Down

0 comments on commit 11f2eee

Please sign in to comment.