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

Remove textwidth for Markdown

This commit is contained in:
jdhao 2020-01-12 09:00:11 +08:00
parent cdd5f786f5
commit 9b1a2dd5e9
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -130,3 +130,5 @@ Linters
linters
appimage
configs
Ctrl
firenvim