1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

nvim: colorizer disabled for markdown

This commit is contained in:
2023-07-25 23:08:44 +02:00
parent bc91c6416d
commit 3becff4222
2 changed files with 31 additions and 33 deletions

View File

@@ -1,2 +1,5 @@
-- norcalli/nvim-colorizer.lua
require 'colorizer'.setup()
require 'colorizer'.setup {
'*';
'!markdown';
}