diff options
author | sefidel <contact@sefidel.net> | 2024-05-19 00:11:57 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-19 00:11:57 +0900 |
commit | 98752ef8c0d5891c240acb5cfaa80677ccd03a93 (patch) | |
tree | e3d4a82a0a6b19f74b3336e87ba56210baa15e57 /fnl | |
parent | 6971815c64f89dae7c48b0960526246e09499ffe (diff) | |
download | nvimrc-98752ef8c0d5891c240acb5cfaa80677ccd03a93.tar.gz nvimrc-98752ef8c0d5891c240acb5cfaa80677ccd03a93.zip |
chore(pack): reformat
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 4 |
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}) |