cursor
This commit is contained in:
@@ -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"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user