midnight.nvim/README.md
Barrett Ruth 18fe9c5628 cleanup
2025-11-10 01:21:46 -05:00

27 lines
693 B
Markdown

# midnight.nvim
neovim theme for code, not colors.
![Image](https://github.com/user-attachments/assets/9abb5126-15d7-4de4-ad6d-ec35975fec03)
## Installation
Install with any package manager of your choice. For example, with
[lazy.nvim](https://github.com/folke/lazy.nvim):
```lua
{
'barrett-ruth/midnight.nvim',
config = function()
vim.cmd.colorscheme('midnight')
end,
}
```
## Plugin Integration
- [treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [fzf-lua](https://github.com/ibhagwan/fzf-lua)
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
- [blink.cmp](https://github.com/saghen/blink.cmp)