| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-13 | Add folding support for JSON files | jdhao | |
| 2023-05-22 | update conf for nvim-dashboard | jdhao | |
| 2023-04-17 | update nvim-tree conf | jdhao | |
| 2023-04-17 | Merge pull request #187 from mr-cal/nvim-tree-update | jdhao | |
| nvim-tree: fix shortcut and repo | |||
| 2023-04-08 | bump to nvim version 0.9.0 (#188) | jdhao | |
| 2023-03-30 | nvim-tree: use api and new repository url | Callahan Kovacs | |
| Signed-off-by: Callahan Kovacs <callahankovacs@gmail.com> | |||
| 2023-03-13 | fix: omit the clangd missing message, close #180 (#186) | jdhao | |
| It is not necessary to install clangd if the user does not use neovim with CPP/C. | |||
| 2023-02-16 | refactor: lua language server rename (#185) | jdhao | |
| The lua language server from sumneko had changed its repo and created a new organizational repo. See also https://github.com/neovim/nvim-lspconfig/pull/2439. | |||
| 2022-12-14 | use yanky.nvim to replace vim-yoink (#168) | jdhao | |
| 2022-11-28 | Add ltex-ls support to lsp. (#166) | bldur | |
| * Add ltex-ls support to lsp. Co-authored-by: bldur (https://github.com/bldur) | |||
| 2022-11-22 | fix: cmp-omni messes with the lsp completion | jdhao | |
| If we use cmp-omni and lsp together, it seems that it will mess the autocompletion. So we only use it with tex file, where lsp in not used. | |||
| 2022-11-10 | chore: update gitsigns highlight | jdhao | |
| 2022-11-07 | fix: make xkbswitch work on mac M1 CPU | jdhao | |
| For the details, see https://jdhao.github.io/2021/02/25/nvim_ime_mode_auto_switch/. | |||
| 2022-11-01 | remove smooth scroll | jdhao | |
| I do not really need it. | |||
| 2022-10-23 | refactor: use local diagnostic module | jdhao | |
| 2022-10-15 | replace more viml with native lua code | jdhao | |
| 2022-10-15 | update nvim-cmp lsp conf | jdhao | |
| 2022-10-05 | remove vim-asterisk | jdhao | |
| The * can now search selected text by default. The cursor stay feature can also be simulated. | |||
| 2022-10-04 | nvim 0.8 update | jdhao | |
| 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-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 | 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-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 | |
