mirror of
https://github.com/pnx/dotfiles
synced 2026-08-16 00:48:14 +02:00
nvim: add mago plugin for php
This commit is contained in:
parent
024936fb8c
commit
c8625cec76
1 changed files with 13 additions and 0 deletions
|
|
@ -12,5 +12,18 @@ return {
|
|||
'blade',
|
||||
}
|
||||
}
|
||||
},
|
||||
-- mago - static analyzer, linter, and formatter.
|
||||
{
|
||||
'calvinludwig/mago.nvim',
|
||||
ft = 'php',
|
||||
opts = {
|
||||
logging = {
|
||||
notify = false,
|
||||
write_to_log = false,
|
||||
min_level = 'INFO',
|
||||
log_file = nil,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue