diff options
| -rw-r--r-- | nvim/ftplugin/gitolite.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/ftplugin/gitolite.lua b/nvim/ftplugin/gitolite.lua new file mode 100644 index 0000000..c5d1305 --- /dev/null +++ b/nvim/ftplugin/gitolite.lua | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | local opt = vim.opt_local | ||
| 2 | |||
| 3 | opt.expandtab = true | ||
| 4 | opt.shiftwidth = 4 | ||
