nixpkgs/home/programs/neovim/plugins/php.vim
Daniel Siepmann 082ad58af1
Migrate neovim setup
I managed my setup manually.
This commit ports the existing setup to home-manager.

The program module is used to install neovim together with plugins.
Custom plugins are now maintained at Gitea / GitHub and loaded via nix as well.
2022-03-12 11:26:32 +01:00

17 lines
405 B
VimL

" match Function /\s__.*(/
let php_sql_query=0
let php_sql_heredoc=0
let php_sql_nowdoc=0
let php_xml_heredoc=0
let php_xml_nowdoc=0
let php_html_in_strings=0
let php_html_in_heredoc=0
let php_html_in_nowdoc=0
let php_html_load=0
let php_ignore_phpdoc=0
let php_parent_error_close=1
let php_parent_error_open=1
let g:PHP_IndentFunctionCallParameters = 0
let g:PHP_IndentFunctionDeclarationParameters = 0