We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa0999 commit 3223396Copy full SHA for 3223396
README.md
@@ -324,3 +324,12 @@ This will enable debuggin for the plugin.
324
### plenary.neorocks
325
326
DELETED: Please use packer.nvim or other lua-rocks wrapper instead. This no longer exists.
327
+
328
+### FAQ
329
330
+1. Error: Too many open files
331
+- \*nix systems have a setting to configure the maximum amount of open file
332
+ handles. It can occur that the default value is pretty low and that you end
333
+ up getting this error after opening a couple of files. You can see the
334
+ current limit with `ulimit -n` and set it with `ulimit -n 4096`. (macos might
335
+ work different)
0 commit comments