blumaa / octopus.nvim

this is a simple and stupid plugin that makes random octupi dance across your IDE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ohne Accidents

this is a simple and stupid plugin that makes random octupi dance across your IDE.

exampe of octopus.nvim

With lazy.nvim

  {
    'blumaa/octopus.nvim',
    config = function()
      vim.keymap.set('n', '<leader>on', function() require("octopus").spawn() end, {})
      vim.keymap.set('n', '<leader>off', function() require("octopus").removeLastOctopus() end, {})
      vim.keymap.set('n', '<leader>ofa', function() require("octopus").removeAllOctopuses() end, {})
    end
  },

Massive, enormous, and great inspiration was taken from duck.nvim

About

this is a simple and stupid plugin that makes random octupi dance across your IDE.

License:MIT License


Languages

Language:Lua 100.0%