aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-12-03 19:17:15 +0100
committerJustin M. Keyes <justinkz@gmail.com>2024-12-04 16:34:44 +0100
commit6586645d78711b1e40909136de64ee69fd4e274e (patch)
tree119dc7506c558adba8f563c814607a76f323eacf
parente2a91876ac61b4265e62a73ea9aed37597976b85 (diff)
downloadrneovim-6586645d78711b1e40909136de64ee69fd4e274e.tar.gz
rneovim-6586645d78711b1e40909136de64ee69fd4e274e.tar.bz2
rneovim-6586645d78711b1e40909136de64ee69fd4e274e.zip
docs: help tags for neovim.io searches
-rw-r--r--runtime/doc/intro.txt22
-rw-r--r--runtime/doc/provider.txt2
-rw-r--r--runtime/doc/sign.txt2
3 files changed, 20 insertions, 6 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt
index 85169fcc17..73de54010e 100644
--- a/runtime/doc/intro.txt
+++ b/runtime/doc/intro.txt
@@ -53,19 +53,33 @@ Nvim on the interwebs *internet*
- Nvim home page: https://neovim.io/
- Vim FAQ: https://vimhelp.org/vim_faq.txt.html
- *download* *upgrade* *ubuntu*
+ *download* *upgrade* *install* *ubuntu*
To install or upgrade Nvim, you can...
- Download a pre-built archive:
https://github.com/neovim/neovim/releases
- Use your system package manager:
https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-package
+- Build from source:
+ https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-source
*bugs* *bug-report* *feature-request*
Report bugs and request features here: https://github.com/neovim/neovim/issues
Be brief, yet complete. Always give a reproducible example and try to find
-out which settings or other things trigger the bug.
-
-If Nvim crashes, try to get a backtrace. See |debug.txt|.
+out which settings or other things trigger the bug. If Nvim crashed, try to
+get a backtrace (see |dev-tools-backtrace|).
+
+ *uninstall*
+To un-install Nvim:
+- If you downloaded a pre-built archive or built Nvim from source (e.g. `make
+ install`), just delete its files, typically located in: >
+ /usr/local/bin/nvim
+ /usr/local/share/nvim
+<
+- If you installed via package manager, read your package manager's
+ documentation. Common examples:
+ - APT (Debian, Ubuntu, …): `apt-get remove neovim`
+ - Homebrew (macOS): `brew install neovim`
+ - Scoop (Windows): `scoop install neovim`
==============================================================================
Sponsor Vim/Nvim development *sponsor* *register*
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt
index f1b0daee76..c54a4df3d8 100644
--- a/runtime/doc/provider.txt
+++ b/runtime/doc/provider.txt
@@ -193,7 +193,7 @@ registers. Nvim looks for these clipboard tools, in order of priority:
- xclip (if $DISPLAY is set)
- lemonade (for SSH) https://github.com/pocke/lemonade
- doitclient (for SSH) https://www.chiark.greenend.org.uk/~sgtatham/doit/
- - win32yank (Windows)
+ - *win32yank* (Windows)
- putclip, getclip (Windows) https://cygwin.com/packages/summary/cygutils.html
- clip, powershell (Windows) https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/clip
- termux (via termux-clipboard-set, termux-clipboard-set)
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt
index 9d74f1f376..9895b606fd 100644
--- a/runtime/doc/sign.txt
+++ b/runtime/doc/sign.txt
@@ -10,7 +10,7 @@ Sign Support Features *sign-support*
Type |gO| to see the table of contents.
==============================================================================
-1. Introduction *sign-intro* *signs*
+1. Introduction *sign-intro* *signs* *gutter*
When a debugger or other IDE tool is driving an editor it needs to be able
to give specific highlights which quickly tell the user useful information