diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-12-04 13:07:20 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-12-04 13:07:20 +0900 |
| commit | 12f18a076f79470941f7ed54ac2de7effcbff740 (patch) | |
| tree | 46ba444c33d0c081b804668f0a88eeb0a53478e8 /.config/nvim/after/ftplugin/php.lua | |
| parent | cd8fa7b1c73bcca9b5c28bae8b6aa092cd4a948a (diff) | |
| download | dotfiles-12f18a076f79470941f7ed54ac2de7effcbff740.tar.gz dotfiles-12f18a076f79470941f7ed54ac2de7effcbff740.tar.zst dotfiles-12f18a076f79470941f7ed54ac2de7effcbff740.zip | |
neovim: refactor after/ftplugin/*
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). -- |
