Add dotfiles/.vimrc

This commit is contained in:
2024-06-03 01:14:20 +02:00
parent 3308d8f340
commit 7f96c2bc02

24
dotfiles/.vimrc Normal file
View 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