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