| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-05 | update hop.nvim conf | jdhao | |
| 2022-09-05 | add plugin gitlinkder.nvim | jdhao | |
| 2022-08-31 | update hop.nvim conf | jdhao | |
| 2022-08-28 | update indent-blankline conf | jdhao | |
| 2022-08-28 | update nvim-cmp conf | jdhao | |
| 2022-08-26 | fix parameter for vim.notify | jdhao | |
| 2022-08-22 | update bufferline.nvim conf | jdhao | |
| 2022-08-18 | add config dir to workspace.library for lua lsp | jdhao | |
| 2022-08-14 | chore: renaming | jdhao | |
| 2022-08-14 | add fidget-nvim for lsp-progress | jdhao | |
| 2022-08-14 | Merge pull request #62 from jdhao/lua-lsp | jdhao | |
| update lua lsp conf | |||
| 2022-08-14 | update sumneko lua settings | jdhao | |
| 1. remove runtime.path settings. It seems that it is not necessary, https://github.com/neovim/nvim-lspconfig/commit/03a047ef52d1bb68a96051c48855799f14a4623b. 2. update workspace.library, ref plugin ii14/emmylua-nvim | |||
| 2022-08-14 | make inspect() global | jdhao | |
| 2022-08-13 | update lua-language-server conf | jdhao | |
| lua-language-server has changed its running method significantly, so we need to change it in the nvim-lspconfig. | |||
| 2022-08-07 | refactor: disable showing trailing space and mix indent for non-modifiable ↵ | jdhao | |
| buffers | |||
| 2022-08-07 | fix: dashboard map is not local | jdhao | |
| 2022-08-07 | remove alpha-nvim, use dashboard-nvim | jdhao | |
| 2022-08-06 | fix: trailing white sapces do not show as expected | jdhao | |
| The plugin whitespace.nvim has changed its internal implementation. It is not reliable to depend on external plugins. | |||
| 2022-08-01 | revert to vim-auto-save | jdhao | |
| auto-save.nvim is erroring out | |||
| 2022-07-28 | update nvim-cmp conf since cmp-nvim-lua is removed | jdhao | |
| 2022-05-18 | lsp: only show diagnostic once for each line if cursor is not moved | jdhao | |
| This will help use to check signature help without it being overwritten by diagnostic popups. | |||
| 2022-05-15 | refactor: local fn = vim.fn | jdhao | |
| 2022-04-29 | update hlslens conf | jdhao | |
| 2022-04-29 | refactor: simplify hlslens conf | jdhao | |
| 2022-04-29 | fix: error when pressing n/N if pattern not present in buffer | jdhao | |
| 2022-04-27 | use vim.keymap for key mappings in lua | jdhao | |
| 2022-04-27 | update nvim-tree conf | jdhao | |
| 2022-04-16 | [nvim 0.7] use native lua autocmd for cleaner code | jdhao | |
| 2022-04-16 | [nvim 0.7] vim.keymap.set opts update | jdhao | |
| 2022-04-16 | [nvim 0.7] use the new vim.keymap interface | jdhao | |
| 2022-04-14 | fix nvim-cmp error | jdhao | |
| check https://github.com/hrsh7th/nvim-cmp/issues/231#issuecomment-1098175017 | |||
| 2022-04-10 | update nvim-cmp conf, fix hrsh7th/nvim-cmp#880 | jdhao | |
| 2022-04-02 | update nvim-tree conf: stay focus | jdhao | |
| 2022-03-29 | update nvim-tree conf | jdhao | |
| 2022-03-15 | working config for cmp-omni and vimtex | jdhao | |
| 2022-03-07 | update hop.nvim conf | jdhao | |
| 2022-02-11 | update nvim-cmp conf | jdhao | |
| 2022-02-05 | nvim-tree: auto-close when it is the only win | jdhao | |
| 2022-02-05 | Use nvim-tree as file explorer when we open a folder | jdhao | |
| 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-05 | update nvim-tree conf | jdhao | |
| 2022-02-05 | enable lualine's support for nvim-tree | jdhao | |
| See also https://github.com/nvim-lualine/lualine.nvim#extensions. | |||
| 2022-02-05 | add plugin nvim-tree.lua | jdhao | |
| 2022-02-04 | change param for plugin lspkind-nvim | jdhao | |
| See also https://github.com/onsails/lspkind-nvim/commit/06872e887e7e4579765cc51fa6b0e7643b4284fa. | |||
| 2022-01-28 | fix: check if language server exists before using | jdhao | |
| 2022-01-28 | chore: use local variable lspconfig | jdhao | |
| 2022-01-26 | add bash-language-server | jdhao | |
| 2022-01-23 | update lsp setting | jdhao | |
| 2022-01-08 | more startup screen menu item | jdhao | |
| 2021-12-28 | fix: lsp reference highlight isn't correctly linked | jdhao | |
| ! is need to overwrite possible existing highlight group of the same name. | |||
| 2021-12-19 | add ref for checking IME state | jdhao | |
