mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 23:16:47 +00:00
10 lines
160 B
Lua
10 lines
160 B
Lua
return {
|
|
'folke/neodev.nvim',
|
|
event = 'VeryLazy',
|
|
dependencies = {
|
|
'neovim/nvim-lspconfig',
|
|
},
|
|
ft = { 'lua' },
|
|
config = true,
|
|
}
|