mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
refactor: format and remove unused values
- update format rules - update plugin file headers - remove unused opacity from palette
This commit is contained in:
parent
bc07e54924
commit
4a3b4512fc
7 changed files with 40 additions and 23 deletions
|
|
@ -1,8 +1,9 @@
|
|||
---Rosé Pine
|
||||
---@plugin akinsho/bufferline.nvim
|
||||
---@usage
|
||||
--- local highlights = require('rose-pine.plugins.bufferline')
|
||||
--- require('bufferline').setup({ highlights = highlights })
|
||||
--- Rosé Pine for bufferline
|
||||
--- https://github.com/akinsho/bufferline.nvim
|
||||
---
|
||||
--- @usage
|
||||
--- local highlights = require('rose-pine.plugins.bufferline')
|
||||
--- require('bufferline').setup({ highlights = highlights })
|
||||
|
||||
local p = require('rose-pine.palette')
|
||||
|
||||
|
|
@ -20,7 +21,7 @@ return {
|
|||
-- guibg = '<color-value-here>',
|
||||
-- },
|
||||
-- tab_selected = {
|
||||
-- guifg = tabline_sel_bg,
|
||||
-- guifg = '<color-value-here>',
|
||||
-- guibg = '<color-value-here>',
|
||||
-- },
|
||||
-- tab_close = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue