mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:47:47 +00:00
Use correct package for lspconfig
This commit is contained in:
parent
85822d8c08
commit
9380fc627e
@ -230,7 +230,7 @@ use({
|
|||||||
-- Lua dev for vim
|
-- Lua dev for vim
|
||||||
use({
|
use({
|
||||||
"folke/lua-dev.nvim",
|
"folke/lua-dev.nvim",
|
||||||
requires = "neovim/lsp-config",
|
requires = "neovim/nvim-lspconfig",
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Better display of lsp diagnostics
|
-- Better display of lsp diagnostics
|
||||||
|
Loading…
Reference in New Issue
Block a user