format
Some checks are pending
Release / Publish to LuaRocks (push) Waiting to run

This commit is contained in:
Barrett Ruth 2026-02-03 20:51:56 -05:00
parent 32c1f23f90
commit 6b63011c1c

View file

@ -6,7 +6,8 @@ Neovim theme for code, not colors.
## Installation
Install using your package manager of choice or via [luarocks](https://luarocks.org/modules/barrettruth/midnight.nvim):
Install using your package manager of choice or via
[luarocks](https://luarocks.org/modules/barrettruth/midnight.nvim):
```
luarocks install midnight.nvim
@ -18,7 +19,7 @@ Then set the colorscheme:
vim.cmd.colorscheme('midnight')
```
## Plugin Integration
## Plugin Integrations
- [treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [fzf-lua](https://github.com/ibhagwan/fzf-lua)