Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luddekn/http-server

Python HTTP server for nvim!
https://github.com/luddekn/http-server

http-server nvim nvim-plugin plugin python

Last synced: 14 days ago
JSON representation

Python HTTP server for nvim!

Awesome Lists containing this project

README

        

# HTTP Server
Plugin for `nvim`, starting and stopping a Python HTTP server. Similar to live server from VSCode, but does not update on save, you need to manually refresh!

# Installation
lazy.vim
```lua
{
"luddekn/http-server"
}
```
# Usage
Starting HTTP server:
```
:StartHttpServer
```
Stop HTTP server:
```
:StopHttpServer
```