aboutsummaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
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-22change how lua conf is invokedjdhao
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-21disable autosave for plugins.luajdhao
2021-10-21update bufferline confjdhao
2021-10-20update plugin load conditionjdhao
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-18replace vim-sneak with hop.nvimjdhao
2021-10-18use local variablejdhao
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-17which-key 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-16update indentBlankline confjdhao
2021-10-16replace vim-auto-save with AutoSave.nvimjdhao
2021-10-15add colorscheme nightfoxjdhao
2021-10-10update which-key confjdhao
2021-10-07add which-key.nvimjdhao
2021-09-23show border for diagnostics floating windowjdhao
2021-09-09update registers.nvim settingsjdhao
2021-09-07vim-toml use main branch as defaultjdhao
2021-09-01update zen-mode.nvim settingsjdhao
FileType autocmd may be triggered unexpectedly so that ZenMode command is called at the wrong time.
2021-08-31Make more plugins as opt pluginsjdhao
2021-08-30Add plugin zen-mode.nvimjdhao
2021-08-28Move vimSum to optjdhao
2021-08-28only use treesitter for macOSjdhao
2021-08-27update bufferline.nvim settingsjdhao
2021-08-27Make more plugins optjdhao
2021-08-27Colorscheme plugins as opt pluginsjdhao
2021-08-25Remove chadTreejdhao
I rarely use it and it is updated everyday with a meaningless bot, which is really annoying for me.
2021-08-25Revert "fix: loading order not correct for committia and vim-fugitive"jdhao
This reverts commit 236462864fd57eddaad5a75e35ea463eb144d62d. committia does not depends on vim-fugitive.
2021-08-25No need to use packadd for packerjdhao
It is a start plugin that will be loaded automatically.
2021-08-25fix: loading order not correct for committia and vim-fugitivejdhao
2021-08-25fix typo: require --> requiresjdhao
2021-08-23Add treesitter parser for vim script againjdhao
2021-08-22Remove vim parser for treesitterjdhao
It is not yet usable: the highlighting is not good compared to regex based highlighting.
2021-08-22Enable treesitter highlight for Vim script, closes #17jdhao
2021-08-21chore: nvim-bufferline.lua has been renamed to bufferline.nvimjdhao