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, 20 insertions, 0 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
new file mode 100644
index 0000000..0832263
--- /dev/null
+++ b/.config/vim/vimrc
@@ -0,0 +1,20 @@
+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