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 | |
| parent | cdd5f786f5d411839b0390c4dd86cd9e1d456f03 (diff) | |
Remove textwidth for Markdown
| -rw-r--r-- | autocommands.vim | 8 | ||||
| -rw-r--r-- | spell/en.utf-8.add | 2 |
2 files changed, 2 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 diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 21e2616..320ad61 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -130,3 +130,5 @@ Linters linters appimage configs +Ctrl +firenvim |
