Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
neovim
Fork of Vim aiming at extensibility and usability
Collective -
Host: opensource -
https://opencollective.com/neovim
- Website: https://neovim.io/
- Code: https://github.com/neovim
github.com/neovim/neovim - 6343d414369de1f3b259e51438cd4f666d82d3d2 authored about 1 year ago
github.com/neovim/neovim-backup - c85bbdfbc3aebbc1c460825c407e70eddf428473 authored about 1 year ago
github.com/neovim/neovim - 09541d514dd18bf86f673d3784d406236fcbdad8 authored about 1 year ago
github.com/neovim/nvim-lspconfig - e4a56adbc51c55964253dce4505cec55c82c1c04 authored about 1 year ago
github.com/neovim/neovim - 7e2387f41be7cd8304fe48bfa089f2bea155dd5a authored about 1 year ago
A _defs header is only needed if it's included by multiple files.
github.com/neovim/neovim - c2a5105e88758fc27fbcf49909c7790a75810e8a authored about 1 year agorefactor(encoding): remove redundant vim_isprintc_strict
github.com/neovim/neovim - 3514b26a5df47094a3142103361e09b7f965fb0b authored about 1 year agogithub.com/neovim/neovim - 71141e8cf5dfaf5d17610dba57f0e0f319a4850e authored about 1 year ago
This function is identical to vim_isprintc when encoding=utf-8 is used
As this is the only inter...
runtime(nginx): add additional nginx keywords (vim/vim#13581)
* Add support for missing keyword...
github.com/neovim/neovim - 27fc11c0486354ce23ceb57649f22aedbfe2d48b authored about 1 year agogithub.com/neovim/neovim - 6361806aa28edca55ad3316a58bc3e936df9c0eb authored about 1 year ago
Also fix headers for autocmd.c.
github.com/neovim/neovim - 34509bbea3e8c6a8033911aea645b1b5579f7d1a authored about 1 year agoAlso enable iwyu on headers, but add an ignore for each file separately.
Work on https://github...
github.com/neovim/neovim - ce6075f82a2a8ff9c3e2d0074e1cd56457e5507f authored about 1 year agogithub.com/neovim/neovim - 17d81ac2abc42b75e46d7212f6d8d9c1fe8d4f0a authored about 1 year ago
github.com/neovim/neovim-backup - f55bcb90fd54e5606afd74562f5debf47cc46339 authored about 1 year ago
Add syntax and filetype plugins for SWIG (Simplified Wrapper Interface
Generator) description fi...
github.com/neovim/neovim - ba88fd886ae871025719dfc8602072cc51ce5407 authored about 1 year ago
Create mapping to most of the C spec and some POSIX specific functions.
This is more robust than...
runtime(tsx): add indentation plugin (fixes vim/vim#13574) (vim/vim#13576)
for now, let's just ...
github.com/neovim/neovim - 03b7d35b5485b6a66bcd92027e43c838766bb205 authored about 1 year ago
closes #24141
closes #24746
fix(oldtest): always use a 64-bit int for swapfile block number
github.com/neovim/neovim - 0da62b579fbd3a21c7ab808f1bb10263d469a1e9 authored about 1 year agogithub.com/neovim/neovim - aad701abe79e30465c08e9ee192ea9ec7353aab1 authored about 1 year ago
Problem: When a swap file is found for a popup there is no dialog and the
buffer...
github.com/neovim/neovim-backup - 40d10e86b065e613e962f974f9556148e4595949 authored about 1 year ago
github.com/neovim/neovim - 6a2a37b1e102394d99b4891dc9807868f0fa3c97 authored about 1 year ago
09d4133 changed blocknr_T from long to int64_t, so pe_bnum is now always 64-bit. This was an in...
github.com/neovim/neovim - a1ded1b113d22f4ec8c14fab4aff5f9d0c43f8b4 authored about 1 year ago
Nvim no longer calls loop_poll_events() when suspending, so it isn't
necessary to schedule susp...
github.com/neovim/neovim - 55dbf5c3798cde8f9bfd36cd17dce636f6f6ea08 authored about 1 year ago
github.com/neovim/neovim-backup - aa8e4a009c85264f88fee9a1c1c7bc062298dc97 authored about 1 year ago
github.com/neovim/neovim - a8a93e517f9eb988ee86170d9a77382637dd24a3 authored about 1 year ago
github.com/neovim/neovim - 73c7a0d58e6358d35fe2d5a11b3e807a625a0001 authored about 1 year ago
Problem: Unused assignments when checking the value of 'listchars'.
Solution: Loop only once w...
Problem: File info disappears immediately when 'cmdheight' has just
decreased due to...
github.com/neovim/neovim - 4ed1c2a8afc71f1e3e2bc6835dc95f284782fe52 authored about 1 year ago
ENOTSUP case is present in vim, but doesn't appear to have included here.
github.com/neovim/neovim - 4ce3159e24e18ccd53400f7066a54e01561cf586 authored about 1 year ago
skipwhite was iterating over the input twice and scanning for the null
byte character with strl...
github.com/neovim/neovim - df399ea0d20e86027d0b59ca4bbd445c1d035a67 authored about 1 year ago
github.com/neovim/neovim - b514edcdf4747b2ebf00a97f89f310d6d4f090f5 authored about 1 year ago
github.com/neovim/neovim - c126a3756a09716ed64fd2acb9eee5d411c4aa7b authored about 1 year ago
runtime(netrw): Fix handling of very long filename on longlist style (vim/vim#12150)
If there...
github.com/neovim/neovim - 62dc1f26632fd0c915e7521a4e13a823142ec44d authored about 1 year agovim-patch:8.2.2784,9.0.2121
github.com/neovim/neovim - 6224690c58372fcc415710fddf69045fda53318f authored about 1 year ago
Problem: [security]: use-after-free in ex_substitute
Solution: always allocate memory
closes: ...
github.com/neovim/neovim - 8d8136bfcf9ea6d0b23638b48e99e09bdc8a9d44 authored about 1 year ago
Problem: Vim9: cannot use \=expr in :substitute.
Solution: Compile the expression into inst...
github.com/neovim/neovim-backup - 4ebda2d7466d8359020c53e158bb26498e33f429 authored about 1 year ago
feat(extmarks): add sign name to extmark "details" array
github.com/neovim/neovim - 879617c9bbbacb0d0f778ff6dd53cc7c95794abe authored about 1 year ago
The most general conditions should come before more specific conditions.
For example, `UNIX` opt...
skip-checks: true
github.com/neovim/nvim-lspconfig - 553c4e0e667167640c5398573f6f3a488ff8047a authored about 1 year ago* feat: add typos-lsp server configuration
* fixup!
* fixup!
* fixup!
---------
C...
github.com/neovim/nvim-lspconfig - 9c9cbfbd02783215d82a7615bd62052d24414310 authored about 1 year ago
Problem: Unable to identify legacy signs when fetching extmarks with
`nvim_buf_get_ex...
fix(decorations): fix imbalanced sign count
github.com/neovim/neovim - 34fa1e1ca4ddee0429f098a3ac885a716138fb6c authored about 1 year agogithub.com/neovim/neovim - fba17d5b882e2903ba7a40eabc6f557e3cf24658 authored about 1 year ago
refactor(decorations): break up Decoration struct into smaller pieces
github.com/neovim/neovim - 2e722da44d3807698374043ecdd9952bd0772a40 authored about 1 year ago
Remove the monolithic Decoration struct. Before this change, each extmark
could either represent...
If we're in a subdirectory of a git repo, and that subdirectory contains
a mix.exs file, it mak...
Problem: [security] use-after-free in qf_free_items
Solution: only access qfpnext, if it hasn'...
runtime(netrw): expand $COMSPEC without applying 'wildignore' (vim/vim#13542)
When expanding ...
github.com/neovim/neovim - 059dc3f4a6b94cd028c5041d682982e6eed9bc87 authored about 1 year agoruntime(doc): Fix whitespace and formatting of some help files (vim/vim#13549)
https://github...
github.com/neovim/neovim - 820823c76d44c4d1fc350e68d9d75c65c80c72f7 authored about 1 year agogithub.com/neovim/neovim-backup - 16532506f64ac04c79b96d5c2d7420c32eb3a5f1 authored about 1 year ago
github.com/neovim/neovim - 91ef26dece6d34dbb6e1b5722ce2d3f6f7e3a6de authored about 1 year ago
It is less intrusive to silence the warning with a comment instead of a
macro if needed.
These are only used when running `make lintc` with ENABLE_ASAN_UBSAN
enabled, which is why it wa...
Also add _GNU_SOURCE compiler definition for all non MSVC compilers.
Closes https://github.com/...
github.com/neovim/neovim - 78239f0bbcb2527165fbaa3172b50c99c6092136 authored about 1 year agogithub.com/neovim/neovim - b4fee208ef668c0dceebca12fe30c0f9d5cbf64d authored about 1 year ago
github.com/neovim/neovim - 7e97c773e3ba78fcddbb2a0b9b0d572c8210c83e authored about 1 year ago
skip-checks: true
github.com/neovim/nvim-lspconfig - addad5176dbbe8bcc82ef91c51c5f1bf6629ec2d authored about 1 year agogithub.com/neovim/nvim-lspconfig - 0d220f9933b4dfbdf4db242fe336a9d70acdf2bb authored about 1 year ago
Fix #26135
github.com/neovim/neovim - e89071522cb0b6d56fd4e7d7776851e73fb807c3 authored about 1 year ago
Problem: Minimum and maximum signcolumn width is determined each redraw.
Solution: Determine an...
github.com/neovim/neovim - fec5e3ab247bcc1ced67f1d0aa7fa10f694f933b authored about 1 year ago
github.com/neovim/deps - 23b2ca899d73ebe093d95922e727c5312784a392 authored about 1 year ago
github.com/neovim/neovim-backup - 385f166ab5038e173e188e048379522dd73d957d authored about 1 year ago
Enable all clang-tidy warnings by default instead of disabling them.
This ensures that we don't ...
This requires removing the "Inner expression should be aligned" rule
from clint as it prevents e...
github.com/neovim/neovim - ec79ff893d5906e1f0d90953cffa535ffae47823 authored about 1 year ago
github.com/neovim/neovim - 77c0d5415b4f202f3480b0738bd2d9383c17e026 authored about 1 year ago
github.com/neovim/neovim - 7a80e169c5b128e1aea961e888ca6e9c7b48dd27 authored about 1 year ago
github.com/neovim/neovim - 99b8a343e197cdec53f752e1cce01ae25eb45c12 authored about 1 year ago
skip-checks: true
github.com/neovim/nvim-lspconfig - 7fedba8b1f8d0080c775851c429b88fd2ed4c6f5 authored about 1 year ago
`slangd` is the language server for [slang](https://github.com/shader-slang/slang),
a shader la...
Problem: No test for defining sign without attribute
Solution: Add test for defining sign with...
github.com/neovim/neovim-backup - 7478137d39fb0a4598fcc4483d2ca821b87af0bb authored about 1 year ago
Quick fix as follow up to https://github.com/neovim/neovim/pull/26108
kqueue only reports eve...
github.com/neovim/neovim - 7ca2d64e8bbfb73f33cf82a2f9c03808bfea3d95 authored about 1 year ago
- reduce variable scope
- prefer initialization over declaration and assignment
Biggest change is that uncrustify is silent during linting.
github.com/neovim/neovim - 1798a4b5e9f0ae56cd800095f79423fea5cae8ca authored about 1 year agogithub.com/neovim/libvterm - ee614e4603bd463d9127945538316d0f230d0418 authored about 1 year ago
github.com/neovim/libvterm - 909603cfa7ff3705bf1e26feb37f8937b4b0234b authored about 1 year ago
github.com/neovim/libvterm - 712c0b252097e0057c2fa20c50627a30a841aca1 authored about 1 year ago
github.com/neovim/libtermkey - 3e4a4435967d6dce39ca6b2a895923da2c68a033 authored about 1 year ago
github.com/neovim/doc - 8221412a0980b2420d0446daaf0659d7b34fa75f authored about 1 year ago
github.com/neovim/deps - 82e1a86a3ef94bff1d30d54f04aa88e1d0982f74 authored about 1 year ago
Should help with https://github.com/neovim/neovim/issues/23291
On linux `new_fs_event` doesn'...
github.com/neovim/neovim - de28a0f84c577e264f37cd001b03d640db7d5ef9 authored about 1 year ago
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...
github.com/neovim/deps - 2c38e448cf4c1cbf718bc48ea7cf74e212c8b9fb authored about 1 year ago
github.com/neovim/nvim-lspconfig - b86ddc32e81d3c7ae1add7e03f946e7253aa7301 authored about 1 year ago
github.com/neovim/nvim-lspconfig - 70d23898ceebebdfe34367644b0bbfb142c65522 authored about 1 year ago
github.com/neovim/nvim-lspconfig - 3f6d120721e3a2b2812af43e6a8ba5522aa421c5 authored about 1 year ago
github.com/neovim/nvim-lspconfig - 7867711914fb409019a4eacc7e0abe9dad3e7a18 authored about 1 year ago
github.com/neovim/nvim-lspconfig - 0bbe8253444a2894b6c45ce990ed44a61ab764ad authored about 1 year ago
github.com/neovim/nvim-lspconfig - 0e80c4fe7860d57a59902710529a300f9b876507 authored about 1 year ago
github.com/neovim/nvim-lspconfig - 06ef012906f14ecdec174a77f5dec33f4691fa92 authored about 1 year ago