nvim: fancy border take 2
This commit is contained in:
parent
0e2e5288ab
commit
102f48dcb5
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ require('plugins')
|
|||
|
||||
|
||||
-- local border = { '╭', '─' ,'╮', '│', '╯', '─', '╰', '│' }
|
||||
local border = { '▛', '▔' ,'▜', '🮇', '▟', '▂', '▙', '▎' }
|
||||
local border = { '🭽', '▔' ,'🭾', '▕', '🭿', '▂', '🭼', '▏' }
|
||||
|
||||
vim.lsp.handlers["textDocument/hover"] =
|
||||
vim.lsp.with(
|
||||
|
|
Loading…
Reference in a new issue