Skip to content

Commit

Permalink
coc border cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
davidosomething committed Oct 13, 2024
1 parent d75c788 commit 04cccb6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions nvim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,31 @@
"diagnostic.infoSign": "",
"diagnostic.warningSign": "",
"diagnostic.errorSign": "",

"diagnostic.floatConfig": {
"border": true,
"borderhighlight": "FloatBorder",
"focusable": true,
"rounded": true,
"title": " ᴄᴏᴄ.ɴᴠɪᴍ :: ᴅɪᴀɢɴᴏsᴛɪᴄ"
},
"dialog.floatBorderHighlight": "FloatBorder",

"inlayHint.display": true,
"inlayHint.enable": true,
"inlayHint.position": "eol",

"hover.floatConfig": {
"border": true,
"borderhighlight": "FloatBorder",
"focusable": true,
"rounded": true,
"title": " ᴄᴏᴄ.ɴᴠɪᴍ :: ʜᴏᴠᴇʀ"
},

"signature.floatConfig": {
"border": true,
"borderhighlight": "FloatBorder",
"focusable": true,
"rounded": true,
"title": " ᴄᴏᴄ.ɴᴠɪᴍ :: sɪɢɴᴀᴛᴜʀᴇ"
Expand All @@ -35,13 +40,10 @@

"suggest.floatConfig": {
"border": true,
"borderhighlight": "FloatBorder",
"rounded": true
},
"suggest.noselect": true,
"suggest.pumFloatConfig": {
"border": true,
"rounded": true
},

"eslint.quiet": true,
"eslint.alwaysShowStatus": true,
Expand Down

0 comments on commit 04cccb6

Please sign in to comment.