♻️ refactor: split to separate files
attempting to fix load order
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
return {
|
||||||
|
'williamboman/mason-lspconfig.nvim',
|
||||||
|
dependencies = {
|
||||||
|
'williamboman/mason.nvim',
|
||||||
|
},
|
||||||
|
lazy = true,
|
||||||
|
}
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
'williamboman/mason.nvim',
|
'williamboman/mason.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'williamboman/mason-lspconfig.nvim',
|
|
||||||
'WhoIsSethDaniel/mason-tool-installer.nvim',
|
'WhoIsSethDaniel/mason-tool-installer.nvim',
|
||||||
},
|
},
|
||||||
cmd = 'Mason',
|
cmd = 'Mason',
|
||||||
@@ -16,6 +15,8 @@ return {
|
|||||||
ui = {
|
ui = {
|
||||||
-- style = 'minimal',
|
-- style = 'minimal',
|
||||||
border = 'rounded',
|
border = 'rounded',
|
||||||
|
width = 0.7,
|
||||||
|
height = 0.8,
|
||||||
icons = {
|
icons = {
|
||||||
package_installed = '✓',
|
package_installed = '✓',
|
||||||
package_pending = '➜',
|
package_pending = '➜',
|
||||||
@@ -69,4 +70,4 @@ return {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user