chore(nvim): tweaks to lsp, autocommands, sessions

This commit is contained in:
2025-01-16 16:18:50 +02:00
parent 99477364bd
commit 3b665bdba0
3 changed files with 23 additions and 11 deletions

View File

@@ -104,8 +104,4 @@ 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