Add dotfiles/.vimrc
This commit is contained in:
24
dotfiles/.vimrc
Normal file
24
dotfiles/.vimrc
Normal file
@@ -0,0 +1,24 @@
|
||||
set nocompatible
|
||||
filetype plugin indent on
|
||||
syntax on
|
||||
"set background=dark
|
||||
set number
|
||||
set ruler
|
||||
set showmatch
|
||||
set hlsearch
|
||||
set showmatch
|
||||
set autoindent
|
||||
set expandtab
|
||||
set smartindent
|
||||
set smarttab
|
||||
set ignorecase
|
||||
set mouse=a
|
||||
"set cursorline
|
||||
"set cursorcolumn
|
||||
set shiftwidth=4
|
||||
set tabstop=4
|
||||
set expandtab
|
||||
set incsearch
|
||||
set ignorecase
|
||||
|
||||
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
|
||||
Reference in New Issue
Block a user