Commit Graph

40 Commits (master)

Author SHA1 Message Date
T.S. Foster c5239337be
Add fish completions
Closes https://github.com/mhinz/neovim-remote/pull/148
2 years ago
Marco Hinz 842a22a479
Doc: $NVIM_LISTEN_ADDRESS is obsolete in nvim
The server should be started with `nvim --listen /tmp/nvimsocket` or just `nvr`.

When used as client, nvr still supports $NVIM_LISTEN_ADDRESS for backward
compatibility.
2 years ago
Collin Styles 1ee9107861 README: add more filetypes for git editor usage (#122)
Running `git config --edit` or `git rebase --interactive` will open a
buffer in neovim with a filetype of `gitconfig` or `gitrebase`
respectively. We want these buffers to be deleted automatically when
they're hidden just like buffers with filetype `gitcommit` so let's add
them to the relevant note in the README.
5 years ago
FractalWire a1b5c3ee72 Shell: add bash autocompletion file (#118) 5 years ago
Marco Hinz fc86cbfe1a
README: add bufhidden=delete workflow 5 years ago
Marco Hinz 061111b916
README: add nvr scripting link 5 years ago
Marco Hinz 0b42ed1543
README: reword git editor use case 5 years ago
Marco Hinz f29c4a086c
README: reorder use cases 5 years ago
Alan 3869972d9f
README: mention how to commit
Closes https://github.com/mhinz/neovim-remote/issues/94
Closes https://github.com/mhinz/neovim-remote/pull/95
6 years ago
Marco Hinz c65105b6b2
README: update nvr -h output 6 years ago
Marco Hinz c70b5cd346
README: document git mergetool use case 6 years ago
Marco Hinz 9c24bf35a5
README: center header 6 years ago
Marco Hinz 73115f37d6
README: add typical uses cases 6 years ago
Marco Hinz e9f1d33547
README: improve header 6 years ago
Marco Hinz 06d9cd9c33
README: add theory and first steps 6 years ago
Marco Hinz 7c6fb5b7c3
README: improve installation section 6 years ago
Marco Hinz c7f954018d
README: improve intro 6 years ago
Marco Hinz 1c0408644b
README: improve formatting of FAQ 6 years ago
Marco Hinz 2b7853ef8e
README: move installation instructions to INSTALLATION.md
Closes #59.
7 years ago
Marco Hinz 58b0783d0a
README: switch back to Markdown 7 years ago
Marco Hinz f47fc111c4
Remove README.md 8 years ago
Marco Hinz 12e1860b6c README: mention PyPI bugs 8 years ago
Marco Hinz 195c4a3117 README: update installation section 8 years ago
Marco Hinz c405bf48de Upload to PyPI
You can now install "nvr" via:

    pip3 install neovim-remote

References #8.
8 years ago
Marco Hinz c8661f7576 FAQ: how to open directories? 8 years ago
Marco Hinz d206e65548 README: add nicer header logo 9 years ago
Marco Hinz bf61bd9a83 README: simplify intro 9 years ago
Marco Hinz 462a8655e3 README: add ToC and demos 9 years ago
Marco Hinz 012e97d29c README: update "nvr -h" 9 years ago
Marco Hinz f43c3b9d24 README: correct outdated usage 9 years ago
Marco Hinz 318f33abd8 README: adapt to name changes 9 years ago
Marco Hinz 551fc73a83 README: update comment 9 years ago
Marco Hinz b385188f9c README: nicer --remote-expr example 9 years ago
Marco Hinz 17288b32ae README: remove obsolete reference to --serverlist 9 years ago
Marco Hinz 6f6d0f2702 README: explain "server instance" 9 years ago
Marco Hinz ab66324ef4 README: update install instructions 9 years ago
Marco Hinz f6ef1229b9 README: update install directions 9 years ago
Marco Hinz 6605594770 README: better examples 9 years ago
Marco Hinz 2d5614395c README: add installation section 9 years ago
Marco Hinz f01c896c8c Add README 9 years ago