mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Setting up vim language to EN so there is no unexpected chinese character
This commit is contained in:
18
.vimrc
18
.vimrc
@@ -235,4 +235,20 @@ set wildignore+=*.a,*.o,*.so,*.pyc,.git
|
||||
set wildignore+=*.jpg,*.png,*.gif,*.bmp,*.ico,*.pdf
|
||||
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