Fix the ü key

This commit is contained in:
2021-09-15 00:26:31 +02:00
parent 0367479622
commit 82f544a1f5
3 changed files with 3 additions and 4 deletions

View File

@ -22,6 +22,7 @@ cmd 'colorscheme gruvbox-material' -- Put your favorite colorscheme h
cmd 'syntax enable'
cmd 'filetype plugin indent on'
cmd 'language en_US'
utils.opt('o', 'hlsearch', true)
utils.opt('o', 'guifont', 'Hack NF:h9')
utils.opt('o', 'swapfile', false)
utils.opt('o', 'backup', false)