diff options
Diffstat (limited to 'ftplugin/groovy.lua')
-rw-r--r-- | ftplugin/groovy.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ftplugin/groovy.lua b/ftplugin/groovy.lua new file mode 100644 index 0000000..ae8636a --- /dev/null +++ b/ftplugin/groovy.lua @@ -0,0 +1,6 @@ +local l = vim.opt_local + +l.expandtab = true +l.smartindent = false +l.tabstop = 4 +l.shiftwidth = 4 |