aboutsummaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
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-17update hop.nvim confjdhao
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-06fix indent-blankline activation bugjdhao
When InsertLeave is triggered, we should check if we need to start indent-blankline before enabling it.
2021-11-06remove lsp omnifunc confjdhao
I never used it.
2021-11-06simplify lsp configjdhao
2021-11-06update indent-blankline confjdhao
2021-11-06[breaking change] make it work for nvim 0.5.1jdhao
In nvim 0.5.1, the lsp handler signature has changed, see https://github.com/neovim/neovim/pull/15504 and LunarVim/LunarVim#1484.
2021-11-05update hop.nvim confjdhao
2021-11-05update indent-blankline confjdhao
2021-11-01move whitespace utility into separate pluginsjdhao
2021-10-31update indent-blankline indent charjdhao
2021-10-30update Indent-blankline confjdhao
2021-10-29change hop.nvim highlightjdhao
2021-10-29add plugin alpha-nvimjdhao
2021-10-28add cmp-cmdline for considerationjdhao
2021-10-25remove deferjdhao
2021-10-23add plugin cmp-bufferjdhao
2021-10-23remove solarized color themejdhao
It sucks for viewing diff.
2021-10-23add global variable logging_leveljdhao
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-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.