Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Hensel
dotfiles
Commits
dab1dc20
Commit
dab1dc20
authored
Nov 14, 2022
by
Jan Hensel
🐧
Browse files
nvim: Update preferred markdown settings
parent
79d401c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.config/nvim/au.vim
View file @
dab1dc20
...
...
@@ -16,6 +16,10 @@ augroup pandoc_syntax
au
!
BufNewFile
,
BufFilePre
,
BufRead
*
.
md
set
filetype
=
markdown
.
pandoc
augroup END
augroup md_settings
au
!
FileType
markdown
.
pandoc
set
tw
=
0
cc
=
0
wrap
augroup END
" highlight yanked section for a brief moment
augroup highlight_yank
autocmd
!
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment