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 /.config/vim/vimrc | |
| parent | 4f3b467b9d33d0da2284da74a484f23750f1ea11 (diff) | |
stow: Using GNU Stow
Diffstat (limited to '.config/vim/vimrc')
| -rw-r--r-- | .config/vim/vimrc | 20 |
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 |
