aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
AgeCommit message (Collapse)Author
2022-03-14add cmp-omni for working with texjdhao
2022-02-08[breaking change] remove direct reference to fastgitjdhao
fastgit may be blocked by GFW (see https://t.me/fastgitchannel/81), so hard-coding its URL is not a good option. Using git URL rewrite feature is a better choice: https://jdhao.github.io/2021/11/27/git_notes_s4/#use-a-git-mirror-site-for-cloning. This is a breaking change, since previously I use hub.fastgit.org as the url, now the url will be default github.com unless the user change it using the above mentioned method to change the cloning URL.
2022-02-05Use nvim-tree as file explorer when we open a folderjdhao
netrw plugin needs to be disabled, and nvim-tree needs to be start package. Otherwise, the hijacking won't work, and when we open a folder, it just open a new file with the same name.
2022-02-05add plugin nvim-tree.luajdhao
2022-01-23change load condition of lspkind-nvimjdhao
If we use BufEnter, nvim-cmp autocompletion may not work sometimes, which is really annoying
2022-01-09add plugin vim-conflicted for merge conflict handlingjdhao
2021-12-23add colorscheme kanagawajdhao
2021-12-19update plugin.luajdhao
2021-12-12remove plugin vim-cooljdhao
nvim-hlslens can replace it if calm_down option is enabled.
2021-12-12remove plugin semshijdhao
2021-12-11update plugin load conditionjdhao
2021-12-11update nvim-hlslens settingsjdhao
2021-12-06make impatient.nvim the first pluginjdhao
2021-12-06lazyload lua pluginsjdhao
2021-12-06remove plugin gutentagsjdhao
I rarely use it.
2021-12-05update lualine confjdhao
2021-12-05replace vim-airline with lualinejdhao
Lualine is now feature-rich and faster than vim-airline.
2021-12-04use main branch of nvim-hlslensjdhao
2021-12-03reduce startup time using impatient.nvimjdhao
2021-11-23remove plugin vim-searchlightjdhao
It can be replaced by nvim-hlslens
2021-11-22use branch dev of nvim-hlslensjdhao
Master version has a bug where text is wrongly highlighted.
2021-11-21reword warning msgjdhao
2021-11-21update packer-related instructionsjdhao
2021-11-07make alpah-nvim optjdhao
2021-11-07change location of packer_compiled.luajdhao
Putting this file under ~/.config/nvim/plugin may cause problems since script under plugin/ will be loaded automatically.
2021-11-01move whitespace utility into separate pluginsjdhao
2021-10-29add plugin alpha-nvimjdhao
2021-10-28add cmp-cmdline for considerationjdhao
2021-10-23add plugin cmp-bufferjdhao
2021-10-23remove solarized color themejdhao
It sucks for viewing diff.
2021-10-23add lspkind.nvimjdhao
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-22remove some pluginsjdhao
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-20update plugin load conditionjdhao
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-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-18replace vim-sneak with hop.nvimjdhao
2021-10-18nvim-notify updatejdhao
2021-10-18transition from nvim-compe to nvim-cmpjdhao
2021-10-18add hop.nvimjdhao
2021-10-18add Telescope and its extensionsjdhao
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-16replace vim-auto-save with AutoSave.nvimjdhao
2021-10-15add colorscheme nightfoxjdhao
2021-10-07add which-key.nvimjdhao
2021-09-09update registers.nvim settingsjdhao