Dalton Tan
Dalton Tan
Spamgourmet should be treated as a disposable email because users are empowered to abuse the "1 user 1 real email" rule. The important factor here is that the email **address**...
+1 for this. I have a project with many files and folder. Would be much easier to search for files with this feature.
When you run the command with `--verbose` does it print the new file? For example, after `touch test.txt`, here's what I get: ``` ... [xnotify] Watching: /home/vagrant/apps/dev/server/autorun/.git/COMMIT_EDITMSG [xnotify] Watching: /home/vagrant/apps/dev/server/autorun/.git/HEAD...
Can you verify that inotify works https://unix.stackexchange.com/questions/323901/how-to-use-inotifywait-to-watch-a-directory-for-creation-of-files-of-a-specific
I'm not sure what's causing the problem. I updated fsnotify to the latest version. Let me know if it works. https://github.com/AgentCosmic/xnotify/releases/tag/v0.2.3
Hi, is it the same exact error? It is v0.2.4?
xnotify can only watch existing files. You can use `--verbose` to get more detailed logging.
We'll it depends. On Windows it will detect if I create new file with my editor or if I drop a file in explorer. But when I use explorer to...
Doesn't seems to help. It could be a related to language servers cos I tried with java and it was fine. I also use cssls and html, but those depend...
This is my init.vim ``` " This is the folder where we'll store all the files " set environment variable $env:XDG_CONFIG_HOME="D:/Applications/Neovim" let $ROOT = expand('D:/Applications/Neovim/nvim') set runtimepath+=$ROOT " we reset...