Skip to content

Commit

Permalink
style: fix stylua issue
Browse files Browse the repository at this point in the history
  • Loading branch information
registerGen committed Aug 20, 2023
1 parent d7bdf1b commit 07715f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvim/lua/plugincfg/sonokai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ M.config = function()
vim.api.nvim_set_hl(0, "TSParameter", { link = "OrangeItalic", default = false })
vim.api.nvim_set_hl(0, "TSParameterReference", { link = "OrangeItalic", default = false })
vim.api.nvim_set_hl(0, "NoicePopupmenuMatch", { link = "CmpItemAbbrMatch", default = false })
vim.cmd [[
vim.cmd([[
hi! link @lsp.type.class TSClass
hi! link @lsp.type.comment TSComment
hi! link @lsp.type.decorator TSFunction
Expand All @@ -39,7 +39,7 @@ M.config = function()
hi! link @lsp.type.type TSType
hi! link @lsp.type.typeParameter TSTypeDefinition
hi! link @lsp.type.variable TSVariable
]]
]])
end,
})
vim.cmd.colors("sonokai")
Expand Down

0 comments on commit 07715f5

Please sign in to comment.