mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
7 lines
118 B
Lua
7 lines
118 B
Lua
return {
|
|
"williamboman/nvim-lsp-installer",
|
|
config = function()
|
|
require("nvim-lsp-installer").setup()
|
|
end
|
|
}
|