Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/luddekn/http-server
- Owner: luddekn
- Created: 2024-12-11T22:18:44.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-12-11T22:59:40.000Z (16 days ago)
- Last Synced: 2024-12-11T23:26:15.797Z (16 days ago)
- Topics: http-server, nvim, nvim-plugin, plugin, python
- Language: Lua
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```