nvim: add another location to linux coding style helper

This commit is contained in:
Grigory Shipunov 2021-01-03 19:02:40 +01:00
parent 5e0bd8e6a8
commit b62e90a96a
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -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