nvim: fancy border take 2

This commit is contained in:
Daniel Lundin 2021-04-19 16:07:35 +02:00
parent 0e2e5288ab
commit 102f48dcb5

View file

@ -63,7 +63,7 @@ require('plugins')
-- local border = { '╭', '─' ,'╮', '│', '╯', '─', '╰', '│' }
local border = { '', '' ,'', '🮇', '', '', '', '' }
local border = { '🭽', '' ,'🭾', '', '🭿', '', '🭼', '' }
vim.lsp.handlers["textDocument/hover"] =
vim.lsp.with(