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
+4
View File
@@ -5,3 +5,7 @@ autocmd("LspAttach", {
vim.lsp.document_color.enable(false, args.buf, { "background" })
end,
})
vim.api.nvim_create_autocmd("VimLeave", {
command = "set guicursor=a:ver25"
})