This commit is contained in:
Zacharias-Brohn
2025-03-22 14:20:39 +01:00
parent 8b69d3665f
commit 8628becd46
7 changed files with 56 additions and 17 deletions
+5
View File
@@ -49,3 +49,8 @@ autocmd("VimLeavePre", {
vim.cmd([[call chansend(v:stderr, "\033]1337;SetUserVar=NVIM_ENTER=MA==\007")]])
end,
})
vim.api.nvim_create_autocmd("VimLeave", {
pattern = "*",
command = "set guicursor=a:ver25"
})