mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: adding after/indent/php.lua
This commit is contained in:
parent
0fc16d95a1
commit
d22e839849
1 changed files with 4 additions and 0 deletions
4
nvim/after/indent/php.lua
Normal file
4
nvim/after/indent/php.lua
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue