minimal environment adjustments

This commit is contained in:
2025-08-04 11:39:23 +08:00
parent 292e6f0f0b
commit 0ede2b50b2
2 changed files with 2 additions and 22 deletions

View File

@@ -31,26 +31,6 @@ set signcolumn=no
set updatetime=1000
"""""""""" Plugins """"""""""
set nocp
filetype plugin on
call plug#begin('~/.local/share/plugged')
let g:plug_url_format='git@github.com:%s.git'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-surround'
Plug 'elkowar/yuck.vim'
Plug 'skywind3000/asyncrun.vim'
call plug#end()
"""""""""" Remaps """"""""""
command W w
map Q ZZ

View File

@@ -92,8 +92,8 @@ bindkey '^[[A' history-beginning-search-backward
bindkey '^[OB' history-beginning-search-forward
bindkey '^[[B' history-beginning-search-forward
#export LANG="zh_CN.UTF-8"
export LANGUAGE="zh_CN.UTF-8"
export LANG="zh_CN.UTF-8"
#export LANGUAGE="zh_CN.UTF-8"
# The following lines were added by compinstall