mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add bold vertical split line option (#26)
This commit is contained in:
parent
6489d7cc62
commit
5cf7750240
2 changed files with 9 additions and 1 deletions
|
|
@ -93,6 +93,9 @@ vim.g.rose_pine_disable_italics = false
|
|||
-- Use terminal background
|
||||
vim.g.rose_pine_disable_background = false
|
||||
|
||||
-- Use bold vertical split line
|
||||
vim.g.rose_pine_bold_vertical_split_line = true
|
||||
|
||||
-- Set colorscheme after options
|
||||
vim.cmd('colorscheme rose-pine')
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue