aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorUthman Mohamed <83053931+uthmanmoh@users.noreply.github.com>2024-10-18 05:22:15 -0400
committerGitHub <noreply@github.com>2024-10-18 02:22:15 -0700
commitf4b620c4e6430ea8cbc5632d6853b24da09d7dfc (patch)
tree5878a1f1b3e2675c222099cb2bb4bbc4307e5880 /runtime/doc
parent564173e5568ccf11bf6554680922d3716fb6862b (diff)
downloadrneovim-f4b620c4e6430ea8cbc5632d6853b24da09d7dfc.tar.gz
rneovim-f4b620c4e6430ea8cbc5632d6853b24da09d7dfc.tar.bz2
rneovim-f4b620c4e6430ea8cbc5632d6853b24da09d7dfc.zip
feat(vim.ui.open): support lemonade #30845
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index db2117e69f..4027177dfe 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -240,6 +240,10 @@ UI
which controls the tool used to open the given path or URL. If you want to
globally set this, you can override vim.ui.open using the same approach
described at |vim.paste()|.
+- `vim.ui.open()` now supports
+ [lemonade](https://github.com/lemonade-command/lemonade) as an option for
+ opening urls/files. This is handy if you are in an ssh connection and use
+ `lemonade`.
• The |ins-completion-menu| now supports cascading highlight styles.
|hl-PmenuSel| and |hl-PmenuMatch| both inherit from |hl-Pmenu|, and
|hl-PmenuMatchSel| inherits highlights from both |hl-PmenuSel| and