aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-02bump minimum supported nvim version to 0.6.1jdhao
2021-12-31docs: add section on custom commandsjdhao
2021-12-31fix: broken link in READMEjdhao
2021-12-30restore reg content after using itjdhao
2021-12-30split command output to list of string and set the bufferjdhao
2021-12-30remove loggingjdhao
2021-12-30fix: command output captured by a register not formatted properlyjdhao
Newline is converted to NUL character, which is nasty, see also https://vi.stackexchange.com/q/6697/15292.
2021-12-30refactor: capture command output silentlyjdhao
2021-12-29fix url link in READMEjdhao
2021-12-29update READMEjdhao
2021-12-29g:mapleaderjdhao
2021-12-28fix: lsp reference highlight isn't correctly linkedjdhao
! is need to overwrite possible existing highlight group of the same name.
2021-12-28refactor: resume edit position --> resume cursor positionjdhao
2021-12-23remove double quotes for snippet triggerjdhao
2021-12-23add colorscheme kanagawajdhao
2021-12-20fix bug in go to last edit positionjdhao
If a go-to-line command is given, do not go to last edit position for the file.
2021-12-19add ref for checking IME statejdhao
2021-12-19change SPELL location on statuslinejdhao
2021-12-19show IME on statusline on macOSjdhao
2021-12-19update plugin.luajdhao
2021-12-16update READMEjdhao
2021-12-15renaming variablesjdhao
2021-12-14update fold conf for vim scriptjdhao
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-14refactor: remove folding for init.vimjdhao
2021-12-12remove plugin vim-cooljdhao
nvim-hlslens can replace it if calm_down option is enabled.
2021-12-12remove plugin semshijdhao
2021-12-11update plugin load conditionjdhao
2021-12-11remove oo and OO normal mode mappingjdhao
2021-12-11update nvim-hlslens settingsjdhao
2021-12-10use en_US.utf-8 as defaultjdhao
2021-12-10update lualine confjdhao
diagnostic interface change
2021-12-10update READMEjdhao
2021-12-09update READMEjdhao
2021-12-08update nvim setup script for Linux, closes #31jdhao
2021-12-06make impatient.nvim the first pluginjdhao
2021-12-06update indent-blankline confjdhao
2021-12-06lazyload lua pluginsjdhao
2021-12-06remove plugin gutentagsjdhao
I rarely use it.
2021-12-06tweak lualine confjdhao
2021-12-05update spell filejdhao
2021-12-05update lualine confjdhao
2021-12-05add mixed indent detection for lualinejdhao
2021-12-05update lualine confjdhao
2021-12-05update lualine confjdhao
2021-12-05remove mentioning of vim-airlinejdhao
2021-12-05replace vim-airline with lualinejdhao
Lualine is now feature-rich and faster than vim-airline.
2021-12-05update hop.nvim confjdhao
2021-12-05update fugitive confjdhao
2021-12-05more fugitive shortcutjdhao
2021-12-04update cpp snippetjdhao