aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/after/ftplugin/haskell.vim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/after/ftplugin/haskell.vim')
-rw-r--r--nvim/after/ftplugin/haskell.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/after/ftplugin/haskell.vim b/nvim/after/ftplugin/haskell.vim
new file mode 100644
index 0000000..e7252f6
--- /dev/null
+++ b/nvim/after/ftplugin/haskell.vim
@@ -0,0 +1,4 @@
+set tabstop=4
+set softtabstop=4
+set shiftwidth=4
+set expandtab