1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
Commit Graph

444 Commits

Author SHA1 Message Date
jdhao 84ddd0c5f6 Remove number from spell suggestion
It seems that adding number to the default spell suggestion (fast) will
make Neovim super slow when we press z= for spell suggestions. Without
that number, Neovim will be super responsive. See also vim/vim#4087.
2021-01-17 23:46:34 +08:00
jdhao c81d148627 Update markdown snippets 2021-01-13 22:55:20 +08:00
jdhao 4c348b6eb6 update 2021-01-12 23:10:56 +08:00
jdhao e4ef4fa6ea Fix bug for text object for the entire buffer 2021-01-12 23:01:49 +08:00
jdhao 61d42ed550 update spell files 2021-01-10 11:05:04 +08:00
jdhao 17caa00b6e Remove gv.vim
Its feature may be replaced by Glog command provided by vim-fugitive
2021-01-09 18:31:49 +08:00
jdhao edac49ab62 Add blamer.nvim 2021-01-09 18:30:11 +08:00
jdhao b7ce7eed4a update resource doc 2021-01-09 14:14:56 +08:00
jdhao 02b15f057f Update nvim setup script 2021-01-08 22:53:21 +08:00
jdhao 6b11495412 Update mappings 2021-01-06 23:08:08 +08:00
jdhao a789afde98 update 2021-01-05 22:47:55 +08:00
jdhao 9c88f3e34e Add OSC 52 terminal sequence support via plugin 2021-01-05 22:43:37 +08:00
jdhao b2a16e5780 update vim-lsp settings
Some vim-lsp config options are renamed.
2021-01-05 22:42:54 +08:00
jdhao d8e99e51f0 Remove tools directory
I use vista now. No need to use this for showing Markdown TOC since it
is for use with tagbar.
2021-01-02 15:22:58 +08:00
jdhao 0cac1585dd Add colorscheme gruvbox-material 2021-01-02 15:22:15 +08:00
jdhao 6a5620c254 update 2020-12-31 10:23:29 +08:00
jdhao 9dc65fe118 update doc 2020-12-29 23:01:07 +08:00
jdhao f2df367d61 Remove git-messenger.vim
It does not work for git version below 1.8.5 (which is what CentOS 7.4
has by default), since it requires -C option. See also
rhysd/git-messenger.vim#67.
2020-12-26 22:42:52 +08:00
jdhao cc312a55bc Update airline settings 2020-12-25 22:05:46 +08:00
jdhao 2c89db8c4b Update gruvbox8 colorscheme settings 2020-12-24 22:39:31 +08:00
jdhao cfebb79637 Add tokyonight colorscheme 2020-12-24 22:38:06 +08:00
jdhao fa28ef1b90 Remove toast colorscheme
Too dark to fit my taste.
2020-12-23 23:09:32 +08:00
jdhao 7ed2607371 Remove srcery colorscheme
Does not work well for zoc terminal.
2020-12-21 23:27:03 +08:00
jdhao 21cff3e527 Remove humanoid colorscheme
Signify signs are barely readable.
2020-12-20 23:12:58 +08:00
jdhao 8be2d18ac0 Add edge and sonokai colorscheme 2020-12-20 00:18:57 +08:00
jdhao eb0c63c175 Make a plugin for leaving insert mode 2020-12-16 01:33:03 +08:00
jdhao c3cdad554b remove sublimemonokai colorscheme
Does not work well for markdown inline links.
2020-12-10 23:33:29 +08:00
jdhao 9ff833e1ef add plugin vimSum 2020-12-09 23:22:48 +08:00
jdhao b65846a454 remove material.vim colorscheme
Visual selection is barely visible.
2020-12-07 23:20:07 +08:00
jdhao bfc33716c7 update 2020-12-03 22:21:48 +08:00
jdhao 34de7711aa add humanoid color scheme 2020-12-03 22:20:14 +08:00
jdhao c8582e2ac1 remove prosession settings 2020-12-03 22:15:27 +08:00
jdhao 57e12dc4cb add more resources 2020-12-02 22:37:34 +08:00
jdhao 1f0f1820e2 add humanoid colorscheme 2020-12-02 22:28:50 +08:00
jdhao fd684db78f Remove vim-prosession (does not work well for me) 2020-12-02 22:24:13 +08:00
jdhao 25ed627870 add plugins to manage session files 2020-12-02 00:23:11 +08:00
jdhao 1f9eb8b0d7 No need to set background to dark (it is the default)
It also increases the Neovim startup time.
2020-11-30 22:07:18 +08:00
jdhao ee97e2e4dd update colorscheme sublimemonokai 2020-11-28 23:24:10 +08:00
jdhao 7af18765b3 remove some color schemes 2020-11-28 22:35:07 +08:00
jdhao fcd4ae3210 remove some plugins, they do not work well for markdown 2020-11-28 18:35:41 +08:00
jdhao e79f55fd9b update commentstring for cpp 2020-11-27 23:55:18 +08:00
jdhao 42751cb1dd make mapping buffer local 2020-11-26 21:13:07 +08:00
jdhao 113996452c update 2020-11-25 22:24:56 +08:00
jdhao d592c661bc update 2020-11-25 22:23:24 +08:00
jdhao e5bde8462a only use vim-lsp-cxx-highlight if we have ccls 2020-11-25 22:20:48 +08:00
jdhao 4a4c85f903 format 2020-11-25 21:37:23 +08:00
jdhao 2b77a8b9de update ALE and Neoformat settings
Disable ALE for C++/C linting since we use ccls.
2020-11-25 21:34:34 +08:00
jdhao 283356ee52 Initial support for C++ 2020-11-25 01:07:50 +08:00
jdhao 9a7ac4c9d1 Using jk to escape insert mode without lagging.
See https://jdhao.github.io/2020/11/23/neovim_better_mapping_for_leaving_insert_mode/.
2020-11-24 22:55:39 +08:00
jdhao 3e25d9283e update doc 2020-11-24 22:54:54 +08:00