You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is open-source, meaning you can make as many copies of it as you want and do whatever you want with those copies as long as you are not trying to commercialize it, but it does NOT encouraging contributions. In order to keep this library in the public domain and ensure that the code does not become contaminated with proprietary or strictly-licensed content, the project does not accept patches from people who have not submitted an affidavit dedicating their contribution into the public domain.
3
+
This project is open-source, meaning you can make as many copies of it as you want and do whatever you want with the code as long as you are not trying to commercialize it, but it does NOT encourage contributions. In order to keep this library in the public domain and ensure that the code does not become contaminated with proprietary or strictly-licensed content or code that is hard to maintain, the project does not accept patches from people who have not submitted an affidavit dedicating their contribution to the author of this project or public domain.
4
4
5
-
All of the code in it is original, having been written specifically for use by it. No code has been copied from unknown sources on the internet.
5
+
All of the code have been written specifically for use by it; NO code has been copied from unknown sources on the internet unless explicitly specified.
6
6
7
-
If your contribution ever accepted, then:
8
-
* You waive your legal rights to any textual or visual contribution you make to this project
7
+
If your contribution is ever accepted, then:
8
+
* You waive all your legal rights to any textual or visual contribution you make to this project
9
9
* You wholly transfer the said rights to the author of this project
10
10
* You admit that the said contribution is subject to change and may be changed beyound recognition
* Some plugins that require active LSP servers like ones used for signs may fail if they don't hook into |LspAttach| or |LspDetach| events or `vim.lsp.get_clients(...)` properly
97
105
* Some LSP servers may misbehave upon restart if they don't keep cache
98
-
* Some LSP plugins may hook into serveral LSPs and fail upon restart
106
+
* Some LSP plugins may hook into serveral LSPs at the same time and fail upon restart
99
107
* See also: https://github.com/neovim/nvim-lspconfig#troubleshooting
100
108
101
109
Plugins that are known to misbehave:
102
-
***null-ls**: fails to startup, replace by `efm-languageserver` or use workaround,
0 commit comments