aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
AgeCommit message (Collapse)Author
2021-12-11update nvim-hlslens settingsjdhao
2021-12-06remove plugin gutentagsjdhao
I rarely use it.
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-02update Leaderf rg confjdhao
Suppress permission denied error messages when grepping using ripgrep.
2021-11-23update LeaderF confjdhao
2021-11-21reword warning msgjdhao
2021-11-21update packer-related instructionsjdhao
2021-11-01update LeaderF settingsjdhao
2021-10-31remove redundant fold marksjdhao
2021-10-29update leaderf settingsjdhao
2021-10-24change airline confjdhao
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-21update vim-airline confjdhao
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-18replace vim-sneak with hop.nvimjdhao
2021-10-17update leaderf confjdhao
2021-10-16Add warning for deprecated mappingsjdhao
2021-10-16change LeaderF mappingsjdhao
Make the mapping consistent
2021-09-09update registers.nvim settingsjdhao
2021-08-27Colorscheme plugins as opt pluginsjdhao
2021-08-26update leaderf settingsjdhao
2021-08-18Use nvim-hlslens instead of vim-anzujdhao
2021-08-16update vim-airline settingsjdhao
2021-08-13Use barbar.nvim for tablinejdhao
2021-08-09update vim-airline settingsjdhao
2021-08-08Use custom git branch name for vim-airlinejdhao
Airline relies on fugitive to get the branch name, but fugitive is conditionally loaded. So the branch name is not shown. We need to provide our own function to get the branch name.
2021-08-07refactor: set all custom highlight in one functionjdhao
2021-08-07chore: formatting and fix spell errorsjdhao
2021-08-05update airlinethemesjdhao
+ Remove jellybeans and luna (they look terrible for ZOC terminal) + Add more themes
2021-08-04update vista settingsjdhao
Remove double click mapping since it is added natively by vista
2021-08-01update wilder.nvim settingsjdhao
2021-08-01ALE is not needed (use nvim-lsp instead)jdhao
2021-08-01Add wilder.nvim for cmdline auto-completionjdhao
2021-07-30update airline themesjdhao
2021-07-27update fugitive settingsjdhao
2021-07-24Clean the codejdhao
2021-07-24Remove plugin vim-titlecasejdhao
I cann't even remember when I used it last time.
2021-07-14Use lua to configure lua pluginsjdhao
2021-07-09update packer and plugin settingsjdhao
2021-07-07No need for nvim-miniyankjdhao
Block paste issue fixed in https://github.com/neovim/neovim/pull/14848.
2021-07-06Change vim-airline settingsjdhao
When init.vim is sourced, runtimepath has been changed yet. So we can not find vim-airlinethemes under runtimepath.
2021-07-06Update firenvim-related settingsjdhao
2021-07-06update register.nvim settingsjdhao