diff options
Diffstat (limited to 'nvim/ftplugin')
| -rw-r--r-- | nvim/ftplugin/lua.lua | 6 |
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 @@ | |||
| 1 | local opt = vim.opt_local | ||
| 2 | |||
| 3 | opt.expandtab = true | ||
| 4 | opt.shiftwidth = 2 | ||
| 5 | opt.tabstop = 2 | ||
| 6 | opt.softtabstop = 2 | ||
