diff options
| author | jdhao <jdhao@hotmail.com> | 2020-01-12 09:00:11 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-01-12 09:00:11 +0800 |
| commit | 9b1a2dd5e9cd90039feaf720ee1b6a02bfd81511 (patch) | |
| tree | 31afb6f7886f8eb7577a8bf8ad61af105f4944a8 /autocommands.vim | |
| parent | cdd5f786f5d411839b0390c4dd86cd9e1d456f03 (diff) | |
Remove textwidth for Markdown
Diffstat (limited to 'autocommands.vim')
| -rw-r--r-- | autocommands.vim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/autocommands.vim b/autocommands.vim index c400791..8ae0b1e 100644 --- a/autocommands.vim +++ b/autocommands.vim @@ -7,14 +7,6 @@ augroup dynamic_smartcase autocmd CmdLineLeave : set smartcase augroup END -" Set textwidth for text file types -augroup text_file_width - autocmd! - " Sometimes, automatic filetype detection is not right, so we need to - " detect the filetype based on the file extensions - autocmd BufNewFile,BufRead *.md,*.MD,*.markdown setlocal textwidth=79 -augroup END - augroup term_settings autocmd! " Do not use number and relative number for terminal inside nvim |
