Add filetype config for Perl and Bash
This commit is contained in:
parent
04f3af3fa6
commit
5d52018e36
2 changed files with 6 additions and 0 deletions
3
pkgs/vimPlugins/filetype/ftplugin/bash.vim
Normal file
3
pkgs/vimPlugins/filetype/ftplugin/bash.vim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
setlocal expandtab
|
||||||
|
setlocal shiftwidth=2
|
||||||
|
setlocal softtabstop=2
|
3
pkgs/vimPlugins/filetype/ftplugin/perl.vim
Normal file
3
pkgs/vimPlugins/filetype/ftplugin/perl.vim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
setlocal expandtab
|
||||||
|
setlocal shiftwidth=2
|
||||||
|
setlocal softtabstop=2
|
Loading…
Add table
Add a link
Reference in a new issue