Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lua/modules/configs/completion/mason-lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ please REMOVE your LSP configuration (rust_analyzer.lua) from the `servers` dire
{ title = "nvim-lspconfig" }
)
end
return
end

for _, lsp in ipairs(lsp_deps) do
Expand Down
2 changes: 1 addition & 1 deletion lua/modules/plugins/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local use_copilot = require("core.settings").use_copilot

completion["neovim/nvim-lspconfig"] = {
lazy = true,
event = { "CursorHold", "CursorHoldI" },
event = { "BufReadPre", "BufNewFile" },
config = require("completion.lsp"),
dependencies = {
{ "mason-org/mason.nvim" },
Expand Down