| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-02 | bump minimum supported nvim version to 0.6.1 | jdhao | |
| 2021-12-31 | docs: add section on custom commands | jdhao | |
| 2021-12-31 | fix: broken link in README | jdhao | |
| 2021-12-30 | restore reg content after using it | jdhao | |
| 2021-12-30 | split command output to list of string and set the buffer | jdhao | |
| 2021-12-30 | remove logging | jdhao | |
| 2021-12-30 | fix: command output captured by a register not formatted properly | jdhao | |
| Newline is converted to NUL character, which is nasty, see also https://vi.stackexchange.com/q/6697/15292. | |||
| 2021-12-30 | refactor: capture command output silently | jdhao | |
| 2021-12-29 | fix url link in README | jdhao | |
| 2021-12-29 | update README | jdhao | |
| 2021-12-29 | g:mapleader | jdhao | |
| 2021-12-28 | fix: lsp reference highlight isn't correctly linked | jdhao | |
| ! is need to overwrite possible existing highlight group of the same name. | |||
| 2021-12-28 | refactor: resume edit position --> resume cursor position | jdhao | |
| 2021-12-23 | remove double quotes for snippet trigger | jdhao | |
| 2021-12-23 | add colorscheme kanagawa | jdhao | |
| 2021-12-20 | fix bug in go to last edit position | jdhao | |
| If a go-to-line command is given, do not go to last edit position for the file. | |||
| 2021-12-19 | add ref for checking IME state | jdhao | |
| 2021-12-19 | change SPELL location on statusline | jdhao | |
| 2021-12-19 | show IME on statusline on macOS | jdhao | |
| 2021-12-19 | update plugin.lua | jdhao | |
| 2021-12-16 | update README | jdhao | |
| 2021-12-15 | renaming variables | jdhao | |
| 2021-12-14 | update fold conf for vim script | jdhao | |
| When setting foldlevel to 0 and load some plugin via InsertEnter event using packer.nvim, if we press i to go to insert mode, the fold for vim script file will be automatically closed. It is really annoying. I have pinpoint the issue to the combination of packer.nvim and setting foldlevel to 0 in after/ftplugin/vim.vim. What is interesting is that default value for foldlevel is also 0. However, if we do not set it in vim.vim, the above issue won't occur, which is strange. | |||
| 2021-12-14 | refactor: remove folding for init.vim | jdhao | |
| 2021-12-12 | remove plugin vim-cool | jdhao | |
| nvim-hlslens can replace it if calm_down option is enabled. | |||
| 2021-12-12 | remove plugin semshi | jdhao | |
| 2021-12-11 | update plugin load condition | jdhao | |
| 2021-12-11 | remove oo and OO normal mode mapping | jdhao | |
| 2021-12-11 | update nvim-hlslens settings | jdhao | |
| 2021-12-10 | use en_US.utf-8 as default | jdhao | |
| 2021-12-10 | update lualine conf | jdhao | |
| diagnostic interface change | |||
| 2021-12-10 | update README | jdhao | |
| 2021-12-09 | update README | jdhao | |
| 2021-12-08 | update nvim setup script for Linux, closes #31 | jdhao | |
| 2021-12-06 | make impatient.nvim the first plugin | jdhao | |
| 2021-12-06 | update indent-blankline conf | jdhao | |
| 2021-12-06 | lazyload lua plugins | jdhao | |
| 2021-12-06 | remove plugin gutentags | jdhao | |
| I rarely use it. | |||
| 2021-12-06 | tweak lualine conf | jdhao | |
| 2021-12-05 | update spell file | jdhao | |
| 2021-12-05 | update lualine conf | jdhao | |
| 2021-12-05 | add mixed indent detection for lualine | jdhao | |
| 2021-12-05 | update lualine conf | jdhao | |
| 2021-12-05 | update lualine conf | jdhao | |
| 2021-12-05 | remove mentioning of vim-airline | jdhao | |
| 2021-12-05 | replace vim-airline with lualine | jdhao | |
| Lualine is now feature-rich and faster than vim-airline. | |||
| 2021-12-05 | update hop.nvim conf | jdhao | |
| 2021-12-05 | update fugitive conf | jdhao | |
| 2021-12-05 | more fugitive shortcut | jdhao | |
| 2021-12-04 | update cpp snippet | jdhao | |
