New Neovim configuration

This commit is contained in:
Fabio Scotto di Santolo
2025-07-29 17:33:21 +02:00
parent ab2cd85cfc
commit 04c9854f5b
13 changed files with 149 additions and 40 deletions

View File

@@ -0,0 +1,12 @@
return {
"mason-org/mason.nvim",
opts = {
ui = {
icons = {
package_installed = "",
package_pending = "",
package_uninstalled = "",
},
},
},
}