♻️ refactor: split to separate files

attempting to fix load order
This commit is contained in:
2024-11-26 15:09:42 -05:00
parent c2e7f37a03
commit 81c0150eb1
2 changed files with 10 additions and 2 deletions
@@ -0,0 +1,7 @@
return {
'williamboman/mason-lspconfig.nvim',
dependencies = {
'williamboman/mason.nvim',
},
lazy = true,
}