| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 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 | |
