Skip to content

Commit

Permalink
remove unused ui option
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed May 19, 2024
1 parent f598d38 commit 6302f83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lua/lspsaga/highlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ local function hi_define()
SagaSep = { link = 'Comment' },

-- code action
ActionFix = { link = 'Keyword' },
ActionPreviewNormal = { link = 'SagaNormal' },
ActionPreviewBorder = { link = 'SagaBorder' },
ActionPreviewTitle = { link = 'Title' },
Expand Down
1 change: 0 additions & 1 deletion lua/lspsaga/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ local default_config = {
expand = '',
collapse = '',
code_action = '💡',
actionfix = '',
lines = { '', '', '', '', '' },
kind = nil,
button = { '', '' },
Expand Down

0 comments on commit 6302f83

Please sign in to comment.