diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-26 22:40:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-26 22:40:09 +0800 |
| commit | 34d3fccb246a0224b6dca223ff7e595ceb158a75 (patch) | |
| tree | a4a17c1e7839825ec6000e6afbe6a74412fcf2d2 /init.vim | |
| parent | c0ec24825f9ca9019546cb6622bfa0815f36f684 (diff) | |
move Vim learning resources to seprate files
Diffstat (limited to 'init.vim')
| -rw-r--r-- | init.vim | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -63,16 +63,3 @@ for s:fname in g:config_file_list execute printf('source %s/%s', g:nvim_config_root, s:fname) endfor "} - -"{ A list of resources which inspire me -" This list is non-exhaustive as I can not remember the source of many -" settings. - -" - http://stevelosh.com/blog/2010/09/coming-home-to-vim/ -" - https://github.com/tamlok/tvim/blob/master/.vimrc -" - https://nvie.com/posts/how-i-boosted-my-vim/ -" - https://blog.carbonfive.com/2011/10/17/vim-text-objects-the-definitive-guide/ -" - https://sanctum.geek.nz/arabesque/vim-anti-patterns/ -" - https://github.com/gkapfham/dotfiles/blob/master/.vimrc -" - https://google.github.io/styleguide/vimscriptguide.xml -"} |
