diff options
-rw-r--r-- | fnl/config/gitsigns.fnl | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/fnl/config/gitsigns.fnl b/fnl/config/gitsigns.fnl index 621f2b1..d179e3e 100644 --- a/fnl/config/gitsigns.fnl +++ b/fnl/config/gitsigns.fnl @@ -3,35 +3,35 @@ {autoload {util util}}) (def- signs { - add { - hl "GitSignsAdd" - text "▎" - numhl "GitSignsAddNr" - linehl "GitSignsAddLn" + :add { + :hl "GitSignsAdd" + :text "▎" + :numhl "GitSignsAddNr" + :linehl "GitSignsAddLn" } - change { - hl "GitSignsChange" - text "▎" - numhl "GitSignsChangeNr" - linehl "GitSignsChangeLn" + :change { + :hl "GitSignsChange" + :text "▎" + :numhl "GitSignsChangeNr" + :linehl "GitSignsChangeLn" } - delete { - hl "GitSignsDelete" - text "契" - numhl "GitSignsDeleteNr" - linehl "GitSignsDeleteLn" + :delete { + :hl "GitSignsDelete" + :text "契" + :numhl "GitSignsDeleteNr" + :linehl "GitSignsDeleteLn" } - topdelete { - hl "GitSignsDelete" - text "契" - numhl "GitSignsDeleteNr" - linehl "GitSignsDeleteLn" + :topdelete { + :hl "GitSignsDelete" + :text "契" + :numhl "GitSignsDeleteNr" + :linehl "GitSignsDeleteLn" } - changedelete { - hl "GitSignsChange" - text "▎" - numhl "GitSignsChangeNr" - linehl "GitSignsChangeLn"}}) + :changedelete { + :hl "GitSignsChange" + :text "▎" + :numhl "GitSignsChangeNr" + :linehl "GitSignsChangeLn"}}) (let [gitsigns (util.load-plugin :gitsigns)] (gitsigns.setup { |