Skip to content

Commit

Permalink
markdown specific settings - WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Nov 4, 2020
1 parent ddc155c commit 3f3a28c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .config/nvim/after/ftplugin/markdown_wrapping.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set wrap
set linebreak
set textwidth=0
set wrapmargin=0
set formatoptions=rolj
2 changes: 0 additions & 2 deletions .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,3 @@ if !exists(":DiffOrig")
command DiffOrig vert new | set bt=nofile | r # | 0d_ | diffthis
\ | wincmd p | diffthis
endif


2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
name = Kelly Joseph Price
[push]
default = current
[core]
pager = less -F -X

0 comments on commit 3f3a28c

Please sign in to comment.