Skip to content

Commit

Permalink
colorizer only in css/less files
Browse files Browse the repository at this point in the history
  • Loading branch information
fortes committed Nov 15, 2023
1 parent 2adea0b commit f5070c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stowed-files/nvim/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,10 @@ require("lazy").setup({
'norcalli/nvim-colorizer.lua',
config = function()
if vim.o.termguicolors then
require('colorizer').setup()
require('colorizer').setup({
'css';
'less';
})
end
end
},
Expand Down

0 comments on commit f5070c4

Please sign in to comment.