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

116 Commits

Author SHA1 Message Date
jdhao
417fb450a2
Fix asyncrun command output issue for Chinese
The command output returned by Windows system may not be encoded in utf-8 format.
We need to set the format explicitly.
2019-12-09 16:19:36 +08:00
jdhao
01e69daf9e
Add async support for external command
Use asyncrun.vim for now. May switch to Dispatch later.
2019-12-06 20:28:36 +08:00
jdhao
d593f1fe2c Show current search item in different color 2019-12-04 01:22:51 +08:00
jdhao
84e4ac3ee0 Update semshi install command
It seems that using for option for vim-plug will cause problem. Ref: https://github.com/numirias/semshi/issues/59
2019-12-03 00:33:20 +08:00
jdhao
c2b7a49a83
Update random airline theme candidate 2019-12-02 19:58:22 +08:00
jdhao
b9119d2212 Replace nerdcommenter with commentary 2019-11-29 00:41:39 +08:00
jdhao
a300fa0498 Remove some color themes 2019-11-28 02:01:44 +08:00
jdhao
8789c3e86f Remove vim-quickrun 2019-11-28 01:12:38 +08:00
jdhao
bf0eac1807
Reduce nvim startup time 2019-11-27 21:40:17 +08:00
jdhao
f6bd569cd3 Update vim-pandoc-syntax setting 2019-11-22 23:33:35 +08:00
jdhao
7f16da31ed Use silent mappings 2019-11-20 23:53:25 +08:00
jdhao
278343a24b Remove fzf and use leaderf instead 2019-11-20 23:52:05 +08:00
jdhao
0070fb25de
Update plugin comfortable-motion settings 2019-11-19 20:20:03 +08:00
jdhao
098ef4c875
Update plugin.vim
Change plugin installation directory based on whether we want to config neovim globally or locally.
2019-11-09 18:56:43 +08:00
jdhao
d57ecccd0a Add markdown support for tagbar 2019-10-15 00:39:28 +08:00
jdhao
460ec98052 Split large nvim config into several files for easier management 2019-09-26 23:18:19 +08:00