aboutsummaryrefslogtreecommitdiff
path: root/lua/config
AgeCommit message (Collapse)Author
2022-01-28fix: check if language server exists before usingjdhao
2022-01-28chore: use local variable lspconfigjdhao
2022-01-26add bash-language-serverjdhao
2022-01-23update lsp settingjdhao
2022-01-08more startup screen menu itemjdhao
2021-12-28fix: lsp reference highlight isn't correctly linkedjdhao
! is need to overwrite possible existing highlight group of the same name.
2021-12-19add ref for checking IME statejdhao
2021-12-19change SPELL location on statuslinejdhao
2021-12-19show IME on statusline on macOSjdhao
2021-12-12remove plugin vim-cooljdhao
nvim-hlslens can replace it if calm_down option is enabled.
2021-12-11update nvim-hlslens settingsjdhao
2021-12-10update lualine confjdhao
diagnostic interface change
2021-12-06update indent-blankline confjdhao
2021-12-06tweak lualine confjdhao
2021-12-05update lualine confjdhao
2021-12-05add mixed indent detection for lualinejdhao
2021-12-05update lualine confjdhao
2021-12-05update lualine confjdhao
2021-12-05replace vim-airline with lualinejdhao
Lualine is now feature-rich and faster than vim-airline.
2021-12-05update hop.nvim confjdhao
2021-12-01fix vim.diagnostic.config() option name typojdhao
2021-12-01[v0.6] change LSP and diagnostic according to latest APIjdhao
2021-11-23update nvim-notify confjdhao
2021-11-17update hop.nvim confjdhao
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.