A neovim plugin for Leetup! Leet it up!
{
    "dragfire/leetup.nvim",
    dependencise = { "m00qek/baleia.nvim" }
    opts = {},
    config = function (_, opts)
        require("leetup").setup(opts)
    end
}{
  language = "rs",
  floating_window = {
    borderchars = {
      ul = "╔",
      ur = "╗",
      dl = "╚",
      dr = "╝",
      r = "═",
      l = "║",
    },
  },
}-  Open floating window and display leetup list
- Filter problems (support bare minimum)
- Selecting a problem opens the generated file
- Split window vertically instead of floating window
- Render list of problems in the split window
-  Provide a way to get/build leetupbinary from inside the plugin
- Make leetup configurable from init.lua (vimrc)
- ... more ...

