Rearrange tab settings to avoid duplications/set defualts. Remove empty fortran.vim (for now) and add settings for markdown files
This commit is contained in:
parent
f94c7b57bd
commit
a589dddd0a
5
.vimrc
5
.vimrc
|
@ -11,12 +11,13 @@ set list
|
|||
|
||||
syntax on
|
||||
if &diff
|
||||
syntax off
|
||||
syntax off
|
||||
endif
|
||||
|
||||
filetype plugin indent on
|
||||
set expandtab
|
||||
set autoindent
|
||||
set smartindent
|
||||
filetype plugin indent on
|
||||
|
||||
noremap <C-J> <C-W><C-J>
|
||||
noremap <C-K> <C-W><C-K>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
setlocal expandtab
|
2
after/ftplugin/markdown.vim
Normal file
2
after/ftplugin/markdown.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
setlocal shiftwidth=2
|
||||
setlocal softtabstop=2
|
|
@ -1,4 +1,2 @@
|
|||
setlocal tabstop=4
|
||||
setlocal shiftwidth=4
|
||||
setlocal softtabstop=4
|
||||
setlocal expandtab
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
setlocal tabstop=2
|
||||
setlocal shiftwidth=2
|
||||
setlocal softtabstop=2
|
||||
setlocal expandtab
|
||||
|
|
Loading…
Reference in a new issue