Skip to content

Commit

Permalink
refractor(config): Removed border settings as it is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciel-MC committed Oct 19, 2023
1 parent fffbbe0 commit 2e902f3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lua/rust-tools/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,6 @@ M.options = {

-- options same as lsp hover / vim.lsp.util.open_floating_preview()
hover_actions = {

-- the border that is used for the hover window
-- see vim.api.nvim_open_win()
border = {
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
{ "", "FloatBorder" },
},

-- Maximal width of the hover window. Nil means no max.
max_width = nil,

Expand Down

0 comments on commit 2e902f3

Please sign in to comment.