created a tokyo night theme for hyprland
This commit is contained in:
10
.config/nvim/lua/config/plugins/mason.lua
Normal file
10
.config/nvim/lua/config/plugins/mason.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Install Mason first for managing servers
|
||||
require("mason").setup({
|
||||
ui = {
|
||||
icons = {
|
||||
package_installed = "✓",
|
||||
package_pending = "➜",
|
||||
package_uninstalled = "✗"
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user