colorscheme picker

This commit is contained in:
Zacharias-Brohn
2025-11-19 22:47:58 +01:00
parent fb6302a74d
commit 018d32bfbb
6 changed files with 115 additions and 34 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ autocmd("LspAttach", {
})
vim.api.nvim_create_autocmd("VimLeave", {
command = "set guicursor=a:ver25"
command = "set guicursor=a:ver25-Cursor"
})