| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-09 | Update system check method | 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 | |
| 2019-11-05 | Remove pumblend. | jdhao | |
| pumblend options does not work well for terminals which does not support true colors | |||
| 2019-11-05 | Simplify the way to get correct python3_host_prog | jdhao | |
| 2019-11-05 | Change wildignore setting | jdhao | |
| 2019-11-03 | Split titlestring for easier interpretation | jdhao | |
| 2019-10-28 | Fix an issue with termguicolors option | jdhao | |
| According to https://github.com/equalsraf/neovim-qt/issues/604, nvim-qt will set the termguicolors options when it is started. However, if we add `set notermguicolors` in init.vim, the nvim-qt setting will not take effect after nvim-qt is started. So we need to remove the `set notermguicolors` setting in the config. | |||
| 2019-10-26 | Fix a bug about termguicolors option | jdhao | |
| We can not detect whether nvim-qt is loaded when sourcing `init.vim`. If termguicolors option is not set, we use a better color (badwolf in this case). Gruvbox8 is terrible when termguicolors is not set. | |||
| 2019-10-26 | Fix a bug about termguicolors | jdhao | |
| If we use nvim-qt, the TERM env variable may be empty. We should check if we are using the GUI. | |||
| 2019-10-24 | Do not use annoying visual bells. | jdhao | |
