summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2021-03-01 21:38:11 +0000
committerw0rp <devw0rp@gmail.com>2021-03-01 21:38:14 +0000
commit826878c41e546a93919aba08e5a134433222b3a5 (patch)
tree125dd6aa91765ff3cffa7056b9330834cd22207a /doc/ale.txt
parent1d76fd55a12e4036d95f8700872178d58e724b35 (diff)
downloadale-826878c41e546a93919aba08e5a134433222b3a5.zip
Update documentation for floating window borders
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index c87b05e2..0fc95ae0 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -653,7 +653,7 @@ Hover information can be displayed in the preview window instead by setting
|g:ale_hover_to_preview| to `1`.
When using Neovim, if |g:ale_hover_to_floating_preview| or |g:ale_floating_preview|
-is set to 1, the hover information will show in a floating window. And
+is set to 1, the hover information will show in a floating window. And
|g:ale_floating_window_border| for the border setting.
For Vim 8.1+ terminals, mouse hovering is disabled by default. Enabling
@@ -1211,9 +1211,9 @@ g:ale_floating_window_border *g:ale_floating_window_border
Type: |List|
Default: `['|', '-', '+', '+', '+', '+']`
- When set to `[]`, window borders are disabled. The elements in the list
- set the horizontal, top, top-left, top-right, bottom-right
- and bottom-left border characters, respectively.
+ When set to `[]`, window borders are disabled. The elements in the list set
+ the horizontal, top, top-left, top-right, bottom-right and bottom-left
+ border characters, respectively.
If the terminal supports Unicode, you might try setting the value to
` ['│', '─', '╭', '╮', '╯', '╰']`, to make it look nicer.