Merge pull request #101 from meck/develop

Make the neovim terminal cursor visible when out of terminal mode
This commit is contained in:
Arctic Ice Studio 2018-02-21 11:01:45 +01:00 committed by GitHub
commit 2fac9fa0c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,6 +157,7 @@ call s:hi("VisualNOS", "", s:nord2_gui, "", s:nord1_term, "", "")
call s:hi("healthError", s:nord11_gui, s:nord1_gui, s:nord11_term, s:nord1_term, "", "")
call s:hi("healthSuccess", s:nord14_gui, s:nord1_gui, s:nord14_term, s:nord1_term, "", "")
call s:hi("healthWarning", s:nord13_gui, s:nord1_gui, s:nord13_term, s:nord1_term, "", "")
call s:hi("TermCursorNC", "", s:nord1_gui, "", s:nord1_term, "", "")
"+- Neovim Terminal Colors -+
if has('nvim')