mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: php: add blade formatter.
This commit is contained in:
parent
7756703feb
commit
a4a13bfadd
1 changed files with 12 additions and 0 deletions
|
|
@ -25,6 +25,17 @@ return {
|
|||
}
|
||||
}
|
||||
},
|
||||
-- Formatting
|
||||
{
|
||||
'stevearc/conform.nvim',
|
||||
optional = true,
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
blade = { 'blade-formatter' },
|
||||
}
|
||||
}
|
||||
},
|
||||
-- LSP
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "php" },
|
||||
|
|
@ -32,6 +43,7 @@ return {
|
|||
servers = lspservers
|
||||
},
|
||||
},
|
||||
-- Testing
|
||||
{
|
||||
"nvim-neotest/neotest",
|
||||
optional = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue