| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-24 | update spell file | jdhao | |
| 2020-09-24 | fix doc syntax issues | jdhao | |
| 2020-09-24 | fix style issues as per vint | jdhao | |
| 2020-09-24 | Merge branch 'master' of https://github.com/jdhao/nvim-config | jdhao | |
| 2020-09-24 | update LeaderF settings | jdhao | |
| 2020-09-24 | remove search highlight toggle mapping | jdhao | |
| 2020-09-23 | Update Nvim_setup.sh | jdhao | |
| 2020-09-23 | update fvim settings | jdhao | |
| 2020-09-23 | remove guicursor setting | jdhao | |
| It seems that put guicursor setting here has no effect. The cursor color and shape won't change. | |||
| 2020-09-23 | move guicursor setting to option.vim | jdhao | |
| 2020-09-23 | update grammarous setting | jdhao | |
| 2020-09-22 | move guicursor setting to ginit.vim | jdhao | |
| 2020-09-22 | change yank highlight group | jdhao | |
| 2020-09-22 | update highlight group for yank to Search | jdhao | |
| highlight group IncSearch is a little bit dim. I want the yank highlight to be brighter | |||
| 2020-09-21 | add abort for functions | jdhao | |
| 2020-09-20 | clean <silent> usage in mappings | jdhao | |
| 2020-09-20 | fix syntax error | jdhao | |
| 2020-09-20 | add grammar checking plugin | jdhao | |
| 2020-09-19 | use internal yank highlight instead of plugins | jdhao | |
| 2020-09-17 | use larger length for a line of code | jdhao | |
| 2020-09-02 | command mode mappings do not need <silent> arg | jdhao | |
| 2020-09-02 | remove global setting since it is not used anyway | jdhao | |
| 2020-08-30 | add HTML font tag for Markdown snippet | jdhao | |
| 2020-08-30 | add HTML font tag for Markdown | jdhao | |
| 2020-08-24 | update LeaderF settings | jdhao | |
| 2020-08-19 | update LeaderF settings | jdhao | |
| 2020-08-19 | update leaderf settings | jdhao | |
| 2020-08-12 | Update README.md | jdhao | |
| 2020-08-12 | Update Nvim_setup.sh | jdhao | |
| 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). | |||
