feat: setup nvim-lspconfig.
This commit is contained in:
parent
2d8bfe3970
commit
6ad065e582
2 changed files with 6 additions and 0 deletions
|
|
@ -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
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