mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: misspelled highlight group name (#223)
This commit is contained in:
parent
e62a61166e
commit
8514c638bc
6 changed files with 112 additions and 114 deletions
|
|
@ -2,8 +2,8 @@
|
|||
--- https://github.com/akinsho/toggleterm.nvim
|
||||
---
|
||||
--- @usage
|
||||
--- local highlights = require('rose-pine.plugins.toggleterm')
|
||||
--- require('toggleterm').setup({ highlights = highlights })
|
||||
--- 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