aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-31update nvim to version 0.8.2 (#173)jdhao
2022-12-28update setting for onedarkpro (#172)jdhao
2022-12-14update spelljdhao
2022-12-14more abbr (#169)jdhao
2022-12-14use yanky.nvim to replace vim-yoink (#168)jdhao
2022-11-28Add ltex-ls support to lsp. (#166)bldur
* Add ltex-ls support to lsp. Co-authored-by: bldur (https://github.com/bldur)
2022-11-22fix: cmp-omni messes with the lsp completionjdhao
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-22upgrade to latest stable 0.8.1jdhao
2022-11-16update colorscheme listjdhao
- remove other gruvbox variant - remove doom-one casue it has bugs - add more colorschemes
2022-11-15make filetype mapping localjdhao
Otherwise, the mapping will be global and leak to unrelated to files.
2022-11-15Merge branch 'master' of https://github.com/jdhao/nvim-configjdhao
2022-11-15chore: relax vimtex install conditionjdhao
2022-11-15chore: relax vimtex install conditionjdhao
2022-11-13Add my own abbreivations for some spell mistakesjdhao
2022-11-10chore: update gitsigns highlightjdhao
2022-11-07fix: make xkbswitch work on mac M1 CPUjdhao
For the details, see https://jdhao.github.io/2021/02/25/nvim_ime_mode_auto_switch/.
2022-11-01update spelljdhao
2022-11-01remove smooth scrolljdhao
I do not really need it.
2022-11-01chore: add notification for packer compilejdhao
Also move the autocmd location.
2022-10-27fix incorrect comment string for gitconfjdhao
2022-10-23refactor: use local diagnostic modulejdhao
2022-10-20fix linksjdhao
2022-10-19update optionjdhao
2022-10-19update badgejdhao
2022-10-17feat: add a mapping to blink cursorjdhao
2022-10-16update spelljdhao
2022-10-16remove vim-jsonjdhao
rarely used and it changes the conceal settings
2022-10-16refactor: make packer installation a functionjdhao
2022-10-15replace more viml with native lua codejdhao
2022-10-15update nvim-cmp lsp confjdhao
2022-10-15use 2 spaces for tabs by defaultjdhao
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-11change tab size for sqljdhao
2022-10-09use UTF-8 instead of utf-8, closes #134jdhao
2022-10-05update spelljdhao
2022-10-05use lua func in rhs instead of callbackjdhao
2022-10-05update mousescrolljdhao
2022-10-05remove language workaround for macOSjdhao
The issue has been fixed in https://github.com/neovim/neovim/pull/19139.
2022-10-05remove vim-asteriskjdhao
The * can now search selected text by default. The cursor stay feature can also be simulated.
2022-10-04nvim 0.8 updatejdhao
2022-10-04update markdown-preview.nvim install methodjdhao
2022-09-29Merge pull request #123 from jdhao/repolinkjdhao
update repo link for transferred plugins
2022-09-28update repo link for transferred pluginsjdhao
2022-09-28Merge pull request #122 from jdhao/optjdhao
always use sign column
2022-09-28always use sign columnjdhao
2022-09-28Merge pull request #121 from jdhao/cleanjdhao
remove config for unused plugins
2022-09-28remove config for unused pluginsjdhao
vim-signify, vim-startify
2022-09-28Merge pull request #120 from jdhao/firenvimjdhao
update conf related to firenvim
2022-09-28update conf related to firenvimjdhao
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-28Merge pull request #118 from jdhao/gitsignjdhao
hilight update for gitsigns.nvim
2022-09-28hilight update for gitsigns.nvimjdhao