mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
8 lines
107 B
Lua
8 lines
107 B
Lua
return {
|
|
"neovim/nvim-lspconfig",
|
|
|
|
config = function()
|
|
require('config.plugins.lspconfig')
|
|
end
|
|
}
|