Git Product home page Git Product logo

hacker.nvim's Introduction

๐Ÿ“Ÿ hacker.nvim for 10x developer

Hollywood hacker experience in your neovim, like hacker typer

ezgif-3-16e07cbd78

๐Ÿช„ Features

  • Let code write itself
  • Write code with headless mode
  • Custom fake code
  • Fake code follow with current file with :HackFollow or use default fake code with :Hack
  • Config speed, show popup or not, time to show popup
  • Make you look like a 10x developer
  • With this plugin, ChatGPT just a baby toy

๐Ÿ“ฆ Installation

Install the plugin with your preferred package manager:

use {
    "letieu/hacker.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,
}

hacker.nvim's People

Contributors

letieu avatar fecet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.