mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Reorganize filetype plugins.
This commit is contained in:
4
vim/.vim/after/ftplugin/cpp.vim
Normal file
4
vim/.vim/after/ftplugin/cpp.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
setlocal expandtab
|
||||
|
||||
" intelligent comments
|
||||
setlocal comments=sl:/*,mb:\ *,elx:\ */
|
||||
1
vim/.vim/after/ftplugin/haskell.vim
Normal file
1
vim/.vim/after/ftplugin/haskell.vim
Normal file
@@ -0,0 +1 @@
|
||||
setlocal expandtab
|
||||
1
vim/.vim/after/ftplugin/python.vim
Normal file
1
vim/.vim/after/ftplugin/python.vim
Normal file
@@ -0,0 +1 @@
|
||||
setlocal expandtab
|
||||
2
vim/.vim/after/ftplugin/yaml.vim
Normal file
2
vim/.vim/after/ftplugin/yaml.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
setlocal expandtab
|
||||
setlocal tabstop=2 shiftwidth=2 softtabstop=2
|
||||
Reference in New Issue
Block a user