lua-dev -> neodev

This commit is contained in:
Gabriel Ebner 2022-12-17 17:15:37 -08:00
parent d641f6545e
commit b321b9856f
1 changed files with 2 additions and 2 deletions

4
vimrc
View File

@ -119,7 +119,7 @@ else
endif
Plug 'neovim/nvim-lspconfig'
Plug 'folke/lua-dev.nvim'
Plug 'folke/neodev.nvim'
Plug 'simrat39/rust-tools.nvim'
Plug 'nvim-lua/popup.nvim'
@ -301,7 +301,7 @@ vim.lsp.handlers['textDocument/hover'] = vim.lsp.with(
border = "single"
})
local luadev = require("lua-dev").setup({
local luadev = require("neodev").setup({
lspconfig = {
cmd = {"lua-language-server"}
},