nvim: add another location to linux coding style helper
This commit is contained in:
parent
5e0bd8e6a8
commit
b62e90a96a
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ vnoremap <leader>P "+P
|
||||||
set updatetime=107
|
set updatetime=107
|
||||||
|
|
||||||
" Activate linux coding style helper only in certain dirs
|
" Activate linux coding style helper only in certain dirs
|
||||||
let g:linuxsty_patterns = ["/usr/src", "/linux", "~/git/linux", "~/devel/linux"]
|
let g:linuxsty_patterns = ["/usr/src", "/linux", "~/git/linux", "~/fun/linux", "~/devel/linux"]
|
||||||
|
|
||||||
" markdown
|
" markdown
|
||||||
let g:markdown_syntax_conceal = 0
|
let g:markdown_syntax_conceal = 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue