config/nvim: Add .gitignore
This commit is contained in:
parent
e90602503f
commit
40f183fcd6
3 changed files with 4 additions and 1 deletions
3
.config/nvim/.gitignore
vendored
Normal file
3
.config/nvim/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
plugged
|
||||
spell
|
||||
.netrwhist
|
|
@ -1 +0,0 @@
|
|||
plugged
|
1
.config/nvim/after/syntax/markdown.vim
Normal file
1
.config/nvim/after/syntax/markdown.vim
Normal file
|
@ -0,0 +1 @@
|
|||
syn match markdownError "\w\@<=\w\@=" " Don't highlight underscore red
|
Loading…
Add table
Reference in a new issue