Fix templ file formatting

This commit is contained in:
Noah Håkansson 2024-03-03 14:44:37 +01:00
parent 1f1673571b
commit 36a671f221
2 changed files with 8 additions and 1 deletions

View file

@ -9,7 +9,7 @@ local M = {
function M.config()
-- you can create a custom highlight group for the ghost text with the below command.
-- change the `highlight` option to `parenhint` if you use this method.
vim.api.nvim_exec([[ highlight parenhint guifg='#495659' ]], false)
vim.api.nvim_exec([[ highlight parenhint guifg='#56633E' ]], false)
require('paren-hint').setup({
-- Include the opening paren in the ghost text
include_paren = true,