nvim: organize a bunch of color / visual details

This commit is contained in:
mequidis
2022-05-11 19:20:30 +03:00
parent 6d3c34f0b6
commit 2ed308244c
7 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
cfg = {
hint_prefix = " ", -- Panda for parameter
hint_prefix = " ",
handler_opts = {
border = "single" -- double, rounded, single, shadow, none
border = "none"
},
}