From 542613a0f58ccb3722c93b4b68677d7b5053fd57 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 12 Oct 2023 15:29:11 +0200 Subject: Add nvim --- public/nvim/.nvim/ftplugin/groovy.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 public/nvim/.nvim/ftplugin/groovy.lua (limited to 'public/nvim/.nvim/ftplugin/groovy.lua') diff --git a/public/nvim/.nvim/ftplugin/groovy.lua b/public/nvim/.nvim/ftplugin/groovy.lua new file mode 100644 index 0000000..ae8636a --- /dev/null +++ b/public/nvim/.nvim/ftplugin/groovy.lua @@ -0,0 +1,6 @@ +local l = vim.opt_local + +l.expandtab = true +l.smartindent = false +l.tabstop = 4 +l.shiftwidth = 4 -- cgit v1.2.3