summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-02-19 12:12:20 -0500
committerJune McEnroe <june@causal.agency>2016-02-19 12:12:20 -0500
commitb920e09e952db9813c165cf0b449735046e78be9 (patch)
tree53d2c89a2449f0762abc46f24a1a07704ffe5c9a
parentEnable nvim set cursor shape (diff)
downloadsrc-b920e09e952db9813c165cf0b449735046e78be9.tar.gz
src-b920e09e952db9813c165cf0b449735046e78be9.zip
Revert "Enable nvim set cursor shape"
This reverts commit ea764e0dbc4caadb6a55d8df9c0f21dbc56534bd.

I don't like how thin iTerm renders the line cursor.
Diffstat (limited to '')
-rw-r--r--.config/nvim/init.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index e25f274d..863c12c4 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -22,7 +22,6 @@ map <ScrollWheelDown> <C-E>
 
 set background=dark
 let $NVIM_TUI_ENABLE_TRUE_COLOR = 1
-let $NVIM_TUI_ENABLE_CURSOR_SHAPE = 1
 let g:gruvbox_italic = 0
 let g:gruvbox_invert_selection = 0
 let g:gruvbox_sign_column = 'dark0'
744ab54cf1833d9225ca3762493f748ab1fee619&follow=1'>Use [] to quote special characters in regexJune McEnroe This looks much cleaner than having to double-escape backslash. 2019-02-08Improve ANSI output and base IRC on itJune McEnroe 2019-02-08Add hi -nJune McEnroe 2019-02-08Elaborate hi man pageJune McEnroe 2019-02-08Use set for parent in hiJune McEnroe 2019-02-08Switch back to semantic keyword grouping in hiJune McEnroe 2019-02-08Match only the basename in hiJune McEnroe 2019-02-07Add mdoc syntax to hiJune McEnroe 2019-02-07Support multi-line C macros in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe