typebreak.lua (120B)
1 if pcall(require, 'typebreak') then 2 vim.api.nvim_create_user_command('Typebreak', require 'typebreak'.start, {}); 3 end