summaryrefslogtreecommitdiff
path: root/coc-settings.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-06-01 00:16:24 +0200
committerHampusM <hampus@hampusmat.com>2024-06-01 00:16:42 +0200
commit722eb1d2c7029085fd33c2a80efb2c1facc8cfae (patch)
treeadcf93807e83c375afcb3d928c404382e52008b7 /coc-settings.json
parentba02708d2760ae87af4a2084cb2f38a09e8bf71b (diff)
make coc.nvim floating windows prettier
Diffstat (limited to 'coc-settings.json')
-rw-r--r--coc-settings.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/coc-settings.json b/coc-settings.json
index 9132036..406b9ce 100644
--- a/coc-settings.json
+++ b/coc-settings.json
@@ -1,8 +1,11 @@
{
"coc.preferences.maxFileSize": "10000MB",
"hover.floatConfig": {
- "shadow": true,
- "maxWidth": 170
+ "shadow": false,
+ "maxWidth": 170,
+ "border": true,
+ "focusable": false,
+ "rounded": true
},
"Lua": {
"workspace": {