diff options
Diffstat (limited to 'nvim/ftplugin/lua.lua')
| -rw-r--r-- | nvim/ftplugin/lua.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nvim/ftplugin/lua.lua b/nvim/ftplugin/lua.lua index 096143b..087e84c 100644 --- a/nvim/ftplugin/lua.lua +++ b/nvim/ftplugin/lua.lua | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | local opt = vim.opt_local | 1 | local opt = vim.opt_local |
| 2 | 2 | ||
| 3 | opt.expandtab = true | 3 | opt.expandtab = true |
| 4 | opt.shiftwidth = 2 | 4 | opt.shiftwidth = 2 |
| 5 | opt.softtabstop = 2 | 5 | opt.softtabstop = 2 |
| 6 | opt.tabstop = 2 | 6 | opt.tabstop = 2 |
