initial configuration

This commit is contained in:
Simon Ziegler
2025-10-01 14:46:21 +02:00
commit 96974e72fd
4 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1 @@
return { "catppuccin/nvim", name = "catppuccin", priority = 1000 }

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

@@ -0,0 +1,4 @@
return {
"mason-org/mason.nvim",
opts = {}
}