aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-23add global variable logging_leveljdhao
2021-10-23update markdown snippetsjdhao
2021-10-23add lspkind.nvimjdhao
2021-10-22reformatjdhao
2021-10-22rename ui.vim --> themes.vimjdhao
2021-10-22reduce updatetimejdhao
2021-10-22change vim-airline and vim-airlinethemes load conditionjdhao
vim-airline needs to be loaded after vim-signify, otherwise the git signs won't show on the statusline.
2021-10-22update spell filejdhao
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-22remove some pluginsjdhao
2021-10-22fix docjdhao
2021-10-21update plugin load confjdhao
2021-10-21update vim-airline and vim-airline-themes load conditionjdhao
2021-10-21only use cmp-emoji on macOSjdhao
2021-10-21disable autosave for plugins.luajdhao
2021-10-21update vim-airline confjdhao
2021-10-21add option winblendjdhao
2021-10-21update bufferline confjdhao
2021-10-20update plugin load conditionjdhao
2021-10-20update wilder.nvim confjdhao
1. use popup menu instead of statusline 2. use autocmd to activate
2021-10-20doc: fix packer.nvim install instructionjdhao
2021-10-20disable auto-preview of bqfjdhao
2021-10-20fix package root directory issuejdhao
Expose a new global variable package_home.
2021-10-20Only use indent-blankline on normal modejdhao
In insert mode, it is distracting for editing.
2021-10-20update theme listjdhao
Colorscheme vim-deus and solarized8 works badly for indent-blankline, so remove them.
2021-10-19update cmp lazy load conditionjdhao
If we use InsertEnter, cmp may not be activated the first time we go to insert mode. I have to go to insert mode a second time to activate auto-completion, which is annoying.
2021-10-19update cmp settingsjdhao
2021-10-19clean mappingsjdhao
2021-10-18doc updatejdhao
2021-10-18move ASCII art to READMEjdhao
2021-10-18update spelljdhao
2021-10-18replace vim-sneak with hop.nvimjdhao
2021-10-18use local variablejdhao
2021-10-18nvim-notify updatejdhao
2021-10-18Remove license info in init.vim itselfjdhao
2021-10-18transition from nvim-compe to nvim-cmpjdhao
2021-10-18remove unused mappingjdhao
2021-10-18add hop.nvimjdhao
2021-10-18add Telescope and its extensionsjdhao
2021-10-17which-key confjdhao
2021-10-17update READMEjdhao
2021-10-17update leaderf confjdhao
2021-10-17update which-key.nvim confjdhao
2021-10-17remove registers.nvimjdhao
Which-key.nvim can show register content too, with much more features. I found this info on https://toroid.org/modern-neovim.
2021-10-17remove some dead mappingsjdhao
I am not really sure what they do anyway.
2021-10-17Update READMEjdhao