Vimrc update
| 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) |
|
-rw-r--r-- |
.vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/.vimrc b/.vimrc | |||
| ... | |||
| 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 |
| ... | |||