Skip to content

Commit 0ca092c

Browse files
authored
Update README.md
1 parent deab64c commit 0ca092c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ roadmap items and trying to refactor / understand parts of the code I had the
1111
AI generate. Right now I'd consider nvim-server an MVP based on my personal
1212
requirements.
1313

14-
# Features
14+
## Features
1515

1616
- One server can connect to multiple clients.
1717
- Full clipboard integration using a custom clipboard provider.
1818
- GPU acceleration.
1919

20-
# Usage
20+
## Usage
2121

2222
First spawn the server:
2323

@@ -47,12 +47,12 @@ WantedBy=default.target
4747
Note that if your nvim-server and nvim are on different LANs you may want to
4848
use a secure tunnel to encrypt your neovim RPC traffic.
4949

50-
# Clipboard Support
50+
## Clipboard Support
5151

5252
Clipboard Support requires the user to have nvim-server running behind HTTPS
5353
as browsers block clipboard sharing for HTTP connections.
5454

55-
# Project Background
55+
## Project Background
5656

5757
Before starting this project I wrote a couple of blog posts about Neovim being
5858
a terminal emulator / multiplexer replacement. I may write future posts in the
@@ -62,7 +62,7 @@ creating an optimal development workflow.
6262
- [Remote Neovim for Dummies](https://kraust.github.io/posts/remote-neovim-for-dummies/)
6363
- [Neovim is a Multiplexer](https://kraust.github.io/posts/neovim-is-a-multiplexer/)
6464

65-
# Roadmap
65+
## Roadmap
6666

6767
- Better font rendering support.
6868

0 commit comments

Comments
 (0)