An internet client interface for vim
Go to file
sloum 619c2b1e7b Cleans up the docs 2024-01-24 15:36:07 -08:00
doc Cleans up the docs 2024-01-24 15:36:07 -08:00
ftplugin Major changes to plugin structure and options, doc updates, and ftplugin added with sane defaults for viewing net responses 2023-07-05 15:44:04 -07:00
plugin Cleans up the docs 2024-01-24 15:36:07 -08:00
syntax Adds syntax highlighting for links and link numbers 2023-07-06 13:55:42 -07:00
Makefile Adds syntax highlighting for links and link numbers 2023-07-06 13:55:42 -07:00
README.md Adds readme 2023-07-04 14:05:41 -07:00

README.md

netclient

netclient is a global vim plugin to browse the internet. It utilizes a client backend to generate the requests, but handles history management and link following locally in vim.

This lets the internet be a fully editable document, with a configurable backend for generating the documents.

More details coming soon. Or, install via the makefile:

git clone https://git.rawtext.club/sloum/netclient
cd netclient
make

Then you can open up vim and get some help:

:help netclient