Fix neodev

This commit is contained in:
Alex Yatskov 2022-10-22 23:15:22 -07:00
parent d299992693
commit 78e19b1687

View File

@ -1,3 +1,9 @@
-- neodev.nvim
local neodev_nvim = require('neodev')
if neodev_nvim then
neodev_nvim.setup({})
end
-- cmp-nvim-lsp, nvim-lspconfig
local nvim_lspconfig = require('lspconfig')
if nvim_lspconfig then