No known key found for this signature in database
GPG Key ID: 1934652EA16ECB3B
2 changed files with
11 additions and
0 deletions
-
vim/after/ftplugin/Makefile.vim
-
vimrc
|
@@ -0,0 +1 @@ |
|
|
|
|
|
setlocal noexpandtab |
|
@@ -0,0 +1,10 @@ |
|
|
|
|
|
filetype plugin indent on |
|
|
|
|
|
|
|
|
|
|
|
set nu |
|
|
|
|
|
set hls |
|
|
|
|
|
set si |
|
|
|
|
|
|
|
|
|
|
|
" Indentation |
|
|
|
|
|
set expandtab |
|
|
|
|
|
set shiftwidth=4 |
|
|
|
|
|
set softtabstop=4 |