summaryrefslogtreecommitdiffstats
path: root/vim
AgeCommit message (Collapse)Author
2022-07-09Make ls sort by ASCII code. And asciidoc Vim mapMitsuo Tokumori
2022-06-25Add git-prompt.sh. Some distros require itMitsuo Tokumori
E.g., Amazon Linux 2
2022-06-17Define colorscheme in vimrcMitsuo Tokumori
Also add gm and gM commands to compile markdown notes faster (and also upload them to my website).
2022-05-09Add ideavimrc for PyCharm Vim pluginMitsuo Tokumori
2022-05-05Add 2 plugins in vim/pack/mitsuo/Mitsuo Tokumori
2022-05-05Merge remote-tracking branch 'origin/master'Mitsuo Tokumori
2022-05-05Add vim/pack directoryMitsuo Tokumori
2022-05-04Remove call to vim-indexed-search from vimrcMitsuo Tokumori
2022-04-07Add vim/pluginsMitsuo Tokumori
2022-04-03Add custom css to Md2Htmlmitsuo
Custom css is in ~/mahcode/pandoc/pandoc_style.css I don't know a better place to place it. I don't think it belongs inside the vim directory. If I'm going to take notes on another machine, then I need to have ~/mahcode in there too. mahcode is mahcode
2022-01-21Change "~/.vim/" to use $VIMRUNTIMEPATH.Mitsuo Tokumori
Also remove dependency of vim-indexed-search plugin
2021-11-30Add comment about pretty-print JSONmitsuo
2021-11-22Restructure directory, Fix install.shmitsuo