mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Setting up vim language to EN so there is no unexpected chinese character
This commit is contained in:
parent
ce58c91574
commit
5d2dc214d6
1 changed files with 17 additions and 1 deletions
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue