| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2019-10-24 | Fix true color support issue | jdhao | |
| Some terminal, for example, xshell, does not support true colors. In this case, we should not set the termguicolors option. | |||
| 2019-10-18 | Add README for setting up markdown2ctags | jdhao | |
| 2019-10-15 | Add markdown support for tagbar | jdhao | |
| 2019-10-15 | Add spell words | jdhao | |
| 2019-10-09 | Add link to wiki page | jdhao | |
| 2019-09-28 | Remove ambiwidth setting | jdhao | |
| ambiwidth setting gobbles color columns | |||
| 2019-09-27 | Update init.vim | jdhao | |
| 2019-09-27 | Fix a bug in sourcing vim files. | jdhao | |
| vim files such as 'variables.vim' under the same folder as init.vim can not be correctly sourced with `source somefile.vim`. Because source command is relative to the correct folder, you must specify the absolute path of vim script. | |||
| 2019-09-26 | Split large nvim config into several files for easier management | jdhao | |
| 2019-09-25 | Update nvim and nvim-qt config | jdhao | |
| 2019-09-21 | Update readme | jdhao | |
| 2019-09-21 | Remove binary spell file | jdhao | |
| 2019-09-21 | Do not push binary spell files | jdhao | |
| 2019-09-21 | Add LaTeX snippet | jdhao | |
| 2019-09-17 | Update vim-airline settings | jdhao | |
| 2019-09-16 | Various small update | jdhao | |
| 2019-09-12 | Update readme | jdhao | |
| 2019-09-12 | Add spell files | jdhao | |
| 2019-09-12 | Add vim-plug | jdhao | |
| 2019-09-12 | Simplify init.vim and move settings to autoload and after directory | jdhao | |
| 2019-08-14 | Clean Nvim config | jdhao | |
| 2019-08-06 | update snippets | jdhao | |
| 2019-07-18 | Update init.vim | jdhao | |
