Skip to content

Commit

Permalink
Updated colorizer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
elC0mpa committed Feb 6, 2024
1 parent f25d78a commit 5d72d9d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lua/plugins_config/colorizer.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
return {
'norcalli/nvim-colorizer.lua',
config = true
opts = {
'*';
css = { css = true };
scss = { css = true };
},

}

0 comments on commit 5d72d9d

Please sign in to comment.