diff --git a/nvim/after/indent/php.lua b/nvim/after/indent/php.lua new file mode 100644 index 0000000..0545749 --- /dev/null +++ b/nvim/after/indent/php.lua @@ -0,0 +1,4 @@ +-- Default ftplugin for php sets these to false. +-- making docblocks indent weird. So enable them again. +vim.o.autoindent = true +vim.o.smartindent = true