mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +10:00
Setting up vim language to EN so there is no unexpected chinese character
This commit is contained in:
@@ -236,3 +236,19 @@ set wildignore+=*.jpg,*.png,*.gif,*.bmp,*.ico,*.pdf
|
|||||||
set wildignore+=*.tmp,*.swp
|
set wildignore+=*.tmp,*.swp
|
||||||
|
|
||||||
"Tell NerdTree and Popup windows ignore thoses
|
"Tell NerdTree and Popup windows ignore thoses
|
||||||
|
|
||||||
|
|
||||||
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
"Set Vim Language
|
||||||
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
|
let $LANG='en'
|
||||||
|
"Setting env LANG var to english
|
||||||
|
|
||||||
|
set langmenu=en
|
||||||
|
"Setting menu language to en
|
||||||
|
|
||||||
|
source $VIMRUNTIME/delmenu.vim
|
||||||
|
source $VIMRUNTIME/menu.vim
|
||||||
|
"Sourcing evrything ("don't why but you need to do it)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user