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:
2025-03-03 16:26:54 +01:00
parent c348624a00
commit 103355478b

View File

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