summaryrefslogtreecommitdiff
path: root/.config/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/vim/vimrc')
-rw-r--r--.config/vim/vimrc20
1 files changed, 0 insertions, 20 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
deleted file mode 100644
index 0832263..0000000
--- a/.config/vim/vimrc
+++ /dev/null
@@ -1,20 +0,0 @@
-syntax on
-
-set tabstop=4
-set softtabstop=4
-set shiftwidth=4
-set expandtab
-set autoindent
-set smartindent
-set nu
-set relativenumber
-"set nowrap
-set smartcase
-set noswapfile
-set nobackup
-set undofile
-set undodir=~/.cache/vim/undodir
-set incsearch
-set nohlsearch
-"set signcolumn=yes
-set mouse=a