feat: setup nvim-lspconfig.
This commit is contained in:
parent
2d8bfe3970
commit
6ad065e582
2 changed files with 6 additions and 0 deletions
5
lua/plugins/lsp.lua
Normal file
5
lua/plugins/lsp.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue