]> git.rmz.io Git - dotfiles.git/commitdiff
vim: add local rules for PKGBUILD and roslaunch
authorSamir Benmendil <samir.benmendil@gmail.com>
Sun, 11 May 2014 01:36:11 +0000 (02:36 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 11 May 2014 01:36:11 +0000 (02:36 +0100)
vim/ftplugin/PKGBUILD.vim [new file with mode: 0644]
vim/ftplugin/roslaunch.vim [new file with mode: 0644]

diff --git a/vim/ftplugin/PKGBUILD.vim b/vim/ftplugin/PKGBUILD.vim
new file mode 100644 (file)
index 0000000..d4c0f5b
--- /dev/null
@@ -0,0 +1,5 @@
+setlocal expandtab
+setlocal tabstop=2
+setlocal shiftwidth=2
+setlocal softtabstop=2
+nnoremap <Leader>r O# Maintainer: Samir Benmendil <samir.benmendil@gmail.com><Esc>
diff --git a/vim/ftplugin/roslaunch.vim b/vim/ftplugin/roslaunch.vim
new file mode 100644 (file)
index 0000000..3055d97
--- /dev/null
@@ -0,0 +1,4 @@
+setlocal expandtab
+setlocal tabstop=2
+setlocal shiftwidth=2
+setlocal softtabstop=2