| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-13 | Update options.vim | jdhao | |
| 2019-12-13 | Update options.vim | jdhao | |
| 2019-12-11 | Update vim-plug install logic | jdhao | |
| 2019-12-10 | Update plugin matchup setting | jdhao | |
| 2019-12-09 | Merge branch 'master' of https://github.com/jdhao/nvim-config | jdhao | |
| 2019-12-09 | Update system check method | jdhao | |
| 2019-12-09 | Fix an issue with AsyncRun.vim | jdhao | |
| Change the output of Python from Buffered to Unbuffered so that we can see the command output immediately instead of waiting for the command to finish to see the output. See https://github.com/skywind3000/asyncrun.vim/wiki/FAQ#cant-see-the-realtime-output-when-running-a-python-script and https://stackoverflow.com/questions/107705/disable-output-buffering. | |||
| 2019-12-09 | Fix asyncrun command output issue for Chinese | jdhao | |
| The command output returned by Windows system may not be encoded in utf-8 format. We need to set the format explicitly. | |||
| 2019-12-09 | Update spell settings | jdhao | |
| 2019-12-08 | Add Google Vimscript style guide | jdhao | |
| 2019-12-08 | Turn global variable to local | jdhao | |
| A variable without scope is global by default, see http://rbtnn.hateblo.jp/entry/2014/12/28/010913 | |||
| 2019-12-06 | Update spell | jdhao | |
| 2019-12-06 | Add mapping for running Python script asynchronously | jdhao | |
| 2019-12-06 | Add async support for external command | jdhao | |
| Use asyncrun.vim for now. May switch to Dispatch later. | |||
| 2019-12-05 | Add snippet for Python | jdhao | |
| 2019-12-04 | Show current search item in different color | jdhao | |
| 2019-12-03 | Update Markdown snippets | jdhao | |
| 2019-12-03 | Update semshi install command | jdhao | |
| It seems that using for option for vim-plug will cause problem. Ref: https://github.com/numirias/semshi/issues/59 | |||
| 2019-12-02 | Update random airline theme candidate | jdhao | |
| 2019-11-30 | Do not use colorcolumn for text filetype | jdhao | |
| 2019-11-30 | Merge branch 'master' of https://github.com/jdhao/nvim-config | jdhao | |
| 2019-11-30 | Open nvim config in a different tab | jdhao | |
| 2019-11-29 | Disable loading matchit plugin | jdhao | |
| Add the global variable identifier to loaded_matchit variable | |||
| 2019-11-29 | Replace nerdcommenter with commentary | jdhao | |
| 2019-11-28 | Remove some color themes | jdhao | |
| 2019-11-28 | Remove vim-quickrun | jdhao | |
| 2019-11-27 | Reduce nvim startup time | jdhao | |
| 2019-11-27 | Update mouse option | jdhao | |
| Click mouse in normal mode will easily select words and enter visual mode, which is annoying. So disable mouse in visual mode. | |||
| 2019-11-25 | Fix a bug about Python 3 path | jdhao | |
| On Windows, there is not python3.exe symlinked to python.exe when you use Anaconda 3. There is just one python.exe, which will start Python 3. So we should check the existence of python instead of python3. It is the user's responsibility to make sure that Python 3 is installed instead of Python 2. | |||
| 2019-11-23 | Change netrw settings | jdhao | |
| 2019-11-22 | Update README | jdhao | |
| 2019-11-22 | Update vim-pandoc-syntax setting | jdhao | |
| 2019-11-22 | Update README | jdhao | |
| 2019-11-22 | Explicitly use Python3 | jdhao | |
| 2019-11-20 | Use silent mappings | jdhao | |
| 2019-11-20 | Remove fzf and use leaderf instead | jdhao | |
| 2019-11-19 | The mouse feature is assumed by default. | jdhao | |
| 2019-11-19 | Update plugin comfortable-motion settings | jdhao | |
| 2019-11-19 | Update option synmaxcol | jdhao | |
| The synmaxcol option must be set to a relatively large value, or syntax highlighting may not work correctly after long lines. | |||
| 2019-11-16 | Update backupcopy option | jdhao | |
| 2019-11-16 | Update backup settings | jdhao | |
| 2019-11-14 | Enable mouse in insert mode | jdhao | |
| 2019-11-14 | Remove mappings for Python filetype. | jdhao | |
| Use quickrun to execute Python source files. | |||
| 2019-11-14 | Do not ignore PDF files | jdhao | |
| 2019-11-12 | Search selected region in visual mode | jdhao | |
| 2019-11-10 | Update plugin install logic | jdhao | |
| Only install plugins system-wide if the system is *nix system | |||
| 2019-11-09 | Update plugin.vim | jdhao | |
| Change plugin installation directory based on whether we want to config neovim globally or locally. | |||
| 2019-11-09 | Adjust certain options | jdhao | |
| 2019-11-09 | Update init.vim | jdhao | |
| 2019-11-09 | Update init.vim | jdhao | |
