Commit graph

5 commits

Author SHA1 Message Date
d9cb38c8b2 vim: move all configuration into the user module 2022-12-18 20:31:00 +01:00
0b7989d4ab vim: only highlight number of current line 2022-09-26 19:21:32 +02:00
10466e0391 vim: use nvim 0.7 new API for create autocmds in lua 2022-07-01 22:30:50 +02:00
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
61f0b64b84 install: make ~/.config a symlink into dotfiles 2022-02-07 19:26:29 +01:00
Renamed from nvim/.config/nvim/lua/fs/autocmds.lua (Browse further)