mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-01 21:47:45 +00:00
chore(nvim): tweaks to lsp, autocommands, sessions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user