aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-17Update READMEjdhao
2021-10-16Set theme jekyll-theme-dinkyjdhao
2021-10-16Set theme jekyll-theme-tactilejdhao
2021-10-16Set theme jekyll-theme-modernistjdhao
2021-10-16Set theme jekyll-theme-architectjdhao
2021-10-16update READMEjdhao
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-16update indentBlankline confjdhao
2021-10-16replace vim-auto-save with AutoSave.nvimjdhao
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-15add colorscheme nightfoxjdhao
2021-10-11update READMEjdhao
2021-10-11update mappingjdhao
2021-10-11update spell filejdhao
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-10update which-key confjdhao
2021-10-07update READMEjdhao
2021-10-07add which-key.nvimjdhao
2021-10-06update theme doom-one settingsjdhao
2021-09-23show border for diagnostics floating windowjdhao
2021-09-09update registers.nvim settingsjdhao
2021-09-07vim-toml use main branch as defaultjdhao
2021-09-07update cpp snippetjdhao
2021-09-06update wildignore and backupskip settingsjdhao
2021-09-04update Linux install scriptjdhao
2021-09-03update delimitMate setting for Pythonjdhao
2021-09-02update cpp snippetsjdhao
2021-09-01update zen-mode.nvim settingsjdhao
FileType autocmd may be triggered unexpectedly so that ZenMode command is called at the wrong time.
2021-08-31Make more plugins as opt pluginsjdhao
2021-08-30update READMEjdhao
2021-08-30Add plugin zen-mode.nvimjdhao
2021-08-28Move vimSum to optjdhao
2021-08-28only use treesitter for macOSjdhao
2021-08-27update bufferline.nvim settingsjdhao
2021-08-27Make more plugins optjdhao
2021-08-27Colorscheme plugins as opt pluginsjdhao
2021-08-26update leaderf settingsjdhao
2021-08-25Remove chadTreejdhao
I rarely use it and it is updated everyday with a meaningless bot, which is really annoying for me.
2021-08-25Revert "fix: loading order not correct for committia and vim-fugitive"jdhao
This reverts commit 236462864fd57eddaad5a75e35ea463eb144d62d. committia does not depends on vim-fugitive.
2021-08-25No need to use packadd for packerjdhao
It is a start plugin that will be loaded automatically.
2021-08-25update spell filejdhao
2021-08-25fix: loading order not correct for committia and vim-fugitivejdhao
2021-08-25fix typo: require --> requiresjdhao
2021-08-23Add treesitter parser for vim script againjdhao