fix: misspelled highlight group name (#223)

This commit is contained in:
Wahyu Wiyoko 2024-01-27 23:43:15 +08:00 committed by GitHub
commit 8514c638bc
6 changed files with 112 additions and 114 deletions

View file

@ -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" },