neovim

Personal neovim configuration files
git clone git://gtms.dev/neovim
Log | Files | Refs

typebreak.lua (120B)


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