add lovely statusline

not 2023-02-23 14:33:03 -06:00
commit 55617b6df2

@ -1,3 +1,22 @@
## Lovely statusline
> Feel free to change "love" to your favourite Rosé Pine accent colour
<img width="705" alt="Screenshot 2023-02-23 at 14 31 40" src="https://user-images.githubusercontent.com/1474821/221023421-2f57284e-5b40-4cec-967d-9d5a18ce7128.png">
```lua
vim.opt.laststatus = 2 -- Or 3 for global statusline
vim.opt.statusline = " %f %m %= %l:%c ♥ "
require("rose-pine").setup({
highlight_groups = {
StatusLine = { fg = "love", bg = "love", blend = 10 },
StatusLineNC = { fg = "subtle", bg = "surface" },
},
})
```
## Transparent telescope.nvim
> Can also be used with `disable_float_background = true`