nvim: turn off digraphs when set digraph list not supported
This commit is contained in:
parent
5ea357fd2c
commit
f83df2f5a2
@ -1,5 +1,7 @@
|
||||
" see :help digraphs
|
||||
" these digraphs are reminiscent of canadian french keyboard layout
|
||||
|
||||
if exists("*digraph_setlist")
|
||||
call digraph_setlist([
|
||||
\["'a", 'à'],
|
||||
\["'e", 'è'],
|
||||
@ -25,3 +27,4 @@ call digraph_setlist([
|
||||
\["+-", '†'],
|
||||
\["m-", '—'],
|
||||
\])
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user