aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index ee7b0a1..225cf3b 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,12 +1,13 @@
1set nocompatible
2
1call plug#begin() 3call 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'
6call plug#end() 7call plug#end()
7 8
8set nocompatible laststatus=2 encoding=utf8 spelllang=en_us 9set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4
9set number relativenumber autoindent signcolumn=yes cursorline ignorecase 10set number relativenumber autoindent cursorline ignorecase signcolumn=yes
10set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 11set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300
11colorscheme wildcharm 12colorscheme wildcharm
12 13