aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
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
2021-10-22change how lua conf is invokedjdhao
2021-10-22remove vim-auto-save settingsjdhao
2021-10-22vimtex conf updatejdhao
2021-10-22firenvim conf updatejdhao
2021-10-22update wilder.nvim confjdhao
2021-10-22fix docjdhao
2021-10-21update vim-airline confjdhao
2021-10-21add option winblendjdhao
2021-10-20update wilder.nvim confjdhao
1. use popup menu instead of statusline 2. use autocmd to activate
2021-10-20fix package root directory issuejdhao
Expose a new global variable package_home.
2021-10-20update theme listjdhao
Colorscheme vim-deus and solarized8 works badly for indent-blankline, so remove them.
2021-10-19clean mappingsjdhao
2021-10-18replace vim-sneak with hop.nvimjdhao
2021-10-18nvim-notify updatejdhao
2021-10-18remove unused mappingjdhao
2021-10-17update leaderf confjdhao
2021-10-16Add warning for deprecated mappingsjdhao
2021-10-16re-add number to spellsuggestjdhao
Adding number to spellsuggest slows down neovim/vim dramatically previously, see jdhao/nvim-config@84ddd0c5f, and this issue is fix in neovim/neovim@94cb3b4b35.
2021-10-16fix error caused by removal of vim-auto-savejdhao
2021-10-16change LeaderF mappingsjdhao
Make the mapping consistent
2021-10-16fix nightfox colorscheme pathjdhao
2021-10-15refactor: load colorschemes randomlyjdhao
In Emacs, there is `seq-random-elt` which randomly selects an element from a sequence. We mimic it here in Neovim. Ref: https://www.gnu.org/software/emacs/manual/html_node/elisp/Sequence-Functions.html.
2021-10-11update mappingjdhao
2021-10-11do not shadow default keys in normal modejdhao
It causes delay (we have to wait timeoutlen milliseconds) when we want to use the key's original command.
2021-10-11timeoutjdhao
2021-10-11update ignore filesjdhao
2021-10-06update theme doom-one settingsjdhao
2021-09-09update registers.nvim settingsjdhao
2021-09-06update wildignore and backupskip settingsjdhao
2021-08-27Colorscheme plugins as opt pluginsjdhao