Skip to content

Commit

Permalink
update plugin conf
Browse files Browse the repository at this point in the history
  • Loading branch information
cwebster2 committed Aug 28, 2021
1 parent b7828a4 commit ad4c495
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lua/_bufferline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ function M.setup()
options = {
-- numbers = "none" | "ordinal" | "buffer_id" | "both",
-- number_style = "superscript" | "" | { "none", "subscript" }, -- buffer_id at index 1, ordinal at index 2
mappings = false,
-- NOTE: this plugin is designed with this icon in mind,
-- and so changing this is NOT recommended, this is intended
-- as an escape hatch for people who cannot bear it for whatever reason
Expand Down
2 changes: 1 addition & 1 deletion lua/_gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function M.setup()
interval = 1000
},
current_line_blame = true,
current_line_blame_opts = {
current_line_blame_opts = {
delay = 1000,
virt_text_pos = 'eol'
},
Expand Down

0 comments on commit ad4c495

Please sign in to comment.