| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-12 | Only Install vim-plug on Windows or Mac inside config | jdhao | |
| 2020-08-11 | fix markdownfootnote issue | jdhao | |
| see https://github.com/vim-pandoc/vim-markdownfootnotes/issues/22 for the details | |||
| 2020-07-29 | remove IME toggle for Mac(it cause more issues than it solves | jdhao | |
| 2020-07-29 | update plugin settings (leaderf and semshi) | jdhao | |
| 2020-07-29 | update airline theme | jdhao | |
| 2020-07-29 | update color theme | jdhao | |
| 2020-07-21 | update readme | jdhao | |
| 2020-07-15 | update airlinetheme | jdhao | |
| 2020-07-13 | update vim-airline theme | jdhao | |
| 2020-06-19 | update ale setting | jdhao | |
| 2020-06-19 | Update nerdtree repo name | jdhao | |
| 2020-05-25 | add more kbd tag snippets | jdhao | |
| 2020-05-25 | Update markdown.snippets | jdhao | |
| 2020-05-23 | Update ginit.vim | jdhao | |
| 2020-05-23 | Update ginit.vim | jdhao | |
| 2020-05-22 | remove supertabs | jdhao | |
| 2020-05-22 | Update options.vim | jdhao | |
| 2020-05-22 | remove number toggle plugin | jdhao | |
| 2020-05-22 | toggle relative number based on autocmd events | jdhao | |
| 2020-05-18 | update max syntax column for Markdown | jdhao | |
| This value is set to a large number mainly for long Chinese paragraphs. Since I do not want to hard-wrap long Chinese paragraphs, some paragraphs tend to be long in raw bytes. | |||
| 2020-05-13 | do not set clipboard when no provider is found | jdhao | |
| When there is no clipboard provider but we set the `clipboard` option, using the `:yank` command will produce a warning message. We need to check if a clipboard provider exists before setting up the clipboard option, see also [this issue](https://github.com/neovim/neovim/issues/12305). | |||
| 2020-05-11 | docs: update README | jdhao | |
| 2020-05-10 | remove arrow key nope mapping. | jdhao | |
| Now I am familiar with h,j,k,l, I do not need to force myself to use them. | |||
| 2020-05-08 | Remove dictionary. | jdhao | |
| 2020-05-08 | remove dictionary completion | jdhao | |
| Dictionary completion is rather useless and hangs Neovim when accidentally triggered. It is better to remove it entirely. | |||
| 2020-05-07 | Update README.md | jdhao | |
| 2020-05-07 | Set theme jekyll-theme-midnight | jdhao | |
| 2020-05-06 | Update utils.vim | jdhao | |
| 2020-05-05 | update spell file | jdhao | |
| 2020-05-05 | update titlestring style | jdhao | |
| 2020-04-29 | add new mapping to toggle cursorcolumn | jdhao | |
| 2020-04-29 | update: add function to toggle cursorcolumn | jdhao | |
| 2020-04-28 | fix: add variable scope | jdhao | |
| 2020-04-26 | remove marks plugin | jdhao | |
| I added the marks plugin to my config because back then I do not know how to go back to my previous edit position. Now my vim knowledge grows, and I know how to use `g;` and `g,` to go back and forth the change history. There is now little use to use marks plugin any more. | |||
| 2020-04-22 | chore: remove trailing white spaces | jdhao | |
| 2020-04-22 | docs: update README | jdhao | |
| 2020-04-20 | update settings for cpp/c language | jdhao | |
| 2020-04-18 | update: add cpp/c support. | jdhao | |
| 2020-04-17 | update: add new mapping to copy the buffer. | jdhao | |
| 2020-04-17 | fix: time zone info is now shown | jdhao | |
| datetime.now() produces a naive datetime object which does not know tzinfo. So the '%z' has no effect. We need to convert it to time zone aware object using `datetime.astimezone()`. | |||
| 2020-04-16 | refactor: remove update info from file header | jdhao | |
| The file update info can be accessed from the file directly on the command line. We often forget to update the update field in the Python source file header, making this field rather useless. I have also set up the Neovim to show file update time on the title of terminal window. So there is no need to retain the update field in header comment. | |||
| 2020-04-12 | docs: fix documentation errors | jdhao | |
| 2020-04-05 | update: add plugin vim-pythonsense | jdhao | |
| This plugin provides several Python-related text objects, such as `if`, `af`, `id`, `ad`. | |||
| 2020-03-30 | chore: remove short url and replace with true url | jdhao | |
| 2020-03-30 | update: improve snippets | jdhao | |
| 2020-03-17 | Update Nvim_setup.sh | jdhao | |
| 2020-03-17 | Update: remove the source part. | jdhao | |
| Sourcing bash_profile inside shell script does not work as expected. We should source it outside the script manually. See also: https://stackoverflow.com/questions/50156206/source-bash-profile-do-not-works-inside-a-bash-script | |||
| 2020-03-17 | Update: add mapping to clear highlighting | jdhao | |
| 2020-03-15 | Update: add grep program | jdhao | |
| 2020-03-14 | Reduce image size | jdhao | |
