added all current config
This commit is contained in:
commit
7f9136b78d
13 changed files with 245 additions and 0 deletions
3
after/ftplugin/arduino.vim
Normal file
3
after/ftplugin/arduino.vim
Normal file
|
@ -0,0 +1,3 @@
|
|||
set softtabstop=8 tabstop=8 noexpandtab
|
||||
|
||||
set cindent
|
1
after/ftplugin/c.vim
Normal file
1
after/ftplugin/c.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set softtabstop=4 shiftwidth=4 expandtab
|
6
after/ftplugin/haskell.vim
Normal file
6
after/ftplugin/haskell.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
" Tab specific option
|
||||
set tabstop=8 "A tab is 8 spaces
|
||||
set expandtab "Always uses spaces instead of tabs
|
||||
set softtabstop=4 "Insert 4 spaces when tab is pressed
|
||||
set shiftwidth=4 "An indent is 4 spaces
|
||||
set shiftround "Round indent to nearest shiftwidth multiple
|
5
after/ftplugin/html.vim
Normal file
5
after/ftplugin/html.vim
Normal file
|
@ -0,0 +1,5 @@
|
|||
let g:html_indent_inctags = "html,body,head,tbody"
|
||||
let g:html_indent_script1 = "inc"
|
||||
let g:html_indent_style1 = "inc"
|
||||
|
||||
set softtabstop=2 shiftwidth=2 expandtab
|
1
after/ftplugin/java.vim
Normal file
1
after/ftplugin/java.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set softtabstop=4 shiftwidth=4 expandtab
|
1
after/ftplugin/javascript.vim
Normal file
1
after/ftplugin/javascript.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set softtabstop=2 shiftwidth=2 expandtab
|
1
after/ftplugin/json.vim
Normal file
1
after/ftplugin/json.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set softtabstop=2 shiftwidth=2 expandtab
|
1
after/ftplugin/p0.vim
Normal file
1
after/ftplugin/p0.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set softtabstop=2 shiftwidth=2 expandtab
|
1
after/ftplugin/php.vim
Normal file
1
after/ftplugin/php.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set softtabstop=8 shiftwidth=8 noexpandtab
|
1
after/ftplugin/python.vim
Normal file
1
after/ftplugin/python.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set softtabstop=4 shiftwidth=4 expandtab
|
5
after/ftplugin/tex.vim
Normal file
5
after/ftplugin/tex.vim
Normal file
|
@ -0,0 +1,5 @@
|
|||
set textwidth=80
|
||||
|
||||
set softtabstop=2 shiftwidth=2 expandtab
|
||||
|
||||
set iskeyword+=:
|
1
after/ftplugin/text.vim
Normal file
1
after/ftplugin/text.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set textwidth=80
|
Loading…
Add table
Add a link
Reference in a new issue