Files
neovim/lua/plugins/nvim-lspconfig.lua
2025-10-10 12:19:28 +02:00

8 lines
179 B
Lua

return {
"neovim/nvim-lspconfig",
cmd = { 'LspInfo', 'LspInstall', 'LspStart' },
event = { 'BufReadPre', 'BufNewFile' },
dependencies = { 'saghen/blink.cmp' },
}