This commit is contained in:
Zacharias-Brohn
2025-10-23 19:21:56 +02:00
parent 68b0466153
commit fb6302a74d
10 changed files with 82 additions and 9 deletions
+1 -2
View File
@@ -1,3 +1,4 @@
vim.cmd('source ' .. vim.fn.stdpath("config") .. "/cursor.vim")
require("config.lazy")
require("options")
require("globals")
@@ -15,5 +16,3 @@ vim.filetype.add({
[".*/uwsm/env.*"] = "zsh",
}
})
vim.cmd[[colorscheme onedark]]