Last active
October 9, 2020 13:00
-
-
Save fcharlie/2c91a66cb4eee0ab7e8bb10a8999a56b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/AppData/Local/nvim/init.vim | |
# ~/.config/nvim/init.vim | |
set guicursor=a:ver25-blinkon10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nu | |
syntax on | |
syntax enable | |
let g:togglecursor_default = "beam" | |
let g:togglecursor_insert = "beam" | |
let g:togglecursor_leave = "beam" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment