mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Completed basic lazy migration
This commit is contained in:
6
nvim/lua/plugin-config/lsp-installer.lua
Normal file
6
nvim/lua/plugin-config/lsp-installer.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"williamboman/nvim-lsp-installer",
|
||||
config = function()
|
||||
require("nvim-lsp-installer").setup()
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user