Skip to content

Commit

Permalink
fix!
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Nov 27, 2023
1 parent 69760db commit b900440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/ht/version.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local M = {}

M.last_updated_time = '2023.11.26'
M.last_updated_time = '2023.11.27'

return M
2 changes: 1 addition & 1 deletion src/conf/plugins/ui/bufferline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const spec: PluginOpts = {
style: "bold",
},
hover: { enabled: true, delay: 200 },
separator_style: "slant",
separator_style: "thick",
close_command: "BDelete! %d",
numbers: "none",
diagnostics: "",
Expand Down

0 comments on commit b900440

Please sign in to comment.