mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
b70cd3d427
commit
cd9c6196f5
1 changed files with 29 additions and 4 deletions
33
readme.md
33
readme.md
|
|
@ -11,20 +11,22 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
## Usage
|
||||
## Install
|
||||
|
||||
1. Install via your preferred package manager
|
||||
Install via your preferred package manager
|
||||
|
||||
```lua
|
||||
-- Packer
|
||||
use({ 'rose-pine/neovim', as = 'rose-pine' })
|
||||
```
|
||||
|
||||
2. Require or set `rose-pine` colorscheme
|
||||
## Usage
|
||||
|
||||
Enable `rose-pine` colorscheme
|
||||
|
||||
```lua
|
||||
-- Lua
|
||||
require('rose-pine').set()
|
||||
vim.cmd('colorscheme rose-pine')
|
||||
```
|
||||
|
||||
```vim
|
||||
|
|
@ -32,6 +34,29 @@ require('rose-pine').set()
|
|||
colorscheme rose-pine
|
||||
```
|
||||
|
||||
Enable [lualine](https://github.com/hoob3rt/lualine.nvim) plugin
|
||||
|
||||
```lua
|
||||
-- Lua
|
||||
require('lualine').setup({
|
||||
options = {
|
||||
theme = 'rose-pine'
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
## Plugin Support
|
||||
|
||||
- [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
|
||||
- [LSP diagnostics](https://neovim.io/doc/user/lsp.html)
|
||||
- [Barbar](https://github.com/romgrk/barbar.nvim)
|
||||
- [Gitsigns](https://github.com/lewis6991/gitsigns.nvim)
|
||||
- [Modes](https://github.com/mvllow/modes.nvim)
|
||||
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
|
||||
- [WhichKey](https://github.com/folke/which-key.nvim)
|
||||
- [Todo Comments](https://github.com/folke/todo-comments.nvim)
|
||||
- [Lualine](https://github.com/hoob3rt/lualine.nvim)
|
||||
|
||||
## Gallery
|
||||
|
||||
**Rosé Pine**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue