Setup for mason plugin
Dummy workflow to run everything once. No further testing. / build (push) Successful in 19s
Details
Dummy workflow to run everything once. No further testing. / build (push) Successful in 19s
Details
This commit is contained in:
parent
517c055e0b
commit
4c6593e2e3
|
@ -0,0 +1,9 @@
|
|||
require("mason").setup({
|
||||
ui = {
|
||||
icons = {
|
||||
package_installed = "✓",
|
||||
package_pending = "➜",
|
||||
package_uninstalled = "✗",
|
||||
},
|
||||
},
|
||||
})
|
Loading…
Reference in New Issue