tabstop stuff sorted

This commit is contained in:
ManjaroOne666 2018-05-28 21:04:23 +01:00
parent 5b9c40b0a0
commit 672eff4384
12 changed files with 12 additions and 60 deletions

View File

@ -0,0 +1,3 @@
snippet todo "// TODO"
// TODO $0
endsnippet

View File

@ -1,6 +0,0 @@
set softtabstop=2
set tabstop=2
set shiftwidth=2
set expandtab
set shiftround
set autoindent

View File

@ -1,6 +0,0 @@
set softtabstop=2
set tabstop=2
set shiftwidth=2
set expandtab
set shiftround
set autoindent

View File

@ -1,7 +1 @@
set softtabstop=2
set tabstop=2
set shiftwidth=2
set expandtab
set shiftround
set autoindent
set iskeyword+=$

View File

@ -1,7 +1 @@
set softtabstop=2
set tabstop=2
set shiftwidth=2
set expandtab
set shiftround
set autoindent
set iskeyword+=$

View File

@ -1,9 +1,6 @@
set softtabstop=4
set softtabstop=8
set tabstop=4
set shiftwidth=4
set expandtab
set shiftround
set autoindent
set textwidth=79

View File

@ -1,6 +0,0 @@
set softtabstop=2
set tabstop=2
set shiftwidth=2
set expandtab
set shiftround
set autoindent

View File

@ -1,8 +1 @@
set softtabstop=2
set tabstop=2
set shiftwidth=2
set expandtab
set shiftround
set autoindent
nnoremap <buffer> <F5> :w !sh<cr>

View File

@ -1,6 +0,0 @@
set softtabstop=2
set tabstop=2
set shiftwidth=2
set expandtab
set shiftround
set autoindent

View File

@ -1,8 +1 @@
set softtabstop=2
set tabstop=2
set shiftwidth=2
set expandtab
set shiftround
set autoindent
setlocal keywordprg=:help

View File

@ -1,5 +0,0 @@
set softtabstop=2
set tabstop=2
set shiftwidth=2
set shiftround
set autoindent

View File

@ -40,6 +40,13 @@ set nohlsearch
" set previewheight=24
" set splitbelow
set tabstop=8
set softtabstop=2
set shiftwidth=2
set shiftround
set expandtab
set autoindent
set textwidth=180
set formatoptions=cq
set wrapmargin=0
@ -64,7 +71,7 @@ set showbreak=\ \ ↳\
set mouse=a
set listchars=eol,tab:->,trail:~,extends:>,precedes:<,space
set listchars=eol,tab:>-,trail:~,extends:>,precedes:<,space
set foldtext=MyFoldText()