| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-20 | conf for nvim 0.9.0 | 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-04-05 | nvim-tree: update other references | Callahan Kovacs | |
| Signed-off-by: Callahan Kovacs <callahankovacs@gmail.com> | |||
| 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. | |||
| 2023-02-11 | bump supported nvim version (#184) | jdhao | |
| 2023-01-18 | update contact info | jdhao | |
| 2023-01-04 | update license year (#175) | jdhao | |
| 2022-12-31 | update nvim to version 0.8.2 (#173) | jdhao | |
| 2022-12-28 | update setting for onedarkpro (#172) | jdhao | |
| 2022-12-14 | update spell | jdhao | |
| 2022-12-14 | more abbr (#169) | jdhao | |
| 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-22 | upgrade to latest stable 0.8.1 | jdhao | |
| 2022-11-16 | update colorscheme list | jdhao | |
| - remove other gruvbox variant - remove doom-one casue it has bugs - add more colorschemes | |||
| 2022-11-15 | make filetype mapping local | jdhao | |
| Otherwise, the mapping will be global and leak to unrelated to files. | |||
| 2022-11-15 | Merge branch 'master' of https://github.com/jdhao/nvim-config | jdhao | |
| 2022-11-15 | chore: relax vimtex install condition | jdhao | |
| 2022-11-15 | chore: relax vimtex install condition | jdhao | |
| 2022-11-13 | Add my own abbreivations for some spell mistakes | jdhao | |
| 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 | update spell | jdhao | |
| 2022-11-01 | remove smooth scroll | jdhao | |
| I do not really need it. | |||
| 2022-11-01 | chore: add notification for packer compile | jdhao | |
| Also move the autocmd location. | |||
| 2022-10-27 | fix incorrect comment string for gitconf | jdhao | |
| 2022-10-23 | refactor: use local diagnostic module | jdhao | |
| 2022-10-20 | fix links | jdhao | |
| 2022-10-19 | update option | jdhao | |
| 2022-10-19 | update badge | jdhao | |
| 2022-10-17 | feat: add a mapping to blink cursor | jdhao | |
| 2022-10-16 | update spell | jdhao | |
| 2022-10-16 | remove vim-json | jdhao | |
| rarely used and it changes the conceal settings | |||
| 2022-10-16 | refactor: make packer installation a function | jdhao | |
| 2022-10-15 | replace more viml with native lua code | jdhao | |
| 2022-10-15 | update nvim-cmp lsp conf | jdhao | |
| 2022-10-15 | use 2 spaces for tabs by default | jdhao | |
| This removes a lot of code duplication. If we want to use 4 spaces, we can set it separately in their ftplugin settings. | |||
| 2022-10-11 | change tab size for sql | jdhao | |
| 2022-10-09 | use UTF-8 instead of utf-8, closes #134 | jdhao | |
| 2022-10-05 | update spell | jdhao | |
| 2022-10-05 | use lua func in rhs instead of callback | jdhao | |
| 2022-10-05 | update mousescroll | jdhao | |
| 2022-10-05 | remove language workaround for macOS | jdhao | |
| The issue has been fixed in https://github.com/neovim/neovim/pull/19139. | |||
| 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 | |
