diff options
author | Camil Staps | 2021-06-28 12:14:54 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-28 12:14:54 +0200 |
commit | 5dcecd06175929e0f3895c39bb22370f5b631131 (patch) | |
tree | 9c73cc12d94ff9bd8be67db694245fac792488c1 /vim/.vim/after | |
parent | Add nix to profile; cleanup .profile (diff) |
Add vim settings for gas and cabal
Diffstat (limited to 'vim/.vim/after')
-rw-r--r-- | vim/.vim/after/ftplugin/cabal.vim | 2 | ||||
-rw-r--r-- | vim/.vim/after/ftplugin/gas.vim | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/cabal.vim b/vim/.vim/after/ftplugin/cabal.vim new file mode 100644 index 0000000..d0972c7 --- /dev/null +++ b/vim/.vim/after/ftplugin/cabal.vim @@ -0,0 +1,2 @@ +setl expandtab +setl shiftwidth=2 tabstop=2 diff --git a/vim/.vim/after/ftplugin/gas.vim b/vim/.vim/after/ftplugin/gas.vim new file mode 100644 index 0000000..4bdea01 --- /dev/null +++ b/vim/.vim/after/ftplugin/gas.vim @@ -0,0 +1 @@ +setl tabstop=8 shiftwidth=8 noexpandtab |