mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
style: added trouble ft for the next gen trouble
This commit is contained in:
parent
e7130c8250
commit
ef5ec9a3bf
4 changed files with 12 additions and 2 deletions
|
@ -52,7 +52,7 @@ return {
|
|||
end,
|
||||
opts = {
|
||||
sources = { "filesystem", "buffers", "git_status", "document_symbols" },
|
||||
open_files_do_not_replace_types = { "terminal", "Trouble", "qf", "Outline" },
|
||||
open_files_do_not_replace_types = { "terminal", "Trouble", "trouble", "qf", "Outline" },
|
||||
filesystem = {
|
||||
bind_to_cwd = false,
|
||||
follow_current_file = { enabled = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue