aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2022-01-09chore: remove semshi settingsjdhao
That plugin has been deleted before
2022-01-07add icon and scrollbar for wilder.nvimjdhao
2022-01-07simplify wilder.nvim settingsjdhao
2022-01-07fix: link is broken for wilder.nvimjdhao
2022-01-06wilder.nvim popup menu now respects pumblendjdhao
See also https://github.com/gelguy/wilder.nvim/pull/115.
2022-01-04remove two mappings that warn of mapping deprecationjdhao
2021-12-29g:mapleaderjdhao
2021-12-28refactor: resume edit position --> resume cursor positionjdhao
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-15renaming variablesjdhao
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-06remove plugin gutentagsjdhao
I rarely use it.
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 fugitive confjdhao
2021-12-05more fugitive shortcutjdhao
2021-12-04update default value of option 'wrap'jdhao
2021-12-02update Leaderf rg confjdhao
Suppress permission denied error messages when grepping using ripgrep.
2021-12-01[v0.6] default value for option inccommand and joinspaces changedjdhao
2021-12-01[v0.6] backupdir will be created by defaultjdhao
No need to create the backupdir manually.
2021-12-01[v0.6] Y is mapped to y$ by defaultjdhao
2021-11-23refactor: renaming functionjdhao
2021-11-23refactor theme loadingjdhao
2021-11-23update LeaderF confjdhao
2021-11-21reword warning msgjdhao
2021-11-21update packer-related instructionsjdhao
2021-11-07drop auto-remove trailing whitespacesjdhao
When working with legacy code which is not well formatted, it will cause large undesirable diffs.
2021-11-05change matchparen highlightjdhao
2021-11-03add mapping: keep cursor position after yankingjdhao
2021-11-03change mapping to insert semicolon in insert modejdhao
2021-11-03less timeoutjdhao
2021-11-03more mappingjdhao
2021-11-02remove trailing whitespace on savejdhao
2021-11-01move whitespace utility into separate pluginsjdhao
2021-11-01update LeaderF settingsjdhao
2021-10-31remove redundant fold marksjdhao
2021-10-31change matchup higlightjdhao
2021-10-29update leaderf settingsjdhao
2021-10-24update diff optionjdhao
2021-10-24change airline confjdhao
2021-10-23update diffoptjdhao
Use historgram diff algorithm, which semes better at showing code changes.
2021-10-23reformatjdhao
2021-10-23remove solarized color themejdhao
It sucks for viewing diff.
2021-10-23change default logging leveljdhao
2021-10-23add global variable logging_leveljdhao
2021-10-22rename ui.vim --> themes.vimjdhao
2021-10-22reduce updatetimejdhao