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

View file

@ -1,5 +1,6 @@
{
"gruvbox.nvim": { "branch": "main", "commit": "5e0a460d8e0f7f669c158dedd5f9ae2bcac31437" },
"lazy.nvim": { "branch": "main", "commit": "1ea3c4085785f460fb0e46d2fe1ee895f5f9e7c1" },
"nvim-lspconfig": { "branch": "master", "commit": "ac98db2f9f06a56498ec890a96928774eae412c3" },
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }
}

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

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