Commit Graph

26 Commits

Author SHA1 Message Date
Dmytro Meleshko 030c018bb4 [nvim] make it so that indentLines doesn't close the intro screen 2021-05-16 15:55:17 +03:00
Dmytro Meleshko 96df378bb0 [nvim] add some more mappings 2021-05-15 18:45:59 +03:00
Dmytro Meleshko 2c6193a487 [nvim] collapse the set and setlocal commands because the Vimscript syntax allows it 2021-04-25 21:21:32 +03:00
Dmytro Meleshko 436fffdd6d [nvim] add a comment textobject in continuation to 4d42627b83
You may be wondering why I have exchanged a single simple plugin for two
arguably more complex ones. Well, vim-commentary couldn't put comments
on blank lines, so there. And also tcomment.vim was mentioned in the
README of the former plugin.
2021-04-24 14:06:43 +03:00
Dmytro Meleshko 4d42627b83 [nvim] use tcomment.vim instead of vim-commentary 2021-04-23 17:41:41 +03:00
Dmytro Meleshko 3d34200ac6 [nvim] apparently usage of l: inside functions is entirely optional 2021-03-30 01:24:37 +03:00
Dmytro Meleshko d129ba7563 [nvim] make the U mapping respect vim-repeat 2021-03-20 23:14:48 +02:00
Dmytro Meleshko dfb049f52f [nvim] add a quick keymap switcher 2021-03-12 13:28:08 +02:00
Dmytro Meleshko 8d525337fc [nvim] add mappings for quick horizontal scrolling 2021-02-27 14:38:31 +02:00
Dmytro Meleshko 6dc39b0e04 [nvim] add functions to workaround some interesting behaviors of vim 2021-02-05 11:54:51 +02:00
Dmytro Meleshko 11e651e1cb [nvim] add some mappings for quickly manipulating diffs 2020-12-29 21:24:38 +02:00
Dmytro Meleshko ee8762198e [nvim] this should come in handy 2020-12-16 09:05:10 +02:00
Dmytro Meleshko aed76b82b8 [nvim] fix typos and bugs which caused the visual star mappings to break 2020-12-07 19:32:54 +02:00
Dmytro Meleshko 264846e066 [nvim] unmap the annoying Q mapping 2020-12-04 12:34:35 +02:00
Dmytro Meleshko b185e78886 [nvim] add a mapping for showing the signature help 2020-11-27 11:55:24 +02:00
Dmytro Meleshko 1c5373a9bf [nvim] add vim-sneak 2020-11-22 16:07:33 +02:00
Dmytro Meleshko f5966e9c4b [nvim] add a mapping for switching keymaps along with customized versions of vim's keymaps 2020-09-19 16:34:04 +03:00
Dmytro Meleshko 19eacd51ba [nvim] use a fork of detectindent which can ignore comments at the cost of performance (let's see how this will go) 2020-08-30 20:32:18 +03:00
Dmytro Meleshko da3ade69e0 [nvim] remap <C-n> and <C-p> to something more useful 2020-07-26 10:32:07 +03:00
Dmytro Meleshko b1d022e1fe [nvim] move `colorcolumn` one column to the left 2020-05-17 12:55:02 +03:00
Dmytro Meleshko 43959c4f9b [nvim] fix filetype preferences for indentation 2020-03-10 22:39:12 +02:00
Dmytro Meleshko 73919c7b81 [scripts] add onscreen-message.py 2020-02-23 14:45:46 +02:00
Dmytro Meleshko 84d121f5e5 [nvim] disable key mappings in the markdown plugin 2020-01-27 17:09:50 +02:00
Dmytro Meleshko fe4e7cd307 [nvim] disable markdown conceal 2020-01-27 11:58:51 +02:00
Dmytro Meleshko 26ee242721 [nvim] add indent detection 2020-01-17 20:34:17 +02:00
Dmytro Meleshko f0d108ab4c [nvim] put my configs in runtimepath 2019-12-15 22:20:05 +02:00
Renamed from nvim/lib/editing.vim (Browse further)