diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-06 12:21:23 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-06 12:21:23 +0530 |
commit | 2764b3f72c81f081e14865c0e23915609f9c331e (patch) | |
tree | 257f6eec134652c51e7ba63cb66241f71c978177 /.config/vim/vimrc | |
parent | 5b220ca7c9e1d4d98e150760b20f042988855e98 (diff) |
.config: Adding missing configs-dunst,mpv,swaylock,tmux,vim,zathura
Diffstat (limited to '.config/vim/vimrc')
-rw-r--r-- | .config/vim/vimrc | 20 |
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 |