File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ roadmap items and trying to refactor / understand parts of the code I had the
1111AI generate. Right now I'd consider nvim-server an MVP based on my personal
1212requirements.
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
2222First spawn the server:
2323
@@ -47,12 +47,12 @@ WantedBy=default.target
4747Note that if your nvim-server and nvim are on different LANs you may want to
4848use a secure tunnel to encrypt your neovim RPC traffic.
4949
50- # Clipboard Support
50+ ## Clipboard Support
5151
5252Clipboard Support requires the user to have nvim-server running behind HTTPS
5353as browsers block clipboard sharing for HTTP connections.
5454
55- # Project Background
55+ ## Project Background
5656
5757Before starting this project I wrote a couple of blog posts about Neovim being
5858a 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
You can’t perform that action at this time.
0 commit comments