mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
Set Neovim to UTF-8 to fix copy/paste
This commit is contained in:
parent
4333a53a16
commit
87c5cda14e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ let mapleader = ','
|
||||||
|
|
||||||
" Set UI language to English
|
" Set UI language to English
|
||||||
set langmenu=en_US
|
set langmenu=en_US
|
||||||
let $LANG = 'en_US'
|
let $LANG = 'en_US.UTF-8'
|
||||||
|
|
||||||
" Disable splash screen
|
" Disable splash screen
|
||||||
set shortmess+=I
|
set shortmess+=I
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue