Transformed repo from vim config to dotfiles, added installer for vim config
This commit is contained in:
parent
c24830aa31
commit
c7957c96e7
3 changed files with 5 additions and 1 deletions
4
vim/install.sh
Executable file
4
vim/install.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
ln -svr vimrc ~/.vimrc
|
||||
|
13
vim/vimrc
Normal file
13
vim/vimrc
Normal file
|
@ -0,0 +1,13 @@
|
|||
" auto indent
|
||||
filetype plugin indent on
|
||||
|
||||
" enable syntax highlighting
|
||||
syntax on
|
||||
|
||||
" tabwidth
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
|
||||
" line numbers
|
||||
set number
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue