nyngwang
nyngwang
Consider using Alacritty, it works pretty well: 
Hi, I just want to say thanks that your code/program/snippet solves my problem :) Long story: I was using like this: ``` fswatch -o0 "$src_path" | while read -d "";...
@jchook Did you solve it? If I was modifying my file (without saving it) some events also got triggered. I just want to catch one event: on-save.
@AgentCosmic Adding the option `--monitor=poll_monitor` saves me! But I don't know why! May I ask you some questions for learning purposes? 1. Is that `poll_monitor` some program built-in to my...
hahaha @liby @alexander-akait thanks you guys. I learned, and I laughed too XDD It's like a rabbit talking to a dog. Conclusion: So, either `hot` or `liveReload`, the `watchFiles` is...
No one wants to save Gotham. Sad.
Is it possible to integrate this into `nvim_create_user_command`? So that I can get visual-selected region when calling a command upon selection like `'
@bgs113 @lwille Did you solve it?
I also see some squares under the headings in my notes:
FYI: [nyngwang/suave.lua](https://github.com/nyngwang/suave.lua) is a lightweight auto project-session plugin that supports this (and more). There is a [DEMO](https://github.com/nyngwang/suave.lua#intro) in the README and an example `setup` config in the [Wiki](https://github.com/nyngwang/suave.lua/wiki/Working-with-other-plugins#work-with-nanozukitabbynvim9065c65).