dotfiles/config/nvim/lua/fs
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
..
config vim: move custom highlights to colorscheme config() 2022-02-14 17:20:33 +01:00
telescope vim: add telescope 2022-02-14 14:28:46 +01:00
autocmds.lua vim: fix loss of cursorline when using Telescope 2022-02-14 18:31:54 +01:00
disable_builtin.lua install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
keymaps.lua vim: add mappings to toggle listchars visibility 2022-02-14 00:19:51 +01:00
options.lua vim: add EOL symbols 2022-02-09 23:42:43 +01:00
plugins.lua vim: add telescope 2022-02-14 14:28:46 +01:00
util.lua vim: move custom highlights to colorscheme config() 2022-02-14 17:20:33 +01:00