Skip to content

Commit

Permalink
fix(hi!): correct indent
Browse files Browse the repository at this point in the history
  • Loading branch information
aileot committed Nov 23, 2022
1 parent 233421d commit 69a8c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fnl/nvim-laurel/macros.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -1263,8 +1263,8 @@
(view val.ctermfg)) val)
(assert-compile (cterm-color? val.ctermbg)
(.. "ctermbg expects 256 color, got "
(view val.ctermbg)) val)
`(vim.api.nvim_set_hl ,(or ?ns-id 0) ,name ,val)))))
(view val.ctermbg)) val)))
`(vim.api.nvim_set_hl ,(or ?ns-id 0) ,name ,val)))

;; Export ///1

Expand Down

0 comments on commit 69a8c23

Please sign in to comment.