diff options
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}) |