skip list for files takes absolute paths
This commit is contained in:
parent
085dac556f
commit
0c6d4bfb3a
@ -145,6 +145,8 @@ let g:signify_skip_filetype = { 'vim': 1, 'c': 1 }
|
|||||||
let g:signify_skip_filename = { '/home/user/.vimrc': 1 }
|
let g:signify_skip_filename = { '/home/user/.vimrc': 1 }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
__NOTE__: Filenames have to be absolute paths!
|
||||||
|
|
||||||
#### good documentation
|
#### good documentation
|
||||||
|
|
||||||
You should know by now!
|
You should know by now!
|
||||||
|
@ -118,6 +118,7 @@ Mapping for toggling the plugin for the current buffer only.
|
|||||||
let g:signify_skip_filename = { '/home/user/.vimrc': 1 }
|
let g:signify_skip_filename = { '/home/user/.vimrc': 1 }
|
||||||
|
|
||||||
Don't activate the plugin for these filetypes and/or filenames.
|
Don't activate the plugin for these filetypes and/or filenames.
|
||||||
|
NOTE: Filenames have to be absolute paths.
|
||||||
|
|
||||||
|
|
||||||
let g:signify_sign_overwrite = 1
|
let g:signify_sign_overwrite = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user