neovim setup
This commit is contained in:
14
lua/plugins/mason.lua
Normal file
14
lua/plugins/mason.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
"williamboman/mason.nvim",
|
||||
cmd = "Mason",
|
||||
event = "BufReadPre",
|
||||
opts = {
|
||||
ui = {
|
||||
icons = {
|
||||
package_installed = "✓",
|
||||
package_pending = "➜",
|
||||
package_uninstalled = "✗",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user