boo-colorscheme-nvim
Boo is a colorscheme for Neovim with handcrafted support for LSP, Tree-sitter.
File Explorer
- ci.yml
- linter.yml
- FUNDING.yml
- boo.lua
- crimson_moonlight.lua
- forest_stream.lua
- radioactive_waste.lua
- sunset_cloud.lua
- boo-colorscheme.lua
- colors.lua
- style.lua
- boo-colorscheme_spec.lua
- colors_spec.lua
- minimal_init.vim
- .gitignore
- .luacheckrc
- LICENSE
- Makefile
- README.md
- stylua.toml
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
lua
View Details ▼
lua
A powerful, light-weight embeddable programming language.
lua
Start an interactive Lua shell:
lua {{path/to/script.lua}} {{--optional-argument}}
Execute a Lua script:
lua -e '{{print("Hello World")}}'
Execute a Lua expression:
// repository documentation
Was this content helpful?
(0 ratings)
