1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
Commit Graph

292 Commits

Author SHA1 Message Date
jdhao a5eea11a57 change netrw's http command
It seems the default command used by netrw for download files (with curl) will error out on Windows for https://www.unicode.org.
I have no idea why. Need to work around this issue. See also https://github.com/chrisbra/unicode.vim/issues/51
2020-10-09 15:05:26 +08:00
jdhao 53d335c5f0 use unicode.vim all the time 2020-10-09 12:10:00 +08:00
jdhao 4dbe9cbf52 update: clear cmdline msg after 20 seconds
5 seconds is too short for long messages or messages we want to keep a record of.
2020-10-09 11:52:18 +08:00
jdhao cb45575b1f change vim-plug install dir 2020-10-09 11:07:38 +08:00
jdhao a83973ede8 use echon instead of echo
echon does not add space between expressions.
2020-10-09 10:52:31 +08:00
jdhao d23ef8acd0 only clear cmdline output when in normal mode 2020-10-09 10:30:55 +08:00
jdhao 9335b9816c update anzu setting 2020-10-09 01:52:30 +08:00
jdhao 8004f56991 add vim-searchlight description 2020-10-09 01:30:03 +08:00
jdhao 930c32bc73 add vim-cool 2020-10-09 01:29:34 +08:00
jdhao 8cd992f5e4 minor update to auto-save 2020-10-09 01:22:50 +08:00
jdhao 6749ecfac5 clear cmdline msg after some time 2020-10-09 01:07:15 +08:00
jdhao 9c7527c2e7 add * mapping for visual selection 2020-10-09 00:25:35 +08:00
jdhao 2b0feddde7 remove is.vim (the cooperation between plugins is nightmare) 2020-10-09 00:20:13 +08:00
jdhao ec316b2a82 update airline themes to use 2020-10-08 16:11:30 +08:00
jdhao bd96dc5d18 small fix 2020-10-08 00:05:26 +08:00
jdhao 8ec7e8a473 more ins-completion mappings 2020-10-08 00:04:35 +08:00
jdhao 4e354ef185 move completion-related mapping to mappings.vim 2020-10-07 23:54:36 +08:00
jdhao cbb49028d4 add plugin unicode.vim 2020-10-07 21:06:45 +08:00
jdhao 6ca0567af6 change vim-plug install dir 2020-10-03 00:15:49 +08:00
jdhao 3a64834d16 update options 2020-10-02 00:51:10 +08:00
jdhao 10aeaf8ab6 update options 2020-10-02 00:44:10 +08:00
jdhao 4537bab436 update fold text style 2020-09-30 19:28:35 +08:00
jdhao 191abbcf88 update foldtext function 2020-09-30 16:23:38 +08:00
jdhao 2b015bd51e disable tutor plugin 2020-09-30 16:04:22 +08:00
jdhao 63dfd0031c change custom variable location 2020-09-30 15:51:29 +08:00
jdhao 8f4d4d9b49 update readme 2020-09-30 11:11:58 +08:00
jdhao 85c9c79dc9 Remove nerdtree, I rarely use it 2020-09-29 16:09:51 +08:00
jdhao ef9e87ec53 reduce yank highlight time 2020-09-28 20:55:28 +08:00
jdhao 61ab8b1466 change location to install vim-plug 2020-09-28 11:00:24 +08:00
jdhao f2dcfa7477 fix missing runtimepath issue
it seems that stdpath('data') is not in the runtimepath.
2020-09-28 10:58:34 +08:00
jdhao 749d2a57a7 update fugitive setting 2020-09-28 01:08:08 +08:00
jdhao f51de94531 add wildignore option 2020-09-28 00:27:25 +08:00
jdhao 23d6b3d0bc change wildmode option 2020-09-28 00:25:07 +08:00
jdhao 8fb0710afd remove some mappings I seldom use 2020-09-27 21:32:35 +08:00
jdhao cb478b5ce1 add ! for custom functions 2020-09-27 21:30:30 +08:00
jdhao 5c4223b27d add mapping to move single or multiple lines 2020-09-27 21:29:46 +08:00
jdhao 2d84307695 use match(), replace obscure regex-match notation 2020-09-27 20:57:02 +08:00
jdhao 2a566f8d76 update docs 2020-09-27 20:47:07 +08:00
jdhao dd8c3cd9c0 refactor: vim-plug install 2020-09-27 20:39:02 +08:00
jdhao e9c8c4c536 refactor: vim-plug install 2020-09-27 20:34:33 +08:00
jdhao a54a20d299 refactor: vim-plug install 2020-09-27 20:27:50 +08:00
jdhao a94be81fb5 update airline setting 2020-09-27 20:18:25 +08:00
jdhao a5ff42407b do not load menu(I have never used it) 2020-09-27 19:57:37 +08:00
jdhao 240520193a remove goyo (I rarely use it) 2020-09-27 19:45:59 +08:00
jdhao 9f344b0820 use g:is_win to check current system 2020-09-27 19:22:20 +08:00
jdhao c226973bd5 refactor: simplify if else 2020-09-27 19:20:42 +08:00
jdhao 32d69040d6 update vim-plug install logic 2020-09-27 19:16:55 +08:00
jdhao eb7df6b06c refactor: variable naming 2020-09-27 19:09:14 +08:00
jdhao 448d864eba change location of vim-plug 2020-09-27 19:06:22 +08:00
jdhao ab07e4069e use printf for string concatenation where needed 2020-09-27 18:46:12 +08:00