feat: setup nvim-lspconfig.

This commit is contained in:
CronyAkatsuki 2025-10-20 17:13:15 +02:00
parent 2d8bfe3970
commit 6ad065e582
2 changed files with 6 additions and 0 deletions

5
lua/plugins/lsp.lua Normal file
View file

@ -0,0 +1,5 @@
return {
{
"neovim/nvim-lspconfig",
},
}