style(nvim): run stylua
This commit is contained in:
parent
62765d25aa
commit
3614d71a2c
17 changed files with 86 additions and 64 deletions
config/neovim/after/plugin
|
@ -10,11 +10,11 @@ map("n", "<leader>tl", ":TestLast<CR>", options)
|
|||
map("n", "<leader>tn", ":TestNearest<CR>", options)
|
||||
map("n", "<leader>ts", ":TestSuite<CR>", options)
|
||||
|
||||
vim.cmd([[
|
||||
vim.cmd [[
|
||||
let test#echo_command = 0
|
||||
let test#neovim#start_normal = 1
|
||||
let test#strategy = "neovim"
|
||||
|
||||
let test#php#phpunit#executable = 'just test'
|
||||
let test#php#phpunit#options = '--colors=always --testdox'
|
||||
]])
|
||||
]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue