mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
9
nvim.bak/lua/plugins/neodev.lua
Normal file
9
nvim.bak/lua/plugins/neodev.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
'folke/neodev.nvim',
|
||||
event = 'VeryLazy',
|
||||
dependencies = {
|
||||
'neovim/nvim-lspconfig',
|
||||
},
|
||||
ft = { 'lua' },
|
||||
config = true,
|
||||
}
|
||||
Reference in New Issue
Block a user