aboutsummaryrefslogtreecommitdiff
path: root/lua/config
AgeCommit message (Collapse)Author
2022-08-07fix: dashboard map is not localjdhao
2022-08-07remove alpha-nvim, use dashboard-nvimjdhao
2022-08-06fix: trailing white sapces do not show as expectedjdhao
The plugin whitespace.nvim has changed its internal implementation. It is not reliable to depend on external plugins.
2022-08-01revert to vim-auto-savejdhao
auto-save.nvim is erroring out
2022-07-28update nvim-cmp conf since cmp-nvim-lua is removedjdhao
2022-05-18lsp: only show diagnostic once for each line if cursor is not movedjdhao
This will help use to check signature help without it being overwritten by diagnostic popups.
2022-05-15refactor: local fn = vim.fnjdhao
2022-04-29update hlslens confjdhao
2022-04-29refactor: simplify hlslens confjdhao
2022-04-29fix: error when pressing n/N if pattern not present in bufferjdhao
2022-04-27use vim.keymap for key mappings in luajdhao
2022-04-27update nvim-tree confjdhao
2022-04-16[nvim 0.7] use native lua autocmd for cleaner codejdhao
2022-04-16[nvim 0.7] vim.keymap.set opts updatejdhao
2022-04-16[nvim 0.7] use the new vim.keymap interfacejdhao
2022-04-14fix nvim-cmp errorjdhao
check https://github.com/hrsh7th/nvim-cmp/issues/231#issuecomment-1098175017
2022-04-10update nvim-cmp conf, fix hrsh7th/nvim-cmp#880jdhao
2022-04-02update nvim-tree conf: stay focusjdhao
2022-03-29update nvim-tree confjdhao
2022-03-15working config for cmp-omni and vimtexjdhao
2022-03-07update hop.nvim confjdhao
2022-02-11update nvim-cmp confjdhao
2022-02-05nvim-tree: auto-close when it is the only winjdhao
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-05update nvim-tree confjdhao
2022-02-05enable lualine's support for nvim-treejdhao
See also https://github.com/nvim-lualine/lualine.nvim#extensions.
2022-02-05add plugin nvim-tree.luajdhao
2022-02-04change param for plugin lspkind-nvimjdhao
See also https://github.com/onsails/lspkind-nvim/commit/06872e887e7e4579765cc51fa6b0e7643b4284fa.
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