aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2022-02-11fix: wilder.nvim auto-start improvementjdhao
Using CursorHold to start wilder.nvim is not ideal, since it depends on the value of option 'updatetime'. Using a timer may be a better idea.
2022-02-09chore: update theme hint messagejdhao
2022-02-05Use nvim-tree as file explorer when we open a folderjdhao
netrw plugin needs to be disabled, and nvim-tree needs to be start package. Otherwise, the hijacking won't work, and when we open a folder, it just open a new file with the same name.
2022-02-03update logging confjdhao
2022-02-03chore: add commentjdhao
2022-02-02update LeaderF confjdhao
2022-01-30use debug modejdhao
2022-01-26update matchparen highlightjdhao
2022-01-13use lua for may_create_dirjdhao
2022-01-13feat: create parent dir of current file if it does not existjdhao
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