1
0

Add blink

This commit is contained in:
2025-03-25 21:09:42 +00:00
parent d67233cd8b
commit cc3a2ea13f
3 changed files with 97 additions and 0 deletions

7
lua/plugins/mason.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
{
'williamboman/mason.nvim',
lazy = false,
opts = {},
},
}