vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit 10353af50adacb395ce7d30a59ee49f3712db199
parent 43e083e357211d99e37ea7945941559f15c41b89
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue, 18 Oct 2022 18:27:21 -0500

Minimalism vimrc

Diffstat:
Mvimrc | 17++---------------
1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/vimrc b/vimrc @@ -1,30 +1,17 @@ set nocompatible -set history=1000 - -set encoding=utf-8 -set hidden - +set history=10000 set noshowmode -set laststatus=1 -set wildmenu -set showmatch -set mouse= set directory=~/.cache/vim/swap/ - set undofile set undodir=~/.cache/vim/undo/ -filetype indent plugin on -set autoindent +filetype plugin indent on set path=** set wildignore+=*/node_modules/* set wildignore+=*/venv/*,*/*.egg-info/*,*.pyc,*/__pycache__/ -set listchars+=trail:~ -set list - autocmd BufWinLeave *.* mkview " Annoying when accidentally press Ctrl-Space