| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-12-19 | change SPELL location on statusline | jdhao | |
| 2021-12-19 | show IME on statusline on macOS | jdhao | |
| 2021-12-19 | update plugin.lua | jdhao | |
| 2021-12-12 | remove plugin vim-cool | jdhao | |
| nvim-hlslens can replace it if calm_down option is enabled. | |||
| 2021-12-12 | remove plugin semshi | jdhao | |
| 2021-12-11 | update plugin load condition | jdhao | |
| 2021-12-11 | update nvim-hlslens settings | jdhao | |
| 2021-12-10 | update lualine conf | jdhao | |
| diagnostic interface change | |||
| 2021-12-06 | make impatient.nvim the first plugin | jdhao | |
| 2021-12-06 | update indent-blankline conf | jdhao | |
| 2021-12-06 | lazyload lua plugins | jdhao | |
| 2021-12-06 | remove plugin gutentags | jdhao | |
| I rarely use it. | |||
| 2021-12-06 | tweak lualine conf | jdhao | |
| 2021-12-05 | update lualine conf | jdhao | |
| 2021-12-05 | add mixed indent detection for lualine | jdhao | |
| 2021-12-05 | update lualine conf | jdhao | |
| 2021-12-05 | update lualine conf | jdhao | |
| 2021-12-05 | replace vim-airline with lualine | jdhao | |
| Lualine is now feature-rich and faster than vim-airline. | |||
