aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-03-22 18:44:15 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-03-22 18:44:15 +0100
commit40776150bc6328b04d7dc4d2d96e0793035a4e46 (patch)
tree61814f7ab4070e2e844a231a45b087deac65b795
parent59a9cb5f8141e01e7d3490137299d763a760c1de (diff)
downloaddotfiles-40776150bc6328b04d7dc4d2d96e0793035a4e46.tar.gz
Vimrc update
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 283f09f..4f8cfbe 100644
--- a/.vimrc
+++ b/.vimrc
@@ -4,9 +4,10 @@ call plug#begin()
4 Plug 'tpope/vim-commentary' 4 Plug 'tpope/vim-commentary'
5 Plug 'ctrlpvim/ctrlp.vim' 5 Plug 'ctrlpvim/ctrlp.vim'
6 Plug 'dense-analysis/ale' 6 Plug 'dense-analysis/ale'
7 Plug 'airblade/vim-gitgutter'
7call plug#end() 8call plug#end()
8 9
9set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 10set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 path=**
10set number relativenumber autoindent cursorline ignorecase signcolumn=yes 11set number relativenumber autoindent cursorline ignorecase signcolumn=yes
11set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 12set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300
12colorscheme wildcharm 13colorscheme wildcharm