chore(nvim): trouble.nvim related tweaks

This commit is contained in:
2025-01-14 06:42:18 +02:00
parent f6488aecce
commit bfcaa26070
3 changed files with 44 additions and 0 deletions

View File

@@ -104,4 +104,8 @@ autocmd({ 'BufRead', 'BufNewFile' }, {
command = 'set filetype=sshconfig',
})
autocmd('QuickFixCmdPost', {
callback = function() vim.cmd [[Trouble qflist open]] end,
})
-- vim: ts=2 sts=2 sw=2 et