| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-12-04 | update default value of option 'wrap' | jdhao | |
| 2021-12-04 | use main branch of nvim-hlslens | jdhao | |
| 2021-12-03 | reduce startup time using impatient.nvim | jdhao | |
| 2021-12-02 | update Leaderf rg conf | jdhao | |
| Suppress permission denied error messages when grepping using ripgrep. | |||
| 2021-12-02 | Add command :Datetime to show current time or translate a Unix timestamp | jdhao | |
| 2021-12-01 | fix vim.diagnostic.config() option name typo | jdhao | |
| 2021-12-01 | [v0.6] update doc | jdhao | |
| 2021-12-01 | [v0.6] update install script to use nvim v0.6 | jdhao | |
| 2021-12-01 | [v0.6] change LSP and diagnostic according to latest API | jdhao | |
| 2021-12-01 | [v0.6] default value for option inccommand and joinspaces changed | jdhao | |
| 2021-12-01 | [v0.6] backupdir will be created by default | jdhao | |
| No need to create the backupdir manually. | |||
| 2021-12-01 | [v0.6] Y is mapped to y$ by default | jdhao | |
