diff options
author | flyxyz123 <gky44px1999@gmail.com> | 2021-04-03 21:24:29 -0700 |
---|---|---|
committer | flyxyz123 <gky44px1999@gmail.com> | 2021-04-03 21:24:29 -0700 |
commit | e89605729e13777425696a8da569bc87cbbf793d (patch) | |
tree | ab02decac4fc22ab20e92a220c4affa9c2d4f76b | |
parent | 4d803b2354847917b12abe101913e4045a4b9632 (diff) |
change init.vim
-rw-r--r-- | .config/nvim/init.vim | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index f84cc2b7..1be4f5ec 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -23,12 +23,12 @@ set noundofile set autochdir " vim-plug -" call plug#begin() -" Plug 'preservim/nerdtree' -" Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } -" Plug 'junegunn/fzf.vim' -" Plug 'vim-airline/vim-airline' -" call plug#end() +"call plug#begin() +"Plug 'preservim/nerdtree' +"Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } +"Plug 'junegunn/fzf.vim' +"Plug 'vim-airline/vim-airline' +"call plug#end() " map ctrl+h/j/k/l to move between split windows map <C-h> <C-w>h @@ -60,4 +60,4 @@ filetype plugin on " seems nvim needs this for next line of code to work? autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o formatoptions-=t " always use system for ALL instead of use + and * operator? -set clipboard+=unnamedplus +"set clipboard+=unnamedplus |