aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
AgeCommit message (Collapse)Author
2022-12-14use yanky.nvim to replace vim-yoink (#168)jdhao
2022-11-15chore: relax vimtex install conditionjdhao
2022-09-28update repo link for transferred pluginsjdhao
2022-09-28remove config for unused pluginsjdhao
vim-signify, vim-startify
2022-09-28update conf related to firenvimjdhao
1. Change autocmd for buffers started by firenivm, it seems that BufNewFile does not work as intended, in contrast, BufEnter, BufRead, BufWinEnter seem to work. 2. Disable several plugins if we are using firenvim, these plugins include dashboard-nvim, lualine, bufferline.nvim
2022-09-08update mappingjdhao
2022-08-28refactor a bitjdhao
1. change theme to colorscheme 2. update plugin load logic
2022-08-23fix some typosjdhao
2022-08-15update firenvim confjdhao
2022-08-01small fixjdhao
2022-08-01revert to vim-auto-savejdhao
auto-save.nvim is erroring out
2022-05-02update vimtex conf, close #50jdhao
Fix deprecated options
2022-04-20update LeaderF confjdhao
2022-04-10update wilder.nvim confjdhao
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-03chore: add commentjdhao
2022-02-02update LeaderF confjdhao
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-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