letieu / hacker.nvim

Hollywood hacker experience in your neovim
60 stars 2 forks source link

Doesn't work. #2

Closed nyngwang closed 1 year ago

nyngwang commented 1 year ago

Got a blank buffer after :Hack & :HackFollow. My setyup is included in the demo.

https://user-images.githubusercontent.com/24765272/230275073-03e47b86-a53d-489d-8c23-65d056d3ba46.mov

letieu commented 1 year ago

You need enter input mode and type something, it not auto type, it write code when you type some key like hackertyper

nyngwang commented 1 year ago

Lol, I thought I was supposed to type something directly in Normal mode. Thanks for the hint let me try it again...

nyngwang commented 1 year ago

@letieu Now I got some error probably due to the fact that I didn't escape some characters. Could you provide the transformation out of the box? To reproduce, simply put string.dump(require('to.your.file')) to the option content=

seems to cause by ^[@.

letieu commented 1 year ago

@letieu Now I got some error probably due to the fact that I didn't escape some characters. Could you provide the transformation out of the box? To reproduce, simply put string.dump(require('to.your.file')) to the option content=

seems to cause by ^[@.

Just open a file have some code, try HackFollow

It just a funny project :))

Don't need call setup for simple

nyngwang commented 1 year ago

It just a funny project :))