aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/after/ftplugin')
-rw-r--r--nvim/after/ftplugin/haskell.vim4
-rw-r--r--nvim/after/ftplugin/python.vim4
2 files changed, 8 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
diff --git a/nvim/after/ftplugin/python.vim b/nvim/after/ftplugin/python.vim
new file mode 100644
index 0000000..2a3d549
--- /dev/null
+++ b/nvim/after/ftplugin/python.vim
@@ -0,0 +1,4 @@
+setlocal shiftwidth=4
+setlocal tabstop=4
+setlocal softtabstop=4
+setlocal expandtab