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

228 Commits

Author SHA1 Message Date
jdhao 6ad5831400 remove guicursor setting
It seems that put guicursor setting here has no effect. The cursor color and shape won't change.
2020-09-23 10:27:27 +08:00
jdhao a86cc7a251 move guicursor setting to option.vim 2020-09-23 10:25:57 +08:00
jdhao d1b5076f9d move guicursor setting to ginit.vim 2020-09-22 22:25:23 +08:00
jdhao 98c81c1488 change yank highlight group 2020-09-22 16:54:00 +08:00
jdhao e2feb0c9f2 update highlight group for yank to Search
highlight group IncSearch is a little bit dim. I want the yank highlight to be brighter
2020-09-22 13:34:03 +08:00
jdhao e2b32df47f add abort for functions 2020-09-21 20:18:32 +08:00
jdhao 3e97ae117f clean <silent> usage in mappings 2020-09-20 16:24:36 +08:00
jdhao cf720997dd fix syntax error 2020-09-20 16:06:59 +08:00
jdhao c146a50967 add grammar checking plugin 2020-09-20 12:15:59 +08:00
jdhao ec64c3237a use internal yank highlight instead of plugins 2020-09-19 16:34:20 +08:00
jdhao f0abb3481a use larger length for a line of code 2020-09-17 15:35:18 +08:00
jdhao 2880537626 command mode mappings do not need <silent> arg 2020-09-02 09:01:45 +08:00
jdhao c6b71c1dea remove global setting since it is not used anyway 2020-09-02 08:54:51 +08:00
jdhao 2cbd9619e7 add HTML font tag for Markdown snippet 2020-08-30 03:35:29 +08:00
jdhao 649f5b93eb add HTML font tag for Markdown 2020-08-30 03:35:14 +08:00
jdhao c0417d8a0d update LeaderF settings 2020-08-24 14:47:39 +08:00
jdhao 50e59ca532 update LeaderF settings 2020-08-19 19:52:11 +08:00
jdhao 429f6f5a29 update leaderf settings 2020-08-19 17:10:26 +08:00
jdhao ab776cfe6f Update README.md 2020-08-12 17:07:14 +08:00
jdhao a345722eab Update Nvim_setup.sh 2020-08-12 16:45:30 +08:00
jdhao a9e4c1de85 Only Install vim-plug on Windows or Mac inside config 2020-08-12 16:06:59 +08:00
jdhao 63e6a47263 fix markdownfootnote issue
see https://github.com/vim-pandoc/vim-markdownfootnotes/issues/22 for the details
2020-08-11 13:06:58 +08:00
jdhao d5b1309db9 remove IME toggle for Mac(it cause more issues than it solves 2020-07-29 23:37:36 +08:00
jdhao 1902646933 update plugin settings (leaderf and semshi) 2020-07-29 22:22:20 +08:00
jdhao 4132180dd4 update airline theme 2020-07-29 00:04:22 +08:00
jdhao 9ca30bd431 update color theme 2020-07-29 00:04:03 +08:00
jdhao 523e8fe300 update readme 2020-07-21 23:58:25 +08:00
jdhao d4a1a45f97 update airlinetheme 2020-07-15 00:07:03 +08:00
jdhao 7e4f329873 update vim-airline theme 2020-07-13 20:51:08 +08:00
jdhao a6a61acab9 update ale setting 2020-06-19 21:07:06 +08:00
jdhao 01b14b161d Update nerdtree repo name 2020-06-19 01:07:31 +08:00
jdhao eab64cd5fb add more kbd tag snippets 2020-05-25 21:12:20 +08:00
jdhao a14558ed97 Update markdown.snippets 2020-05-25 20:31:32 +08:00
jdhao a0458b3129 Update ginit.vim 2020-05-23 13:50:44 +08:00
jdhao 5febd41eb0 Update ginit.vim 2020-05-23 13:38:56 +08:00
jdhao 2e7418ed06 remove supertabs 2020-05-22 19:52:02 +08:00
jdhao c81abfd064 Update options.vim 2020-05-22 17:06:07 +08:00
jdhao c56d9de160 remove number toggle plugin 2020-05-22 15:20:28 +08:00
jdhao e5e38fb8ae toggle relative number based on autocmd events 2020-05-22 15:19:29 +08:00
jdhao 4c97952525 update max syntax column for Markdown
This value is set to a large number mainly for long Chinese paragraphs.
Since I do not want to hard-wrap long Chinese paragraphs, some
paragraphs tend to be long in raw bytes.
2020-05-18 00:14:20 +08:00
jdhao 8f05c163a2 do not set clipboard when no provider is found
When there is no clipboard provider but we set the `clipboard` option, using
the `:yank` command will produce a warning message. We need to check if
a clipboard provider exists before setting up the clipboard option, see also
[this issue](https://github.com/neovim/neovim/issues/12305).
2020-05-13 14:54:32 +08:00
jdhao dd20d92a2f docs: update README 2020-05-11 22:39:11 +08:00
jdhao 643f5dad10 remove arrow key nope mapping.
Now I am familiar with h,j,k,l, I do not need to force myself to use them.
2020-05-10 23:52:25 +08:00
jdhao 1938df08b8 Remove dictionary. 2020-05-08 21:19:33 +08:00
jdhao 73d8d87b02 remove dictionary completion
Dictionary completion is rather useless and hangs Neovim when accidentally triggered.
It is better to remove it entirely.
2020-05-08 16:25:02 +08:00
jdhao 5cda026992 Update README.md 2020-05-07 10:39:04 +08:00
jdhao e676857dc7 Set theme jekyll-theme-midnight 2020-05-07 10:33:39 +08:00
jdhao 1a3738ff09 Update utils.vim 2020-05-06 11:55:38 +08:00
jdhao f93d0fc972 update spell file 2020-05-05 21:34:30 +08:00
jdhao 1c6833c774 update titlestring style 2020-05-05 21:33:55 +08:00