Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.