mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 20:36:25 +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
|
||||
use({
|
||||
"folke/lua-dev.nvim",
|
||||
requires = "neovim/lsp-config",
|
||||
requires = "neovim/nvim-lspconfig",
|
||||
})
|
||||
|
||||
-- Better display of lsp diagnostics
|
||||
|
Loading…
Reference in New Issue
Block a user