diff options
| author | Saumit <justsaumit@protonmail.com> | 2026-01-31 21:21:10 +0530 |
|---|---|---|
| committer | Saumit <justsaumit@protonmail.com> | 2026-01-31 21:21:10 +0530 |
| commit | 07fd93da1f2377d6fdc9e6dd59ea56db9a04bcc4 (patch) | |
| tree | 736b1914db16942e7065d86d5907b32a87d24377 /stow/vim/.config | |
| parent | 4f3b467b9d33d0da2284da74a484f23750f1ea11 (diff) | |
stow: Using GNU Stow
Diffstat (limited to 'stow/vim/.config')
| -rw-r--r-- | stow/vim/.config/vim/vimrc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/stow/vim/.config/vim/vimrc b/stow/vim/.config/vim/vimrc new file mode 100644 index 0000000..0832263 --- /dev/null +++ b/stow/vim/.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 |
