mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(extras/rust): show Rust impl blocks in outline
This commit is contained in:
parent
ec5981dfb1
commit
7bd430611d
1 changed files with 13 additions and 0 deletions
|
|
@ -154,4 +154,17 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- Show `impl` blocks in outline.nvim
|
||||||
|
{
|
||||||
|
"hedyhli/outline.nvim",
|
||||||
|
optional = true,
|
||||||
|
opts = {
|
||||||
|
symbols = {
|
||||||
|
filter = {
|
||||||
|
rust = vim.list_extend(vim.deepcopy(LazyVim.config.kind_filter["default"]), { "Object" }),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue