Commit Graph

54 Commits

Author SHA1 Message Date
Dmytro Meleshko 280606b2b0 [nvim] fix plugins after update 2021-05-15 20:19:39 +03:00
Dmytro Meleshko 96df378bb0 [nvim] add some more mappings 2021-05-15 18:45:59 +03:00
Dmytro Meleshko 02cee81a90 [nvim] add a GBrowse handler for AUR package repos 2021-05-14 15:28:44 +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 70acf70f0b [nvim] entirely get rid of the CtrlSF plugin 2021-04-25 21:02:00 +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 0221e6c08c [nvim] add a binding for my other favorite git command 2021-04-23 01:26:10 +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 35b1e9446e [nvim] add a binding for my favorite git feature 2021-03-17 19:56:07 +02:00
Dmytro Meleshko 7177de926a [nvim] fix ranger on Android 2021-03-12 13:39:16 +02:00
Dmytro Meleshko dfb049f52f [nvim] add a quick keymap switcher 2021-03-12 13:28:08 +02:00
Dmytro Meleshko 0a3c9b7424 [nvim] add an indentation block motion 2021-03-07 15:24:42 +02:00
Dmytro Meleshko 8d525337fc [nvim] add mappings for quick horizontal scrolling 2021-02-27 14:38:31 +02:00
Dmytro Meleshko 0ce30126c0 [nvim] apparently :Gcommit has also been deprecated? 2021-02-20 13:45:57 +02:00
Dmytro Meleshko a06b104376 [nvim] update the mappings for fugitive 2021-02-15 16:22:36 +02:00
Dmytro Meleshko 1abf65b087 [nvim] properly display wavy underlines under spelling mistakes now that I have enabled all termcap features of kitty 2021-02-08 21:51:59 +02:00
Dmytro Meleshko aed0b5a30e [nvim] fix FixWhitespaceOnSave flooding the search history 2021-02-05 11:57:28 +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 abde79fbf7 [nvim+zsh] fix the need for resetting FZF_DEFAULT_OPTS on Ubuntu and derivatives 2021-01-29 01:37:49 +02:00
Dmytro Meleshko 0cce46f083 [nvim] disable the po airline plugin 2021-01-12 15:06:43 +02:00
Dmytro Meleshko 955559db5e [nvim] don't set formatexpr 2021-01-10 20:04:27 +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 b4acbcf006 [nvim] annoying floating windows... 2020-12-11 10:54:09 +02:00
Dmytro Meleshko 1ae3156b29 [nvim] arrrrrgh, fix one other misuse of <Cmd> 2020-12-07 19:52:07 +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 643f996a94 [nvim] fix the insert-mode mapping for F1 2020-11-27 21:17:16 +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 9ce4eb6d46 [nvim] add DragOut command 2020-11-12 11:43:52 +02:00
Dmytro Meleshko f9ed443e4a [nvim+zsh] disable the ugly fzf popup window and turn off rounded borders in the preview window 2020-11-04 02:09:45 +02:00
Dmytro Meleshko 38238eb817 [nvim] fix the "E488: Trailing characters" error when pressing K with coc.nvim 2020-09-25 09:20:18 +03: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 65a581e0ce very minor changes 2020-08-23 11:57:34 +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 3898112521 [zsh] add a few useful aliases and functions 2020-07-18 22:48:25 +03:00
Dmytro Meleshko e145d64d20 [nvim] always show coc diagnostics in virtual text 2020-05-27 22:51:52 +03:00
Dmytro Meleshko b1d022e1fe [nvim] move `colorcolumn` one column to the left 2020-05-17 12:55:02 +03:00
Dmytro Meleshko ce7f8a30b9 [nvim] use default coc.nvim plugin for airline 2020-03-25 21:43:27 +02:00
Dmytro Meleshko 43959c4f9b [nvim] fix filetype preferences for indentation 2020-03-10 22:39:12 +02:00
Dmytro Meleshko f8e9206692 [nvim] check for URLs in FormatOnSave 2020-03-08 02:49:27 +02:00
Dmytro Meleshko b8ba43a562 [nvim] tweak coc status in airline 2020-03-07 20:02:04 +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