initial commit
This commit is contained in:
7
lua/plugins/nvim-lspconfig.lua
Normal file
7
lua/plugins/nvim-lspconfig.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
cmd = { 'LspInfo', 'LspInstall', 'LspStart' },
|
||||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
dependencies = { 'saghen/blink.cmp' },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user