Skip to content

Commit

Permalink
fix(dropbar): remove deprecated icons.kinds.use_devicons
Browse files Browse the repository at this point in the history
The `icons.kinds.use_devicons` option has been deprecated. This commit simply
removes it, as the detection of the appropriate devicon is now managed
automatically within the relevant callbacks.

Upstream commit: Bekaboo/dropbar.nvim@a1b893c

Signed-off-by: Jint-lzxy <[email protected]>
  • Loading branch information
Jint-lzxy committed Oct 27, 2024
1 parent a22c2d5 commit 47a232f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/modules/configs/tool/dropbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ return function()
icons = {
enable = true,
kinds = {
use_devicons = true,
symbols = {
-- Type
Array = icons.type.Array,
Expand Down

0 comments on commit 47a232f

Please sign in to comment.