lua-dev -> neodev

This commit is contained in:
Gabriel Ebner 2022-12-17 17:15:37 -08:00
parent d641f6545e
commit b321b9856f

4
vimrc

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