File tree 1 file changed +29
-4
lines changed
1 file changed +29
-4
lines changed Original file line number Diff line number Diff line change 11
11
</a>
12
12
</p >
13
13
14
- ## Usage
14
+ ## Install
15
15
16
- 1 . Install via your preferred package manager
16
+ Install via your preferred package manager
17
17
18
18
``` lua
19
19
-- Packer
20
20
use ({ ' rose-pine/neovim' , as = ' rose-pine' })
21
21
```
22
22
23
- 2 . Require or set ` rose-pine ` colorscheme
23
+ ## Usage
24
+
25
+ Enable ` rose-pine ` colorscheme
24
26
25
27
``` lua
26
28
-- Lua
27
- require ( ' rose-pine' ). set ( )
29
+ vim . cmd ( ' colorscheme rose-pine' )
28
30
```
29
31
30
32
``` vim
31
33
" Vimscript
32
34
colorscheme rose-pine
33
35
```
34
36
37
+ Enable [ lualine] ( https://github.com/hoob3rt/lualine.nvim ) plugin
38
+
39
+ ``` lua
40
+ -- Lua
41
+ require (' lualine' ).setup ({
42
+ options = {
43
+ theme = ' rose-pine'
44
+ }
45
+ })
46
+ ```
47
+
48
+ ## Plugin Support
49
+
50
+ - [ Treesitter] ( https://github.com/nvim-treesitter/nvim-treesitter )
51
+ - [ LSP diagnostics] ( https://neovim.io/doc/user/lsp.html )
52
+ - [ Barbar] ( https://github.com/romgrk/barbar.nvim )
53
+ - [ Gitsigns] ( https://github.com/lewis6991/gitsigns.nvim )
54
+ - [ Modes] ( https://github.com/mvllow/modes.nvim )
55
+ - [ NvimTree] ( https://github.com/kyazdani42/nvim-tree.lua )
56
+ - [ WhichKey] ( https://github.com/folke/which-key.nvim )
57
+ - [ Todo Comments] ( https://github.com/folke/todo-comments.nvim )
58
+ - [ Lualine] ( https://github.com/hoob3rt/lualine.nvim )
59
+
35
60
## Gallery
36
61
37
62
** Rosé Pine**
You can’t perform that action at this time.
0 commit comments