Skip to content

INoorik/ThisCodeIsSoBoring.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

This code is so boring.nvim

Launches a video with subway surf gameplay in nvim

Снимок экрана от 2023-08-05 09-45-33

Usage

NVim commands

  • :ThisCodeIsSoBoring - start default subway surf gameplay video in the current window.

  • ":ThisCodeIsSoBoring {video} - start your subway surf gameplay video in the current window, video is url or path on your computer.

  • :SetThisCodeIsSoBoringVideo {video} - set default subway surf gameplay video, video is url or path on your computer.

Install

Requirements

For all install methods you need to have nvim, python3 and pynvim

Manual install

  1. Clone this repo
  2. Install python requirements: pip install --user -r requirements.txt
  3. Add plugin folder in runtimepath
  4. Run :UpdateRemotePlugins in nvim
  5. Restart nvim

Install using lazy

  1. Add this lines in your lazy section of init.lua:
{
  "INoorik/ThisCodeIsSoBoring.nvim",
    keys = {
    },
    config = function()
      vim.api.nvim_eval('UpdateRemotePlugins')
      vim.api.nvim_eval('!pip install --user -r requirements.txt')
    end,
}
  1. Run :Lazy install in nvim
  2. Restart nvim

Install using packer.nvim

  1. Add this lines in your packer section
use { 'INoorik/ThisCodeIsSoBoring.nvim', run={'pip install --user -r requirements.txt', ':UpdateRemotePlugins'}}
  1. run :PackerInstall in nvim
  2. Restart nvim

Install using vim-plug

  1. Add this lines in your vim-plug section
Plug 'INoorik/ThisCodeIsSoBoring.nvim', {'do': ':UpdateRemotePlugins \|!pip install --user -r requirements.txt'}
  1. Run :PlugInstall in nvim
  2. Restart nvim

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages