♻️ 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,
}
+2 -1
View File
@@ -1,7 +1,6 @@
return {
'williamboman/mason.nvim',
dependencies = {
'williamboman/mason-lspconfig.nvim',
'WhoIsSethDaniel/mason-tool-installer.nvim',
},
cmd = 'Mason',
@@ -16,6 +15,8 @@ return {
ui = {
-- style = 'minimal',
border = 'rounded',
width = 0.7,
height = 0.8,
icons = {
package_installed = '',
package_pending = '',