From ebca42ffccb0269e240b6d34df2a62f4b242c64c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 19 Oct 2020 14:06:42 +0200 Subject: vimrc test --- .vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index 381e2f9..fa6f00a 100644 --- a/.vimrc +++ b/.vimrc @@ -31,7 +31,7 @@ Plug 'tpope/vim-surround' Plug 'vifm/vifm.vim' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' -Plug 'vim-scripts/AutoComplPop' +" Plug 'vim-scripts/AutoComplPop' call plug#end() let mapleader="\\" @@ -40,8 +40,8 @@ let maplocalleader="\\" " Some basics: set bg=dark set clipboard^=unnamedplus -set complete+=kspell -set completeopt=menuone,longest +"set complete+=kspell +"set completeopt=menuone,longest set encoding=utf-8 set go=a set hidden -- cgit v1.2.3