-- TODO: no idea if this is the best way to do this -- the part that makes this work lives in ../../../after/ftplugin/markdown.lua require('null-ls').disable('vale') vim.keymap.set('n', 'v', function() require('null-ls').toggle('vale') end)