Completed basic lazy migration

This commit is contained in:
Michael Housh
2023-09-18 22:27:45 -04:00
parent 27d6d596dc
commit 3bc89df708
26 changed files with 1634 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
return {
"williamboman/nvim-lsp-installer",
config = function()
require("nvim-lsp-installer").setup()
end
}