diff options
Diffstat (limited to '.config/nvim/after/ftplugin/php.lua')
| -rw-r--r-- | .config/nvim/after/ftplugin/php.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/nvim/after/ftplugin/php.lua b/.config/nvim/after/ftplugin/php.lua index 8c03f57..9e4b15b 100644 --- a/.config/nvim/after/ftplugin/php.lua +++ b/.config/nvim/after/ftplugin/php.lua @@ -1,6 +1,4 @@ vimrc.after_ftplugin('php', function(conf) - conf.indent(conf.SPACE, 2) - -- If a buffer is empty, insert `<?php` tag and 2 blank lines, and position the -- cursor at the end of the buffer (line 3, column 0). -- |
