Skip to content

Commit

Permalink
refactor(dropbar.nvim): drop "dropbar.nvim" since treesitter is remov…
Browse files Browse the repository at this point in the history
…ed (#634)
  • Loading branch information
linrongbin16 authored Dec 6, 2024
1 parent 1b37df8 commit dc3af24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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 @@ -3,6 +3,7 @@ local constants = require("builtin.constants")
require("outline").setup({
outline_window = {
width = constants.window.layout.sidebar.scale * 100,
focus_on_open = false,
},
symbol_folding = {
autofold_depth = 2,
Expand Down
6 changes: 0 additions & 6 deletions lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ local M = {
},
config = lua_config("rebelot/heirline.nvim"),
},
-- Winbar
{
"Bekaboo/dropbar.nvim",
event = { VeryLazy },
config = lua_config("Bekaboo/dropbar.nvim"),
},
-- UI improvement
{
"stevearc/dressing.nvim",
Expand Down

0 comments on commit dc3af24

Please sign in to comment.