From 2fc6e2245701c92139bb9c7455c5953f739f65ca Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 14 Mar 2025 19:05:29 +0100 Subject: Update --- .vimrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index ee7b0a1..225cf3b 100644 --- a/.vimrc +++ b/.vimrc @@ -1,12 +1,13 @@ +set nocompatible + call plug#begin() - Plug 'tpope/vim-fugitive' Plug 'tpope/vim-commentary' Plug 'ctrlpvim/ctrlp.vim' Plug 'dense-analysis/ale' call plug#end() -set nocompatible laststatus=2 encoding=utf8 spelllang=en_us -set number relativenumber autoindent signcolumn=yes cursorline ignorecase +set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 +set number relativenumber autoindent cursorline ignorecase signcolumn=yes set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 colorscheme wildcharm -- cgit v1.2.3