Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/john-bush14/neoburner
Neovim bitburner integration
https://github.com/john-bush14/neoburner
bitburner neovim neovim-plugin nvim nvim-plugin
Last synced: 3 months ago
JSON representation
Neovim bitburner integration
- Host: GitHub
- URL: https://github.com/john-bush14/neoburner
- Owner: John-Bush14
- License: mit
- Created: 2024-09-06T14:55:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:05:50.000Z (4 months ago)
- Last Synced: 2024-10-10T06:40:17.163Z (3 months ago)
- Topics: bitburner, neovim, neovim-plugin, nvim, nvim-plugin
- Language: Lua
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
#### Lazy
```lua
{
"John-Bush14/neoburner",
}
```## Setup
```lua
require("neoburner").setup({
-- needed
api_key = "*******"
port = "*****"
filesystem = "~/bitburner_files" -- where bitburner filesystem will be placed-- optional
address = "ws://127.0.0.1", -- = localhost
servers = {"home"} -- servers wich will be able to be edited, can also be set to "*"
})
```## Commands
##### :BBRam
Shows screen breaking down ram usage.
##### :BBPull ?\
Overwrites all files or only the files of \ with the game's savefile's files.
Can also be used to temporarily add a server to the filesystem without adding it to servers in config.