dotfiles/config
Fernando Schauenburg be90870000 vim: fix loss of cursorline when using Telescope
The issue was that 'cursorline' is a window option but I was storing the
original value in global variable. So when Telescope (which has
'cursorline' not set in its window) entered insert mode, the InsertEnter
autocmd caused the global variable to store 0 (nocursorline). After
this, every InsertLeave event would use the global value and eventually
disable the cursorline everywhere.
2022-02-14 18:31:54 +01:00
..
alacritty install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
git install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
mintty install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
nvim vim: fix loss of cursorline when using Telescope 2022-02-14 18:31:54 +01:00
python install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
readline install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
shell install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
tmux install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
zsh install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00