Skip to content

Commit

Permalink
let bilingual be off be default
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandark committed Jun 28, 2024
1 parent 3f2a050 commit 4088e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wim-vim
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ set conceallevel=2 concealcursor=nv

"=== [ Bilingual Settings ] ==="
let g:alt_keymap = 'persian'
let g:alt_enabled = 1
let g:alt_enabled = 0

function! CallToggleKeymap()
if g:alt_enabled
Expand Down

0 comments on commit 4088e45

Please sign in to comment.