Fix typo & use double quotes for consistency

This commit is contained in:
Wahyu Wiyoko 2024-01-27 15:01:21 +08:00
commit 9170c2ba39
No known key found for this signature in database
GPG key ID: C7BBAB8402ED246F
6 changed files with 112 additions and 114 deletions

View file

@ -2,7 +2,7 @@
--- https://github.com/David-Kunz/markid
---
--- @usage
--- local highlights = require('rose-pine.plugins.markid')
--- local highlights = require("rose-pine.plugins.markid")
--- require("nvim-treesitter.configs").setup({ markid = { enable = true, colors = highlights } })
local p = require("rose-pine.palette")