Files
neovim/lua/plugins/nvim-lspconfig.lua

9 lines
200 B
Lua

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