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

31 Commits

Author SHA1 Message Date
jdhao
7ace838534 update formatoptions for certain filetypes 2021-06-17 00:21:15 +08:00
jdhao
803b959266 update lua filetype settings 2021-04-13 01:57:37 +08:00
jdhao
9e3a831ec4 update lua filetype settings 2021-04-12 00:31:21 +08:00
jdhao
2636f8575e Add more settings for cpp 2021-03-23 23:15:00 +08:00
jdhao
1e96062c60 Add mappings for Markdown
Use + to turn lines to an unordered list quickly.
2021-02-23 23:33:59 +08:00
jdhao
dd52249a17 Use two spaces per tab for YAML 2021-01-17 23:54:21 +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
283356ee52 Initial support for C++ 2020-11-25 01:07:50 +08:00
jdhao
283d3a8b7b update vim-markdownfootnote settings 2020-11-12 22:40:09 +08:00
jdhao
92bf71ac77 Add text objects for Markdown fenced code blocks. 2020-11-12 21:56:44 +08:00
jdhao
d06770efef add <C-U> in mappings that use command where appropriate 2020-10-19 22:59:27 +08:00
jdhao
e098df1ab7 minor update 2020-10-11 16:30:48 +08:00
jdhao
2d84307695 use match(), replace obscure regex-match notation 2020-09-27 20:57:02 +08:00
jdhao
b65c7c6d70 change vim script style from 4-space indent to 2-space 2020-09-26 09:15:40 +08:00
jdhao
c248ab02d4 turn tab to spaces 2020-09-26 08:48:39 +08:00
jdhao
00cbed4cdc fix style issues as per vint 2020-09-24 23:01:10 +08:00
jdhao
f0abb3481a
use larger length for a line of code 2020-09-17 15:35:18 +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
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
1b97735bf2 chore: remove short url and replace with true url 2020-03-30 23:32:11 +08:00
jdhao
c20f15ad10
Update python settings 2020-01-21 15:39:20 +08:00
jdhao
5c70859a1a
Revert change for Markdown filetype 2020-01-01 18:57:53 +08:00
jdhao
0538162c4d
Update options for Markdown filetype 2020-01-01 17:43:06 +08:00
jdhao
56b28dcfbe Add toml support 2019-12-29 19:40:49 +08:00
jdhao
b39a2d5a8a Change conceal settings for Markdown 2019-12-15 18:43:06 +08:00
jdhao
5771a86c0d
Fix an issue with AsyncRun.vim
Change the output of Python from Buffered to Unbuffered so that we can see the command output
immediately instead of waiting for the command to finish to see the output.
See https://github.com/skywind3000/asyncrun.vim/wiki/FAQ#cant-see-the-realtime-output-when-running-a-python-script
and https://stackoverflow.com/questions/107705/disable-output-buffering.
2019-12-09 16:22:19 +08:00
jdhao
57047f91f9
Add mapping for running Python script asynchronously 2019-12-06 20:29:33 +08:00
jdhao
92cec98f25 Do not use colorcolumn for text filetype 2019-11-30 23:17:03 +08:00
jdhao
f3f073d6ef
Remove mappings for Python filetype.
Use quickrun to execute Python source files.
2019-11-14 15:18:21 +08:00
jdhao
6428422cbd Simplify init.vim and move settings to autoload and after directory 2019-09-12 21:29:00 +08:00