aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
AgeCommit message (Collapse)Author
2023-03-30nvim-tree: use api and new repository urlCallahan Kovacs
Signed-off-by: Callahan Kovacs <callahankovacs@gmail.com>
2022-12-14use yanky.nvim to replace vim-yoink (#168)jdhao
2022-11-16update colorscheme listjdhao
- remove other gruvbox variant - remove doom-one casue it has bugs - add more colorschemes
2022-11-15chore: relax vimtex install conditionjdhao
2022-11-01remove smooth scrolljdhao
I do not really need it.
2022-11-01chore: add notification for packer compilejdhao
Also move the autocmd location.
2022-10-16remove vim-jsonjdhao
rarely used and it changes the conceal settings
2022-10-16refactor: make packer installation a functionjdhao
2022-10-05remove vim-asteriskjdhao
The * can now search selected text by default. The cursor stay feature can also be simulated.
2022-10-04update markdown-preview.nvim install methodjdhao
2022-09-28update repo link for transferred pluginsjdhao
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-10format with styluajdhao
2022-09-08remove unused pluginsjdhao
2022-09-08use gitsigns instead of signifyjdhao
2022-09-08update mappingjdhao
2022-09-05better-escape.vim is now under nvim-zh orgjdhao
2022-09-05add plugin gitlinkder.nvimjdhao
2022-08-31update packer confjdhao
2022-08-26fix parameter for vim.notifyjdhao
2022-08-23fix some typosjdhao
2022-08-19feat: auto-install plugins for fresh installjdhao
2022-08-14add fidget-nvim for lsp-progressjdhao
2022-08-13make dashboard-nvim an opt pluginjdhao
2022-08-07remove alpha-nvim, use dashboard-nvimjdhao
2022-08-01revert to vim-auto-savejdhao
auto-save.nvim is erroring out
2022-07-28add theme catppuccinjdhao
2022-07-28update packer configjdhao
2022-07-27use emmylua-nvim instead of cmp-nvim-lua for better completionjdhao
2022-05-29disable alpha-nvimjdhao
There are errors with nvim 0.7.
2022-05-15refactor: local fn = vim.fnjdhao
2022-05-15change location of packer_compiled.luajdhao
2022-05-04update nvim-cmp confjdhao
The issue has been fixed by the maintainer.
2022-05-04fix nvim-cmp issue, see hrsh7th/nvim-cmp#964jdhao
2022-04-03chore: use ft for FileType lazyloadingjdhao
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.