Skip to content

Commit

Permalink
refactor(outline.nvim): ignore "Package" symbols (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Jan 4, 2025
1 parent afdc290 commit 20a31ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/configs/hedyhli/outline-nvim/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ require("outline").setup({
"Null",
"Variable",
"Constant",
"Package",
exclude = true,
},
},
Expand Down

0 comments on commit 20a31ee

Please sign in to comment.