| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | add theme catppuccin | jdhao | |
| 2022-07-28 | update packer config | jdhao | |
| 2022-07-28 | update nvim-cmp conf since cmp-nvim-lua is removed | jdhao | |
| 2022-07-27 | use emmylua-nvim instead of cmp-nvim-lua for better completion | jdhao | |
| 2022-05-29 | add lua map module and more mappings | jdhao | |
| 2022-05-29 | disable alpha-nvim | jdhao | |
| There are errors with nvim 0.7. | |||
| 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-05-15 | change location of packer_compiled.lua | jdhao | |
| 2022-05-14 | use vim.pretty_print for checking lua objects | jdhao | |
| 2022-05-04 | update nvim-cmp conf | jdhao | |
| The issue has been fixed by the maintainer. | |||
| 2022-05-04 | fix nvim-cmp issue, see hrsh7th/nvim-cmp#964 | 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-03 | chore: use ft for FileType lazyloading | 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-14 | add cmp-omni for working with tex | jdhao | |
| 2022-03-07 | update hop.nvim conf | jdhao | |
| 2022-02-11 | update nvim-cmp conf | jdhao | |
| 2022-02-08 | [breaking change] remove direct reference to fastgit | jdhao | |
| fastgit may be blocked by GFW (see https://t.me/fastgitchannel/81), so hard-coding its URL is not a good option. Using git URL rewrite feature is a better choice: https://jdhao.github.io/2021/11/27/git_notes_s4/#use-a-git-mirror-site-for-cloning. This is a breaking change, since previously I use hub.fastgit.org as the url, now the url will be default github.com unless the user change it using the above mentioned method to change the cloning URL. | |||
| 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 | change load condition of lspkind-nvim | jdhao | |
| If we use BufEnter, nvim-cmp autocompletion may not work sometimes, which is really annoying | |||
| 2022-01-23 | update lsp setting | jdhao | |
| 2022-01-13 | use lua for may_create_dir | jdhao | |
| 2022-01-09 | add plugin vim-conflicted for merge conflict handling | 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-23 | add colorscheme kanagawa | jdhao | |
| 2021-12-19 | add ref for checking IME state | jdhao | |
