summaryrefslogtreecommitdiff
path: root/nvim/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ftplugin')
-rw-r--r--nvim/ftplugin/lua.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/nvim/ftplugin/lua.lua b/nvim/ftplugin/lua.lua
new file mode 100644
index 0000000..6b7404c
--- /dev/null
+++ b/nvim/ftplugin/lua.lua
@@ -0,0 +1,2 @@
+vim.o.shiftwidth = 2
+vim.o.softtabstop = 2