new nvim conf

This commit is contained in:
vx-clutch
2025-12-22 20:14:52 -05:00
parent 76dc3678d0
commit 31ef1b6103
12 changed files with 116 additions and 181 deletions

View File

@@ -0,0 +1,10 @@
vim.g.mapleader = " "
vim.pack.add {
{ src = "https://github.com/mason-org/mason.nvim" },
{ src = "https://github.com/scottmckendry/cyberdream.nvim" },
}
require("mason").setup {}
vim.cmd("colorscheme cyberdream")