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
df94e56cad
commit
9d54de5a5d
7 changed files with 40 additions and 23 deletions
|
|
@ -1,8 +1,9 @@
|
|||
---Rosé Pine
|
||||
---@plugin akinsho/toggleterm.nvim
|
||||
---@usage
|
||||
--- local highlights = require('rose-pine.plugins.toggleterm')
|
||||
--- require('toggleterm').setup({ highlights = highlights })
|
||||
--- Rosé Pine for toggleterm
|
||||
--- https://github.com/akinsho/toggleterm.nvim
|
||||
---
|
||||
--- @usage
|
||||
--- local highlights = require('rose-pine.plugins.toggleterm')
|
||||
--- require('toggleterm').setup({ highlights = highlights })
|
||||
|
||||
return {
|
||||
Normal = { link = 'Normal' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue