fzf.vim: Set filetype to hybrid vim + fzf
This way the Unicode characters are not highlighted. This hopefully has no weird side-effects.
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
" vim: set ft=vim.fzf:
|
||||||
|
|
||||||
let w:ignore_non_ascii_chars = get(w:, 'ignore_non_ascii_chars', '')
|
let w:ignore_non_ascii_chars = get(w:, 'ignore_non_ascii_chars', '')
|
||||||
|
|
||||||
" Do not highlight Unicode chars used for the TUI
|
" Do not highlight Unicode chars used for the TUI
|
||||||
|
|||||||
Reference in New Issue
Block a user