aboutsummaryrefslogtreecommitdiff
path: root/lua/config
AgeCommit message (Collapse)Author
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-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-23add plugin cmp-bufferjdhao
2021-10-23add global variable logging_leveljdhao
2021-10-23add lspkind.nvimjdhao
2021-10-21disable autosave for plugins.luajdhao
2021-10-21update bufferline confjdhao
2021-10-20disable auto-preview of bqfjdhao
2021-10-20Only use indent-blankline on normal modejdhao
In insert mode, it is distracting for editing.
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-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-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-01update zen-mode.nvim settingsjdhao
FileType autocmd may be triggered unexpectedly so that ZenMode command is called at the wrong time.
2021-08-30Add plugin zen-mode.nvimjdhao
2021-08-27update bufferline.nvim settingsjdhao
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
2021-08-20Reduce timeout for nvim-notifyjdhao
2021-08-18Format with styluajdhao
2021-08-17update neoscroll configjdhao
2021-08-15Use neoscroll instead of vim-smoothiejdhao
2021-08-15Change bufferline plugin to nvim-bufferlinejdhao
It looks better than barbar.nvim, IMO.
2021-08-14Use proper true or false value for boolean variablesjdhao
In lua, 0 and empty string is true, which is counter-intuitive and different from vim script. So we need to use proper boolean type for vim script global variables, instead of numbers.
2021-08-14update barbar.nvim settingsjdhao
2021-08-14update treesitter settingsjdhao
TS highlighting for bash is not so good.
2021-08-13update barbar.nvim settingsjdhao
2021-08-13Use barbar.nvim for tablinejdhao