Fix neodev
This commit is contained in:
parent
d299992693
commit
78e19b1687
@ -1,3 +1,9 @@
|
|||||||
|
-- neodev.nvim
|
||||||
|
local neodev_nvim = require('neodev')
|
||||||
|
if neodev_nvim then
|
||||||
|
neodev_nvim.setup({})
|
||||||
|
end
|
||||||
|
|
||||||
-- cmp-nvim-lsp, nvim-lspconfig
|
-- cmp-nvim-lsp, nvim-lspconfig
|
||||||
local nvim_lspconfig = require('lspconfig')
|
local nvim_lspconfig = require('lspconfig')
|
||||||
if nvim_lspconfig then
|
if nvim_lspconfig then
|
||||||
|
Loading…
Reference in New Issue
Block a user