Spelling fixes.

This commit is contained in:
Dan Sully
2021-09-25 08:24:43 -07:00
parent 35c0224291
commit 3399168607
3 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ local function highlight_text(name, text, hl_group)
end
function M.setup_highlights()
-- Setup the FocusedSymbol highlight group if it hasnt been done already by
-- Setup the FocusedSymbol highlight group if it hasn't been done already by
-- a theme or manually set
if vim.fn.hlexists('FocusedSymbol') == 0 then
vim.cmd 'hi FocusedSymbol term=italic,bold cterm=italic ctermbg=yellow ctermfg=darkblue gui=bold,italic guibg=yellow guifg=darkblue'