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:
parent
cdd5f786f5
commit
9b1a2dd5e9
@ -7,14 +7,6 @@ augroup dynamic_smartcase
|
|||||||
autocmd CmdLineLeave : set smartcase
|
autocmd CmdLineLeave : set smartcase
|
||||||
augroup END
|
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
|
augroup term_settings
|
||||||
autocmd!
|
autocmd!
|
||||||
" Do not use number and relative number for terminal inside nvim
|
" Do not use number and relative number for terminal inside nvim
|
||||||
|
|||||||
@ -130,3 +130,5 @@ Linters
|
|||||||
linters
|
linters
|
||||||
appimage
|
appimage
|
||||||
configs
|
configs
|
||||||
|
Ctrl
|
||||||
|
firenvim
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user