diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-22 18:44:15 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-22 18:44:15 +0100 |
| commit | 40776150bc6328b04d7dc4d2d96e0793035a4e46 (patch) | |
| tree | 61814f7ab4070e2e844a231a45b087deac65b795 | |
| parent | 59a9cb5f8141e01e7d3490137299d763a760c1de (diff) | |
| download | dotfiles-40776150bc6328b04d7dc4d2d96e0793035a4e46.tar.gz | |
Vimrc update
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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' | ||
| 7 | call plug#end() | 8 | call plug#end() |
| 8 | 9 | ||
| 9 | set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 | 10 | set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 path=** |
| 10 | set number relativenumber autoindent cursorline ignorecase signcolumn=yes | 11 | set number relativenumber autoindent cursorline ignorecase signcolumn=yes |
| 11 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 | 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 |
| 12 | colorscheme wildcharm | 13 | colorscheme wildcharm |
