| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-04 | update markdown-preview.nvim install method | jdhao | |
| 2022-09-28 | update repo link for transferred plugins | jdhao | |
| 2022-09-28 | update conf related to firenvim | jdhao | |
| 1. Change autocmd for buffers started by firenivm, it seems that BufNewFile does not work as intended, in contrast, BufEnter, BufRead, BufWinEnter seem to work. 2. Disable several plugins if we are using firenvim, these plugins include dashboard-nvim, lualine, bufferline.nvim | |||
| 2022-09-28 | hilight update for gitsigns.nvim | jdhao | |
| 2022-09-25 | correct :git to :Git | jdhao | |
| 2022-09-25 | more mapping and doc update for gitlinker | jdhao | |
| 2022-09-24 | enable word diff for gitsigns.nvim | jdhao | |
| Also tweak the highlight for word diff to make clear. The default highlgiht for word diff is TermCursor, which is unreadable. | |||
| 2022-09-23 | update nvim-tree conf | jdhao | |
| 2022-09-20 | update gitsigns conf | jdhao | |
| 2022-09-11 | global.vim --> global.lua | jdhao | |
| fix 2 fix 3 | |||
| 2022-09-10 | format with stylua | jdhao | |
| 2022-09-10 | use gitsigns for diff | jdhao | |
| Lualine's builtin diff often disappears and is not reliable, which is really frustrating for me. | |||
| 2022-09-09 | refactor: lsp mapping | jdhao | |
| 2022-09-09 | update hlslens conf | jdhao | |
| 2022-09-08 | remove unused plugins | jdhao | |
| 2022-09-08 | use gitsigns instead of signify | jdhao | |
| 2022-09-08 | update mapping | jdhao | |
| 2022-09-07 | refactor: use nvim_err_writeln for error msg | jdhao | |
| 2022-09-06 | use local keymap | jdhao | |
| 2022-09-06 | refactor: convert mapping from viml to lua | jdhao | |
| 2022-09-05 | better-escape.vim is now under nvim-zh org | jdhao | |
| 2022-09-05 | update hop.nvim conf | jdhao | |
| 2022-09-05 | add plugin gitlinkder.nvim | jdhao | |
| 2022-09-01 | simplify and add new autocmd | jdhao | |
| 2022-08-31 | update hop.nvim conf | jdhao | |
| 2022-08-31 | update packer conf | jdhao | |
| 2022-08-28 | update indent-blankline conf | jdhao | |
| 2022-08-28 | refactor a bit | jdhao | |
| 1. change theme to colorscheme 2. update plugin load logic | |||
| 2022-08-28 | update nvim-cmp conf | jdhao | |
| 2022-08-26 | fix parameter for vim.notify | jdhao | |
| 2022-08-26 | refactor: theme.vim --> theme.lua | jdhao | |
| 2022-08-23 | fix some typos | jdhao | |
| 2022-08-22 | update bufferline.nvim conf | jdhao | |
| 2022-08-21 | refactor: use ctx table for lua autocmd callback | jdhao | |
| 2022-08-20 | refactor: move part of autocmd to lua script | jdhao | |
| 2022-08-20 | update the autocmd for saving a file | jdhao | |
| 2022-08-19 | feat: auto-install plugins for fresh install | jdhao | |
| 2022-08-18 | add config dir to workspace.library for lua lsp | jdhao | |
| 2022-08-15 | update mapping | jdhao | |
| 2022-08-14 | update version check | 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-13 | make dashboard-nvim an opt plugin | jdhao | |
| 2022-08-13 | Transition from init.vim to init.lua | jdhao | |
| 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 | |
