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('highlighting')
|
||||||
|
|
||||||
require('theme')
|
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 }
|
Comment = { italic = true }
|
||||||
},
|
},
|
||||||
styles = {
|
styles = {
|
||||||
italic = true,
|
|
||||||
transparency = true,
|
transparency = true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,10 @@
|
||||||
"neovim": {
|
"neovim": {
|
||||||
"rev": "cf2a288696b03d0934da713d66c6d71557b5c997",
|
"rev": "cf2a288696b03d0934da713d66c6d71557b5c997",
|
||||||
"src": "https://github.com/rose-pine/neovim"
|
"src": "https://github.com/rose-pine/neovim"
|
||||||
|
},
|
||||||
|
"roseline": {
|
||||||
|
"rev": "f8c9088e72a238dc27039472116fc642e7f4dee9",
|
||||||
|
"src": "https://github.com/maxmx03/roseline"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue