roseline status line for vim
This commit is contained in:
parent
b315b75be9
commit
a7ff221df3
4 changed files with 12 additions and 1 deletions
|
|
@ -3,3 +3,4 @@ require('keys')
|
|||
require('highlighting')
|
||||
|
||||
require('theme')
|
||||
require('statusline')
|
||||
|
|
|
|||
7
nvim/lua/statusline.lua
Normal file
7
nvim/lua/statusline.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
vim.pack.add({
|
||||
'https://github.com/maxmx03/roseline'
|
||||
})
|
||||
|
||||
require('roseline').setup({
|
||||
theme = 'rose-pine-moon',
|
||||
})
|
||||
|
|
@ -8,7 +8,6 @@ require('rose-pine').setup({
|
|||
Comment = { italic = true }
|
||||
},
|
||||
styles = {
|
||||
italic = true,
|
||||
transparency = true,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
"neovim": {
|
||||
"rev": "cf2a288696b03d0934da713d66c6d71557b5c997",
|
||||
"src": "https://github.com/rose-pine/neovim"
|
||||
},
|
||||
"roseline": {
|
||||
"rev": "f8c9088e72a238dc27039472116fc642e7f4dee9",
|
||||
"src": "https://github.com/maxmx03/roseline"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue