24 lines
618 B
Markdown
24 lines
618 B
Markdown
# midnight.nvim
|
|
|
|
neovim theme for code, not colors.
|
|
|
|
<img width="1511" height="910" alt="Image" src="https://github.com/user-attachments/assets/5d94c01e-8b84-41d4-9dd4-52f9552cd892" />
|
|
|
|
## Installation
|
|
|
|
```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)
|