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

docs: document breaking change for nvim_create_autocmd callback (#27484)

https://github.com/neovim/neovim/pull/27428 changed the semantics of
callbacks passed to nvim_c...

github.com/neovim/neovim - 55a4aa41bb27aa9439fea11c4ebcfec2ee87844d authored 10 months ago by Gregory Anders <[email protected]>
Merge pull request #27485 from zeertzjq/vim-9.1.0112

vim-patch:9.1.{0112,0113}

github.com/neovim/neovim - 04dfa2eea914086a9f42a5a00a33e9524f9fded4 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0113: duplicate code when cleaning undo stack

Problem: duplicate code when cleaning undo stack
Solution: refactor undo cleanup into a single ...

github.com/neovim/neovim - 163add40b8b98b91dfb8eff589f49dc75f1032ea authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0112: Remove undo information, when cleaning quickfix buffer

Problem: When the quickfix buffer has been modified an autocommand
may invalidate the...

github.com/neovim/neovim - c1fa8789c1ba5549dc37163dfa9be039c5092a41 authored 10 months ago by zeertzjq <[email protected]>
build(deps): bump tree-sitter-c to v0.20.8

* fix: allow function definitions to contain preproc attributes

Also update URLs for parsers tr...

github.com/neovim/neovim - d60eeacae4ce4aa780636b90199ac20af609e91b authored 10 months ago by Christian Clason <[email protected]>
fix: type warnings in shared.lua

github.com/neovim/neovim - 35f453f65df2cab4eaeda99c205d1fda235b7bc9 authored 10 months ago by Lewis Russell <[email protected]>
Merge pull request #27460 from bfredl/merarena

refactor(eval): use arena when converting typvals to Object

github.com/neovim/neovim - c6f7419420895490edd24dddf3e0f4c6f3f52c6f authored 10 months ago by bfredl <[email protected]>
refactor(eval): use arena when converting typvals to Object

Note: this contains two _temporary_ changes which can be reverted
once the Arena vs no-Arena dis...

github.com/neovim/neovim - d60412b18e4e21f301baa2ac3f3fb7be89655e4b authored 10 months ago by bfredl <[email protected]>
vim-patch:9.1.0108: filetype: no support for dtso files

Problem: filetype: no support for dtso files
Solution: Add detection for *.dtso files as dts fi...

github.com/neovim/neovim - 4f07ad77869b30ecf7b7b7ed9b53ffcda908c94b authored 10 months ago by Christian Clason <[email protected]>
vim-patch:9.1.0109: filetype: no support for its files

Problem: filetype: no support for its files
Solution: Add detection for *.its files as dts file...

github.com/neovim/neovim - 7ed75d410a23f3fbf0e509433ce8bee32fd63963 authored 10 months ago by Christian Clason <[email protected]>
vim-patch:9.1.0111: filetype: no support for bats files

The '*.bats' file type is for Bash Automated Testing System (BATS)
scripts. BATS scripts are Bas...

github.com/neovim/neovim - 0a51e7626a95a068c7bb00d0da28a701fed758da authored 10 months ago by Christian Clason <[email protected]>
vim-patch:9.1.0110: filetype: add 'Config.in' filetype detection

The 'Config.in' file type is for Buildroot configuration files.
Buildroot Config.in files use th...

github.com/neovim/neovim - d0599b0ed9ff77f1286f2302f92dd4e96cc98a5b authored 10 months ago by Christian Clason <[email protected]>
vim-patch:1da0e8581671

runtime(asciidoc): include basic ftplugin

closes: vim/vim#13873

https://github.com/vim/vim/com...

github.com/neovim/neovim - 989312ed8435075947fcb5f1c6899b43519c37f6 authored 10 months ago by Christian Clason <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 114bf1875c4adef7c39c86ef538246478b4af87c authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat(solidity_ls)!: switch to first-party npm package (#3011)

The unofficial npm package was only uploaded once, two years ago:

https://www.npmjs.com/packa...

github.com/neovim/nvim-lspconfig - 946c58c943815aebcc87c3c89690ca0cc348411c authored 10 months ago by L <[email protected]>
Merge pull request #27474 from zeertzjq/vim-9.1.0068

vim-patch:9.1.{0068,0106}: Visual highlighting can be improved

github.com/neovim/neovim - b76a01055f2d1d616f6642b9919851e4ffe5ad40 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'

Problem: Visual highlight hard to read with 'termguicolors'
(Maxim Kim)
Solution: Set...

github.com/neovim/neovim - 31b3c62845fe7da41eed0089990e1540b9a41053 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0068: Visual highlighting can still be improved

Problem: Visual highlighting can still be improved
Solution: Update Visual highlighting for 8 c...

github.com/neovim/neovim - 440ce0d2462677685d2f981ad3e928c28526e6d3 authored 10 months ago by zeertzjq <[email protected]>
fix(lsp): rename: load and list new buffer if attached to window (#27408)

github.com/neovim/neovim - d09957e0a06f350443c750d9838b5f1016c0cccc authored 10 months ago by Tomasz N <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - c656fe5a58b9eae474f61d294648a897d53639cc authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(quick_lint_js): enable for typescript (#3010)

github.com/neovim/nvim-lspconfig - 02c9b12eaf9393899bddb5ecf6670e7b3e5a4c49 authored 10 months ago by pseudometa <[email protected]>
fix(extmarks): redraw line on adding/removing conceal (#27463)

github.com/neovim/neovim - a376d979bda103fa9998d05c3cc4ba56d3c3cece authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0105: Style: typos found (#27462)

Problem: Style: typos found
Solution: correct them
(zeertzjq)

closes: vim/vim#14...

github.com/neovim/neovim - b2f7a3aaad72fa01dc1230f246c26d878f5a41a6 authored 10 months ago by zeertzjq <[email protected]>
refactor(lsp): resolve the config-client entanglement

Previously the LSP-Client object contained some fields that are also
in the client config, but f...

github.com/neovim/neovim - 9f8c96240dc0318bd92a646966917e8fe0641144 authored 10 months ago by Lewis Russell <[email protected]>
Merge pull request #27428 from bfredl/luarena

refactor(lua): use Arena when converting from lua stack to API args

github.com/neovim/neovim - ce5a9bfe7e537c81d34bd4a27fc6638f20114e67 authored 10 months ago by bfredl <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - ae91a303a2258cb9cd9501e9d20c2dc92792d362 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat(docker-compse-lsp): add more filetype into docker compse server(#3008)

Update the root patterns according to the compose spec.

Source: https://github.com/compose-sp...

github.com/neovim/nvim-lspconfig - 56e40a7b287b5e66d7cb5b6ad98edcd35852dfe5 authored 10 months ago by Cézar Augusto <[email protected]>
refactor(lua): use a keyset for vim.diff opts parsing

github.com/neovim/neovim - 1a3a8d903e9705ce41867e1cbc629a85c7cb6252 authored 10 months ago by bfredl <[email protected]>
refactor(lua): use Arena when converting from lua stack to API args

and for return value of nlua_exec/nlua_call_ref, as this uses
the same family of functions.

NB:...

github.com/neovim/neovim - 0353dd3029f9ce31c3894530385443a90f6677ee authored 10 months ago by bfredl <[email protected]>
fix(loader): remove cyclic dependency on vim.fs (when --luamod-dev)

Problem: Loading `vim.fs` via the `vim.loader` Lua package loader will
result in a stack overflo...

github.com/neovim/neovim - 89135cff030b06f60cd596a9ae81cd9583987517 authored 10 months ago by Jongwook Choi <[email protected]>
docs(builtin): fix lua types for vim.fn.sign_getplaced

Per :help sign_getplaced():

- Parameter {dict}: lnum also accepts integer as well as string
- R...

github.com/neovim/neovim - 309c36d3c9f80e2999b8a66c8a2a1ea640e84562 authored 10 months ago by Jongwook Choi <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 76251e810256dce4db531c98b8b746a38c0ed488 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(denols): add new deno.cache request implmention (#3007)

* fix: Follow latest denols implmention

* fix: Query clients with bufnr

github.com/neovim/nvim-lspconfig - afb9339be6a9485409ea3ffcb73677660a6d5889 authored 10 months ago by Hibiki <[email protected]>
docs: stricter bufname and bufnr types (#27454)

github.com/neovim/neovim - 1c7b0b9d5f874fe962a8e63d9e8db7e576ab0d48 authored 10 months ago by Maria José Solano <[email protected]>
vim-patch:9.1.0101: upper-case of German sharp s should be U+1E9E (#27449)

Problem: upper-case of ß should be U+1E9E (CAPITAL LETTER SHARP S)
(fenuks)
Solutio...

github.com/neovim/neovim - 4860cc5bdcde60994ac331c0c985acdf15115ca8 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0103: 'breakindentopt' "min" not correct with 'signcolumn' (#27451)

Problem: 'breakindentopt' "min" works incorrectly with 'signcolumn'.
Solution: Use win_col_off...

github.com/neovim/neovim - 86458dde0e451dc1d59f16f1d00f2abeb8288ac9 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0102: settabvar() may change the last accessed tabpage (#27450)

Problem: settabvar() may change the last accessed tabpage.
Solution: Save and restore lastused...

github.com/neovim/neovim - 2493fd020d6f294c78a87b0f7f35c0398b248f1f authored 10 months ago by zeertzjq <[email protected]>
perf(redraw): reduce redraw with undo and extmarks or 'spell' (#27442)

vim-patch:9.1.0100: Redrawing can be improved with undo and 'spell'

Problem: When undoing wi...

github.com/neovim/neovim - 94085cfce82153e79eba5a1d277fe5799d973ffd authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incomplete (#27448)

Problem: Mechanism to prevent recursive screen updating is incomplete.
Solution: Add "redr...

github.com/neovim/neovim - 984f7a9fd3d4ad4c6b51fa5c54c3550756056723 authored 10 months ago by zeertzjq <[email protected]>
ci: bump JohnnyMorganz/stylua-action from 3 to 4

Bumps [JohnnyMorganz/stylua-action](https://github.com/johnnymorganz/stylua-action) from 3 to 4....

github.com/neovim/nvim-lspconfig - a367cab50457558b71151b3652d3732ca40c8fee authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #27439 from bfredl/nofreeallmem

fix(exitfree): don't use ex commands to close windows in free_all_mem()

github.com/neovim/neovim - 84b6ade41510ffad7d712abe2b010e4027b7033c authored 10 months ago by bfredl <[email protected]>
refactor(tests): get channel id via nvim_get_chan_info #27441

Minor "best practices" nudge.

github.com/neovim/neovim - 0185152802d4a84258a9a04c1d86a7e27d37d721 authored 10 months ago by Justin M. Keyes <[email protected]>
Merge pull request #27348 from fredizzimo/fsundvik/fix-ext-hlstate

fix: crashes with large msgpack messages

github.com/neovim/neovim - 210ec3b7a94c64263703087163a957567ddf4224 authored 10 months ago by bfredl <[email protected]>
fix(extmarks): redraw pre-undo position (#27437)

Problem:
Virtual text not redrawn properly after undo moves its extmark.

Solution:
Redraw t...

github.com/neovim/neovim - 2d9e063a63f8af7eb9e8321c4845ec4f077ccf58 authored 10 months ago by zeertzjq <[email protected]>
fix(lsp): re-add client.commands and mark private

github.com/neovim/neovim - 597ecf751603cde2d5f58021d503ae20a12eb2f2 authored 10 months ago by Lewis Russell <[email protected]>
docs: correct on_key docs (#27429)

github.com/neovim/neovim - 6c168c0f4d777d7586b47a05d2539210ce711f1c authored 10 months ago by altermo <[email protected]>
fix(exitfree): don't use ex commands to close windows in free_all_mem()

Attempting to manipulate the window layout via ex commands is not safe
here. It is also redundan...

github.com/neovim/neovim - f1dd75c2af4076cfa9326f96ebd4cffd2d89a515 authored 10 months ago by bfredl <[email protected]>
fix(lsp): semantic token defer loading

Fixes #27424

github.com/neovim/neovim - 917172dd9680cc4234a47beee91e8adcaf0e833c authored 10 months ago by Lewis Russell <[email protected]>
vim-patch:9.1.0098: CompleteChanged not triggered when new leader added without matches (#27436)

Problem: CompleteChanged not triggered when new leader added causing
no matching ite...

github.com/neovim/neovim - 4682f158a062dd8ede37c568c3e456aac83819fc authored 10 months ago by Raphael <[email protected]>
fix(texlab): search for default texlab root files (#3005)

github.com/neovim/nvim-lspconfig - e655c96cf00f7b783871b3787187ed3fa25ff64e authored 10 months ago by Steven Jin <[email protected]>
perf(extmarks): avoid unnecessary invalidations for virt_text (#27435)

Invalidation of most w_valid flags isn't needed when adding or removing
virtual text below cursor.

github.com/neovim/neovim - 929e1b7f1c35679424989f5ebfc78f095bb434d9 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:b614b284ee06 (#27433)

runtime(vim): Update syntax file (vim/vim#14009)

- allow comments after :highight commands
-...

github.com/neovim/neovim - 950a0ac61c70362f168338b815675ac60b1d72dc authored 10 months ago by zeertzjq <[email protected]>
fix(column): use a single path for sign sorting (#27431)

Problem: #25826 added a (duplicate) sign comparison function, which was
modified and strayed f...

github.com/neovim/neovim - 5a4e0b837f90862a674e965ed91d4379c5f39fd3 authored 10 months ago by luukvbaal <[email protected]>
vim-patch:9.1.0097: 'breakindent' behaves inconsistently with 'list' and splits (#27432)

Problem: 'breakindent' behaves inconsistently with 'list' and splits.
Solution: Use 'listchars...

github.com/neovim/neovim - 9605cfe06c44df032231360fb0fcd07e3f4ae10a authored 10 months ago by zeertzjq <[email protected]>
refactor(indent): refactor computing of a string's indent size (#27252)

The `get_indent_str_vtab()` function currently calls `tabstop_padding()`
every time a tab is en...

github.com/neovim/neovim - 3faedb0509545a01d84a37bdadf4a9150cc03d5c authored 10 months ago by VanaIgr <[email protected]>
vim-patch:6d91227267a5

runtime(gpg): Mark dangerous use-embedded-filename with WarningMsg

The syntax highlighter is li...

github.com/neovim/neovim - 46390635cd3adf6c6ac4f34914ae93777b8fc15a authored 10 months ago by Christian Clason <[email protected]>
refactor(lsp): move more code to client.lua

The dispatchers used by the RPC client should be defined in the client,
so they have been moved...

github.com/neovim/neovim - ed1b66bd998b98ee8cf76b5a23c323352588dd56 authored 11 months ago by Lewis Russell <[email protected]>
Merge pull request #27420 from MariaSolOs/warning-anxiety

refactor(lsp): fix type annotations and add shared diagnostic helper

github.com/neovim/neovim - 8e86193502608c4a833f6996b942e8dd0eb8e476 authored 11 months ago by Lewis Russell <[email protected]>
Merge pull request #27414 from bfredl/arenalines

refactor(api): use an arena for nvim_buf_get_lines and buffer updates

github.com/neovim/neovim - d48f75e42e4c340f9c191c126d38aa9494741ccc authored 11 months ago by bfredl <[email protected]>
refactor(api): use an arena for nvim_buf_get_lines and buffer updates

Refactor some earlier "temporary Array" code in buffer_updates.c to use
the modern style of MAXS...

github.com/neovim/neovim - 930d6e38d4eb61adbb4f0d7328f55b31408b7cd1 authored 11 months ago by bfredl <[email protected]>
fix(messages): clear new lines when increasing 'cmdheight' (#27421)

github.com/neovim/neovim - ca258db15668242c50a0529111398f53e4e01619 authored 11 months ago by zeertzjq <[email protected]>
deps src: Automatic update

github.com/neovim/deps - 9fd71476dfa01b1ab406ba90858017ef67fd5bd8 authored 11 months ago by marvim <[email protected]>
refactor(lsp): add vim.lsp.sync.Range type

github.com/neovim/neovim - eac7e3fc6c738d7023c104f09341dbb10bf3c4bc authored 11 months ago by Maria José Solano <[email protected]>
refactor(lsp): add shared diagnostic handler

github.com/neovim/neovim - 5a6868c888a9ef5bd22e004e7cb116e4578ccf32 authored 11 months ago by Maria José Solano <[email protected]>
refactor(lsp): add type annotations

github.com/neovim/neovim - c73d67d283c296bdb7a44a0283346e7b61d837f0 authored 11 months ago by Maria José Solano <[email protected]>
feat(shortmess): "q" flag fully hides recording message (#27415)

When "q" is set in 'shortmess' it now fully hides the "recording @a" message
when you are recor...

github.com/neovim/neovim - 170c890dca8f160bdcd41e4fdc6bf15ee0bdba49 authored 11 months ago by Trevor Arjeski <[email protected]>
refactor: rename w_float_config to w_config #27419

Follows up on rename of `FloatConfig` to `WinConfig` in #27397.

github.com/neovim/neovim - f1f8fa850f741b7c35b8ff9c02ac2810a75e25b1 authored 11 months ago by Will Hopkins <[email protected]>
Merge pull request #27253 from MariaSolOs/codelens-refresh

feat(lsp): add opts to vim.lsp.codelens.refresh

github.com/neovim/neovim - 320eec496c5fc502c542346ffd46800493cbd629 authored 11 months ago by bfredl <[email protected]>
Merge pull request #27418 from zeertzjq/vim-9.1.0089

vim-patch:9.1.{0089,0093}: qsort() comparison function fixes

github.com/neovim/neovim - 470c450fd258ded6200305d28b35e7243520595f authored 11 months ago by zeertzjq <[email protected]>
refactor: don't use subtraction in qsort() comparison functions

github.com/neovim/neovim - 00e785b17fde8c476031e3c24ea77bed45b88a89 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0093: Still a qsort() comparison function that returns result of subtraction

Problem: Still a qsort() comparison function fuzzy_match_item_compare()
that returns ...

github.com/neovim/neovim - f3982ad3f3bc866c9369edfbd4125aaa092215a9 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0089: qsort() comparison functions should be transitive

Problem: qsort() comparison functions should be transitive
Solution: Do not subtract values, bu...

github.com/neovim/neovim - 5bbb733a1b16b0c9d2303c1464bf66ee434450ac authored 11 months ago by zeertzjq <[email protected]>
build(deps): bump tree-sitter-bash to v0.20.5

github.com/neovim/neovim - 71429c90eeb979c6062ee845e516d28b5e6ce402 authored 11 months ago by Christian Clason <[email protected]>
refactor: reduce some globals #27406

github.com/neovim/neovim - e15dfb5f79f5fddc1e5cb93a6da0e4be8aa9c506 authored 11 months ago by Justin M. Keyes <[email protected]>
Merge pull request #27398 from bfredl/arena2

refactor(api): use arena for more stuff

github.com/neovim/neovim - 607606e3bb7a435ac5a0eba2eb4abde8eff774bb authored 11 months ago by bfredl <[email protected]>
deps src: Automatic update

github.com/neovim/deps - d0eff2713a49ba40e8c186fd78a00111c2236ad0 authored 11 months ago by marvim <[email protected]>
test(ui/mouse_spec): make sure click is processed (#27412)

github.com/neovim/neovim - 4948fa42efb90333a3b5738fd943b75f35415a7b authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0087: Restoring lastused_tabpage too early in do_arg_all() (#27411)

Problem: Restore lastused_tabpage too early in do_arg_all() function it
will change ...

github.com/neovim/neovim - 7ab003ec790b34803d64e10e4eb463e585d599d0 authored 11 months ago by Raphael <[email protected]>
test: add test for scroll wheel at right-click menu (#27409)

github.com/neovim/neovim - ba23d109baa5a863886298fa3590e0258873f2bb authored 11 months ago by zeertzjq <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 41f40dc4b86f3e166cf08115f621001972565a20 authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat(fennel-ls): allow utf-8 offsetEncoding (#3002)

The `fennel-ls` server can support `utf-8` offsetEncoding now, and
it is preferred, as both neo...

github.com/neovim/nvim-lspconfig - 80535f2ca44a28dde25eaf7456eff7c747c59ca2 authored 11 months ago by XeroOl <[email protected]>
build(clint): don't allow INIT() in non-header files (#27407)

github.com/neovim/neovim - dcb11c1091416db04101dab3566563c74b47452b authored 11 months ago by zeertzjq <[email protected]>
fix(startup): multiprocess startuptime #26790

Problem:
Since 24488169564c39a506c235bf6a33b8e23a8cb528, the --startuptime report shows
two bl...

github.com/neovim/neovim - 8e739af064dec28886694aa448f60a570acd2173 authored 11 months ago by Pablo Arias <[email protected]>
vim-patch:9.1.0088: TextChanged not triggered for :norm! commands (#27405)

Problem: TextChanged not triggered for :norm! commands
(machakann, after v9.0.2031)
...

github.com/neovim/neovim - 3f419d84fbb918836fd90f2e09eace7ce3266f6b authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0084: Visual hl wrong when it ends before multibyte 'showbreak' (#27404)

Problem: Visual hl wrong when it ends before multibyte 'showbreak'.
(lacygoil)
Solu...

github.com/neovim/neovim - 0d4d3e4325d475e62ff793391e4aba3c7c8561ee authored 11 months ago by zeertzjq <[email protected]>
refactor(api): use arena for nvim_get_option_info()

github.com/neovim/neovim - 2d0e29614b4417e9764b9f7d588a50fe7f752749 authored 11 months ago by bfredl <[email protected]>
refactor(api): use arena for nvim_parse_cmd()

github.com/neovim/neovim - 2d8d35f838e0f9737a8b0231e94d35315e54ca8f authored 11 months ago by bfredl <[email protected]>
refactor(api): use arena for hlstate inspection

github.com/neovim/neovim - 4cd43933d355b5b39b1107bfd08ad9205681f2f4 authored 11 months ago by bfredl <[email protected]>
refactor(api): use arena for nvim_list_uis()

github.com/neovim/neovim - e9510211f0b957606685344be97350c29e3ea638 authored 11 months ago by bfredl <[email protected]>
refactor: rename FloatConfig to WinConfig #27397

`FloatConfig` is no longer used only for floats, so the name is counterintuitive.

Followup to...

github.com/neovim/neovim - 44ec4b5b18d1ba856dc3305d8dfb0e8d9507dd50 authored 11 months ago by Will Hopkins <[email protected]>
refactor(api): make cstr_as_string accept "const char*"

In the context a String inside an Object/Dictionary etc is consumed,
it is considered to be read...

github.com/neovim/neovim - e0e5b7f0ba1b0440bdc2b557e2b2cfae24706cbd authored 11 months ago by bfredl <[email protected]>
build: stop installing parser.h from treesitter

github.com/neovim/neovim - 4788abf2da6bb5c37e880d74a73a4a7de736b6ac authored 11 months ago by dundargoc <[email protected]>
deps src: Automatic update

github.com/neovim/deps - 95c890a906f965f9ec4e4408ce29086e1d18f962 authored 11 months ago by marvim <[email protected]>
feat(lsp): add opts paramater to vim.lsp.codelens.refresh

github.com/neovim/neovim - 0fe86f7e240368c00ffa06516cd34850b92e00d3 authored 11 months ago by Maria José Solano <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - f12f1b9e877b1e6e2ef7eae1a524d8253af4243d authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add harper_ls support (#3001)

* feat: added `harper_ls` support

* fix(unused parameter): removed settings parameter from `h...

github.com/neovim/nvim-lspconfig - 765314548e828e664147eff9c1e20843b04fbf7e authored 11 months ago by Elijah Potter <[email protected]>
feat(tutor): add Japanese tutor #27268

Add Japanese Tutor

github.com/neovim/neovim - 32b49448b227588c2fbc93f89743104fd445e0a6 authored 11 months ago by ite-usagi <[email protected]>
fix(lsp): rename fails on missing parent directory #27291

Problem:
If a rename results in a path that has missing parent directory(s), it
will fail.

...

github.com/neovim/neovim - f0e61e6d92b5ce115388f8a03f8d34f00a3dea92 authored 11 months ago by Tomasz N <[email protected]>
Merge pull request #27391 from bfredl/arenarock

refactor(api): refactor more api functions to use arena return

github.com/neovim/neovim - 52b6a9a93b06bc897d9982139c143127003f42dc authored 11 months ago by bfredl <[email protected]>