added all current config

This commit is contained in:
Ellen Arvidsson 2019-06-23 11:33:39 +02:00
commit 7f9136b78d
13 changed files with 245 additions and 0 deletions

View file

@ -0,0 +1,3 @@
set softtabstop=8 tabstop=8 noexpandtab
set cindent

1
after/ftplugin/c.vim Normal file
View file

@ -0,0 +1 @@
set softtabstop=4 shiftwidth=4 expandtab

View 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
View 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
View file

@ -0,0 +1 @@
set softtabstop=4 shiftwidth=4 expandtab

View file

@ -0,0 +1 @@
set softtabstop=2 shiftwidth=2 expandtab

1
after/ftplugin/json.vim Normal file
View file

@ -0,0 +1 @@
set softtabstop=2 shiftwidth=2 expandtab

1
after/ftplugin/p0.vim Normal file
View file

@ -0,0 +1 @@
set softtabstop=2 shiftwidth=2 expandtab

1
after/ftplugin/php.vim Normal file
View file

@ -0,0 +1 @@
set softtabstop=8 shiftwidth=8 noexpandtab

View file

@ -0,0 +1 @@
set softtabstop=4 shiftwidth=4 expandtab

5
after/ftplugin/tex.vim Normal file
View file

@ -0,0 +1,5 @@
set textwidth=80
set softtabstop=2 shiftwidth=2 expandtab
set iskeyword+=:

1
after/ftplugin/text.vim Normal file
View file

@ -0,0 +1 @@
set textwidth=80