jdhao
34d3fccb24
move Vim learning resources to seprate files
2020-10-26 22:40:09 +08:00
jdhao
63dfd0031c
change custom variable location
2020-09-30 15:51:29 +08:00
jdhao
ab07e4069e
use printf for string concatenation where needed
2020-09-27 18:46:12 +08:00
jdhao
b65c7c6d70
change vim script style from 4-space indent to 2-space
2020-09-26 09:15:40 +08:00
jdhao
c6b71c1dea
remove global setting since it is not used anyway
2020-09-02 08:54:51 +08:00
jdhao
1b97735bf2
chore: remove short url and replace with true url
2020-03-30 23:32:11 +08:00
jdhao
62d8266f07
Update system check method
2019-12-09 23:21:28 +08:00
jdhao
0e89d956fd
Add Google Vimscript style guide
2019-12-08 23:48:38 +08:00
jdhao
5d1b59073b
Turn global variable to local
...
A variable without scope is global by default, see http://rbtnn.hateblo.jp/entry/2014/12/28/010913
2019-12-08 23:18:30 +08:00
jdhao
960855931b
Update plugin install logic
...
Only install plugins system-wide if the system is *nix system
2019-11-10 11:03:55 +08:00
jdhao
e7e0dad605
Update init.vim
2019-11-09 18:52:21 +08:00
jdhao
76d8e97449
Update init.vim
2019-11-09 18:51:44 +08:00
jdhao
e641621ba2
Update init.vim
2019-09-27 23:24:30 +08:00
jdhao
260c2b9772
Fix a bug in sourcing vim files.
...
vim files such as 'variables.vim' under the same folder as init.vim can not be correctly sourced with `source somefile.vim`. Because source command is relative to the correct folder, you must specify the absolute path of vim script.
2019-09-27 21:49:23 +08:00
jdhao
460ec98052
Split large nvim config into several files for easier management
2019-09-26 23:18:19 +08:00
jdhao
08c5c49f18
Update nvim and nvim-qt config
2019-09-25 22:27:27 +08:00
jdhao
2da8542891
Update vim-airline settings
2019-09-17 23:18:28 +08:00
jdhao
a28c908c66
Various small update
2019-09-16 23:59:09 +08:00
jdhao
6428422cbd
Simplify init.vim and move settings to autoload and after directory
2019-09-12 21:29:00 +08:00
jdhao
c0d82c312c
Clean Nvim config
2019-08-14 23:46:16 +08:00
jdhao
dd4ef41fa4
Update init.vim
2019-07-18 22:31:51 +08:00
jdhao
f22f718cae
change function comment
2019-06-12 23:41:43 +08:00
jdhao
7974859a75
Simplify init.vim
2019-05-23 23:07:03 +08:00
jdhao
2ad5add811
Simplify init.vim
2019-05-12 11:55:03 +08:00
jdhao
aeb3456f23
Simplify init.vim
2019-05-07 01:06:41 +08:00
jdhao
a96bc3b527
Simplify init.vim
2019-05-06 00:51:07 +08:00
jdhao
6297a85c48
Update init.vim
2019-05-03 20:37:02 +08:00
jdhao
a0d367edb7
Update init.vim
2019-04-29 22:51:57 +08:00
jdhao
68c2b6d012
Change neovim config
2019-04-27 00:17:07 +08:00
jdhao
548834ccb6
First commit
2019-04-25 23:34:50 +08:00