about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-19 00:11:57 +0900
committersefidel <contact@sefidel.net>2024-05-19 00:11:57 +0900
commit98752ef8c0d5891c240acb5cfaa80677ccd03a93 (patch)
treee3d4a82a0a6b19f74b3336e87ba56210baa15e57
parent6971815c64f89dae7c48b0960526246e09499ffe (diff)
downloadnvimrc-98752ef8c0d5891c240acb5cfaa80677ccd03a93.tar.gz
nvimrc-98752ef8c0d5891c240acb5cfaa80677ccd03a93.zip
chore(pack): reformat
-rw-r--r--fnl/nvrc/pack.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 20c9a4a..7f1293b 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -11,8 +11,8 @@
                                          :dependencies [(pack :nvim-treesitter/nvim-treesitter-refactor)
                                                         (pack :nvim-treesitter/nvim-treesitter-textobjects)]})
 (pack! :NvChad/nvim-colorizer.lua {:opts {:user_default_options {:mode :background
-                                                                   :RRGGBBAA true
-                                                                   :css true}}})
+                                                                 :RRGGBBAA true
+                                                                 :css true}}})
 
 (pack! :stevearc/oil.nvim {:init :oil})
 (pack! :echasnovski/mini.indentscope {:req :mini-indentscope})