1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-15 08:28:13 +02:00

nvim: add mago plugin for php

This commit is contained in:
Henrik Hautakoski 2026-07-03 17:32:41 +02:00
parent 024936fb8c
commit c8625cec76

View file

@ -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,
},
},
}
}