aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ftplugin')
-rw-r--r--nvim/ftplugin/lua.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/ftplugin/lua.lua b/nvim/ftplugin/lua.lua
new file mode 100644
index 0000000..0883a50
--- /dev/null
+++ b/nvim/ftplugin/lua.lua
@@ -0,0 +1,6 @@
1local opt = vim.opt_local
2
3opt.expandtab = true
4opt.shiftwidth = 2
5opt.tabstop = 2
6opt.softtabstop = 2