immersive.vim 803 B

1234567891011121314151617181920
  1. " Copyright 2024 Henrique Paone
  2. "
  3. " This file is part of Vim-Immersive.
  4. "
  5. " Vim-Immersive is free software: you can redistribute it and/or modify it under the
  6. " terms of the GNU General Public License as published by the Free Software
  7. " Foundation, either version 3 of the License, or (at your option) any later
  8. " version.
  9. "
  10. " Vim-Immersive is distributed in the hope that it will be useful, but WITHOUT ANY
  11. " WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. " PARTICULAR PURPOSE. See the GNU General Public License for more details.
  13. "
  14. " You should have received a copy of the GNU General Public License along with
  15. " Vim-Immersive. If not, see <https://www.gnu.org/licenses/>.
  16. vim9script
  17. import autoload 'immersive.vim'
  18. command -nargs=0 Immersive immersive.Immersive()