diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-14 19:05:29 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-14 19:05:29 +0100 |
| commit | 2fc6e2245701c92139bb9c7455c5953f739f65ca (patch) | |
| tree | 95e96d95d58313b1f3ec594e9e152ffe3b0201ef /.vimrc | |
| parent | 5cf8398f55fcdab0bb8bb4ea277b265aab7dd47b (diff) | |
| download | dotfiles-2fc6e2245701c92139bb9c7455c5953f739f65ca.tar.gz | |
Update
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -1,12 +1,13 @@ | |||
| 1 | set nocompatible | ||
| 2 | |||
| 1 | call plug#begin() | 3 | call plug#begin() |
| 2 | Plug 'tpope/vim-fugitive' | ||
| 3 | Plug 'tpope/vim-commentary' | 4 | Plug 'tpope/vim-commentary' |
| 4 | Plug 'ctrlpvim/ctrlp.vim' | 5 | Plug 'ctrlpvim/ctrlp.vim' |
| 5 | Plug 'dense-analysis/ale' | 6 | Plug 'dense-analysis/ale' |
| 6 | call plug#end() | 7 | call plug#end() |
| 7 | 8 | ||
| 8 | set nocompatible laststatus=2 encoding=utf8 spelllang=en_us | 9 | set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 |
| 9 | set number relativenumber autoindent signcolumn=yes cursorline ignorecase | 10 | set number relativenumber autoindent cursorline ignorecase signcolumn=yes |
| 10 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 | 11 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 |
| 11 | colorscheme wildcharm | 12 | colorscheme wildcharm |
| 12 | 13 | ||
