Home

Awesome

📟 hacker.nvim for 10x developer

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

All Contributors

<!-- ALL-CONTRIBUTORS-BADGE:END -->

Hollywood hacker experience in your neovim, like hacker typer

ezgif-3-16e07cbd78

🪄 Features

📦 Installation

Install the plugin with your preferred package manager:

packer

use {
    "letieu/hacker.nvim",
}

lazy.nvim

require("lazy").setup({
    { 
        "letieu/hacker.nvim"
    }
}

🚀 Usage

Hack command can be used to open hacker and start hacking

:Hack

HackFollow command can be used to use current file as fake code

:HackFollow

HackAuto, HackFollowAuto command can be used to run on auto type mode

:HackAuto
:HackFollowAuto

🪄 Options

Use setup to override any of the default options

-- default config
require("hacker").setup {
  content = [[ Code want to show.... ]], -- The code snippet that show when typing
  filetype = "lua", -- filetype of code snippet
  speed = { -- characters insert each time, random from min -> max
    min = 2,
    max = 10,
  },
  is_popup = false, -- show random float window when typing
  popup_after = 5,
}

Contributors ✨

Thanks goes to these wonderful people (emoji key):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tbody> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/NStefan002"><img src="https://avatars.githubusercontent.com/u/100767853?v=4?s=100" width="100px;" alt="Stefan Novaković"/><br /><sub><b>Stefan Novaković</b></sub></a><br /><a href="https://github.com/letieu/hacker.nvim/commits?author=NStefan002" title="Code">💻</a></td> </tr> </tbody> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the all-contributors specification. Contributions of any kind welcome!