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

fix(drawline): consider position in linebuf for foldcolumn (#26803)

github.com/neovim/neovim - 3299797150636b9d233c290a49c5532c3bed2f34 authored about 1 year ago by luukvbaal <[email protected]>
refactor(lsp): fix remaining luals warnings in lsp.rpc

github.com/neovim/neovim - e0112aa1d21aa01eca867f28f77bcca28aae3b39 authored about 1 year ago by Mathias Fussenegger <[email protected]>
feat(lsp): support connect via named pipes/unix domain sockets (#26032)

Closes https://github.com/neovim/neovim/issues/26031

Co-authored-by: Mathias Fussenegger <f.m...

github.com/neovim/neovim - 3f788e73b34521f093846d362bf51e68bc9a3827 authored about 1 year ago by TheLeoP <[email protected]>
fix(csharp-ls): csharp-ls uses solution file for project root first (#2955)

github.com/neovim/nvim-lspconfig - ce0e625df61be77abe1340fbc9afe9ad39b31dd8 authored about 1 year ago by JD <[email protected]>
feature(diagnostic): add `vim.diagnostic.count()` (#26807)

feat(diagnostic): add `vim.diagnostic.count()`

Problem: Getting diagnostic count based on the...

github.com/neovim/neovim - 4ee656e4f35766bef4e27c5afbfa8e3d8d74a76c authored about 1 year ago by Evgeni Chasnovski <[email protected]>
refactor(health): refactor provider healthchecks

* Prefer pure Lua functions over vim.fn
* Split up provider healthchecks into separate modules t...

github.com/neovim/neovim - 164f1ea06d17e935f41e178e46bb05bbb676af20 authored about 1 year ago by Gregory Anders <[email protected]>
refactor: remove redundant NOLINT comments

github.com/neovim/neovim - b49d4e18a67d16548fa72013237a87564656170e authored about 1 year ago by dundargoc <[email protected]>
docs: clarify purpose of repo better

github.com/neovim/neovim-releases - ccc65a4abd4f622dfda0c30508191c93321b4641 authored about 1 year ago by Justin M. Keyes <[email protected]>
feat(treesitter): highlight Lua files by default (#26824)

github.com/neovim/neovim - f69658bc355e130fc2845a8e0edc8baa4f256329 authored about 1 year ago by Christian Clason <[email protected]>
ci: write the correct cherry-picked commit id when backporting

Problem: Commits backport-merged to release branches are cherry-picked
from the original commits...

github.com/neovim/neovim - bcd111bd12b9d6db58a88fac728fc51af4d96c12 authored about 1 year ago by Jongwook Choi <[email protected]>
fix(l10n): update Ukrainian translations (#26819)

github.com/neovim/neovim - 7d17ab5b6f075f0c9cfe6b00ae6948c345b6a280 authored about 1 year ago by Anatolii Sakhnik <[email protected]>
docs: clarify on_bytes arguments

based on extmark_splice doc

github.com/neovim/neovim - 3faace199583f3a36470b717ce3e386e476f3a30 authored about 1 year ago by Jaehwang Jung <[email protected]>
build: ensure `make clean` doesn't remove source files

Adding a file to `OUTPUT` in `add_custom_command` marks that file as
`GENERATED` in cmake, and w...

github.com/neovim/neovim - 7cb29a572b365a5184defeec477271bd562b5076 authored about 1 year ago by dundargoc <[email protected]>
fix(builtin): parameter mismatch between winsaveview and winrestview

github.com/neovim/neovim - 6fa0f303d7f0823bfc5ba6cc7b4e7a7cd76143ac authored about 1 year ago by altermo <unknown>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 9bedcfed749755e43fc8bed46f85ce2044fe3b77 authored about 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(ols): remove single_file_support (#2952)

* fix(ols): remove single_file_support

It doesn't seem like ols really has support for single...

github.com/neovim/nvim-lspconfig - b84a1f67264a9393a0cea169fcc2268dcf650700 authored about 1 year ago by Harley Laue <[email protected]>
Handle mouse buttons 6/7 (often used for horizontal scrolling)

github.com/neovim/neovim - b4ef9134007aeab421d93299bdf3b97fba0ffa79 authored about 1 year ago by Paul "LeoNerd" Evans <[email protected]>
refactor(tui): remove code that is no longer necessary

github.com/neovim/neovim - 6f6abd8c02f66a71f1ad46c4596cadd5709898f4 authored about 1 year ago by zeertzjq <[email protected]>
Ignore key_mouse unless it is exactly \e[M because some terminfos relate to different encoding modes (thanks Ninji)

github.com/neovim/neovim - ffe96c6c1c6c54bc03f2d534c9a6bf92c2dd1e51 authored about 1 year ago by Paul "LeoNerd" Evans <[email protected]>
test(functional): remove faulty pending check

Problem: `functional/vimscript/api_functions_spec` skips a test if the
runtime files are not gen...

github.com/neovim/neovim - b9cf3880455c6ee2c3e9cc9a9d2ad2694c075ec4 authored about 1 year ago by Christian Clason <[email protected]>
refactor: fix luals warnings

github.com/neovim/neovim - d51b6157473c4830313b566116aa3ad38dc97412 authored about 1 year ago by dundargoc <[email protected]>
build: various improvements

- Use `#pragma once` for `cmake.config/config.h.in`
- Remove unused variable `CACHED_GENERATED_D...

github.com/neovim/neovim - bf0be0f63e7142675f1376781c128116d12c520d authored about 1 year ago by dundargoc <[email protected]>
refactor: follow style guide

github.com/neovim/neovim - c89292fcb7f2ebf06efb7c1d00c28f34c6f68fec authored about 1 year ago by dundargoc <[email protected]>
vim-patch:d96f25bd69c1

runtime(fortran): update syntax and documentation (vim/vim#13784)

* Update Fortran section of i...

github.com/neovim/neovim - d634cd5b0bc3ac6bdf285432f74a1c10f12b6031 authored about 1 year ago by Christian Clason <[email protected]>
refactor(drawline): remove maybe_wlv argument for foldcolumn (#26798)

Problem: fill_foldcolumn() has an optional winlinevars_T argument.
Solution: Increment wlv->of...

github.com/neovim/neovim - dd00b6b442a6d3a8a4758b0ee10ac93d07e7db72 authored about 1 year ago by luukvbaal <[email protected]>
Merge pull request #26758 from luukvbaal/drawline

refactor(drawline): avoid writing foldopen before writing foldclosed

github.com/neovim/neovim - c5e9acca6471280e32fbcaa30849aa68358155ca authored about 1 year ago by bfredl <[email protected]>
ci: add workflow_dispatch to optional.yml workflow

This makes it convenient to test optional.yml on release branch.

github.com/neovim/neovim - 9aed26079c3021bc194d4261ac4fa8011476cf3e authored about 1 year ago by dundargoc <[email protected]>
refactor(drawline): avoid writing foldopen before writing foldclosed

github.com/neovim/neovim - fe2ca7eabff7d924eff18e0b3a8efc354c0eaf17 authored about 1 year ago by Luuk van Baal <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 0d9e870d01894c592d7ea93cfe0fa451916d9a7f authored about 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(sqls): sqls is unarchived (#2950)

github.com/neovim/nvim-lspconfig - cee0d8c874daf8c9ce4422402aa270fa31a731c5 authored about 1 year ago by Takumi Kanada <[email protected]>
vim-patch:fda02d03c0cf

runtime(gitcommit): Updates to ftplugin and syntax

https://github.com/vim/vim/commit/fda02d03c0...

github.com/neovim/neovim - 419f0387276f6b1b72ad2cb56366f31d3ad6265e authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:757714c0cba7

runtime(git): Make diffs foldable

https://github.com/vim/vim/commit/757714c0cba7772b987b2513559...

github.com/neovim/neovim - 1d71e1d987f330cae33f3d6026c26ffbb6c5b585 authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:48ddc6a6f86f

runtime(git): Add small ftplugin

https://github.com/vim/vim/commit/48ddc6a6f86f1f42bdb49d308d72...

github.com/neovim/neovim - ffb97af88785d8bf5b10ea82d1406f4d6aa6f799 authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:715a8058895f

runtime(cucumber): Updates to indent and syntax

https://github.com/vim/vim/commit/715a8058895f5...

github.com/neovim/neovim - 1ef60ea6513be72a03958ed6239bfe474c85a7a3 authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:a907c9199216

runtime(sass): Provide sass_recommended_style option

https://github.com/vim/vim/commit/a907c919...

github.com/neovim/neovim - 7709597a1d79e053587cb01f2a7d7c0f3e72d9ab authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:244f01658f9c

runtime(markdown): Fix folding of code blocks

https://github.com/vim/vim/commit/244f01658f9c60c...

github.com/neovim/neovim - 51c22b9321ac22293e6bec898fe9027e8100703e authored about 1 year ago by Christian Clason <[email protected]>
sponsors: warp #340

until Feb 1

github.com/neovim/neovim.github.io - f070dbd4c3f5ce4087873cd686865400da5d4bd6 authored about 1 year ago by Justin M. Keyes <[email protected]>
vim-patch:9.0.2189: Wrong display with 'briopt=sbr' and 'nobreakindent' (#26785)

Problem: Wrong display when 'breakindentopt' contains "sbr" and
'showbreak' and 'nob...

github.com/neovim/neovim - aecbc3f832a20f860858c3b2a9774c6a51fd52da authored about 1 year ago by zeertzjq <[email protected]>
docs: convert BACKERS.md to backers.txt

There is no reason for this file to be in project root, which is crowded
as is. This also fits n...

github.com/neovim/neovim - 31d7007bf745d3f03902b27c2124d473ec2f8906 authored about 1 year ago by dundargoc <[email protected]>
fix(drawline): don't use temporary "v" variable when not needed (#26777)

github.com/neovim/neovim - 2b9d3869f8f366399327d01155f557e90038ca97 authored about 1 year ago by zeertzjq <[email protected]>
docs(eval): add parameter type for vim.fn.mode() (#26776)

github.com/neovim/neovim - 53a3e6ac879d89039c69d3e44f46ed9bf857a9d9 authored about 1 year ago by xvzc <[email protected]>
vim-patch:d1cea036467c

runtime(elixir): missing undo_ftplugin for indentkeys

fixup after vim/vim#13771

https://github...

github.com/neovim/neovim - 320c77fa528e96aac0931383160fa9ce3f7a3eec authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:7e2741100737

runtime(elixir): fix indentation (vim/vim#13771)

https://github.com/vim/vim/commit/7e2741100737...

github.com/neovim/neovim - ecbfff73065b912775182702d051e7438587db75 authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:a03647acc313

runtime(mermaid): Syntax fix (vim/vim#13774)

* runtime(mermaid): Fix arrow syntax
* runtime(mer...

github.com/neovim/neovim - 44c7833193fb4e851e8c1788855e7abb62a03347 authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:00b470052b71

runtime(diff): Update default links (vim/vim#13776)

Problem: Current default links for `diffAdd...

github.com/neovim/neovim - aece3a7f5f15ce364396a0663c870d53110c6fb5 authored about 1 year ago by Christian Clason <[email protected]>
docs: small fixes (#26651)

Co-authored-by: Gregory Anders <[email protected]>
Co-authored-by: WillLillis <[email protected]>

github.com/neovim/neovim - 714b075197c02d27d5c05133759ae97bed279b50 authored about 1 year ago by dundargoc <[email protected]>
fix(clipboard): make getreg() accurate for clipboard registers (#26740)

Problem: getreg("*") / getreg("+") disagree with :registers.
Solution: Avoid falling back to u...

github.com/neovim/neovim - 46ceefb52be6b014dd27b6adfbca3e1c9dff0c0c authored about 1 year ago by JD <[email protected]>
vim-patch:65672ae1189e (#26767)

runtime(doc): clarify behaviour of ]m and ]M motions

In particular remove the sentence, that ...

github.com/neovim/neovim - e0d998dbc8b8e7047e1cc2bb520aea4d0b34f726 authored about 1 year ago by zeertzjq <[email protected]>
vim-patch:9.0.2188: cursor wrong after { in single line buffer (#26766)

Problem: cursor wrong after { in single line buffer
(Edwin Chan)
Solution: do not p...

github.com/neovim/neovim - b3940cf8a1b388a49a2076573a7702ca4a22d059 authored about 1 year ago by zeertzjq <[email protected]>
vim-patch:9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit (#26765)

Problem: Visual selection isn't drawn with 'breakindent' when the line
doesn't fit i...

github.com/neovim/neovim - d82e105727475aa18720bd0b12103c23600e7ca0 authored about 1 year ago by zeertzjq <[email protected]>
refactor: remove unnecessary HAVE_PATHDEF macro

github.com/neovim/neovim - 7f9fc2fbf03e18c1e4033763be4905707d7a84e7 authored about 1 year ago by dundargoc <[email protected]>
revert: "fix: correct versions in deprecation warnings"

This reverts commit 5cb906e91cb56302d0737aa80e2d890dde452029.

They were intentionally fast-trac...

github.com/neovim/neovim - e0eb4188bfabefac54dd7cdcfe57fbb6ddb724b5 authored about 1 year ago by dundargoc <[email protected]>
vim-patch:9042bd8b09ba

runtime(r): Update R runtime files and docs (vim/vim#13757)

* Update R runtime files
- Fix inde...

github.com/neovim/neovim - 8492a84bfd4f9f743bd86a34875cc6b82fd0df96 authored about 1 year ago by Christian Clason <[email protected]>
refactor(gen_lsp.lua): add typing for the LSP protocol JSON data model

Enhance readability and intellisense by incorporating type annotations.
Types are not very stric...

github.com/neovim/neovim - 2f43af6423193eb52e9a6635034f8c79f40f1706 authored about 1 year ago by Jongwook Choi <[email protected]>
docs(gen_lsp.lua): re-generate vim.lsp._meta.protocol type annotations

The purpose of this commit is to make diff clean and easy to read; to
see the diff resulted from...

github.com/neovim/neovim - 3767468b9615b617e252e9e9498e070087fe570f authored about 1 year ago by Jongwook Choi <[email protected]>
fix(gen_lsp.lua): improve type name, and fix wrong type inheritance

Style improvements:

1. Anonymous classes derived from `StructureLiteralType` should have a
b...

github.com/neovim/neovim - 6c35fb421e888d0cbdfac07a5ff4579c9be7f0ec authored about 1 year ago by Jongwook Choi <[email protected]>
fix(inccommand): don't preview in Ex mode (#26587)

github.com/neovim/neovim - 382ea4d40282c3ed2e3e1f30b53f060e0b0df498 authored about 1 year ago by Raphael <[email protected]>
feat(defaults): map Q and @x to repeat in Visual mode (#26495)

github.com/neovim/neovim - c26dc1f77c792fe5cbefd578dc8d1e23c80d3688 authored about 1 year ago by Nacho Nieva <[email protected]>
refactor: use vim.deprecate on all deprecated functions

github.com/neovim/neovim - 5f9d4d8afeb5dc3d5df4965c24cbb4c6e01694f7 authored about 1 year ago by dundargoc <[email protected]>
fix: correct versions in deprecation warnings

The following functions should be removed in 0.12 according to the
deprecation strategy in MAINT...

github.com/neovim/neovim - 5cb906e91cb56302d0737aa80e2d890dde452029 authored about 1 year ago by dundargoc <[email protected]>
ci: disable libintl on mac release

The releases doesn't work on intel mac as libintl isn't available on the system
by default. Thi...

github.com/neovim/neovim - 0f22ea400ce5319a1e74eda41505fd9cfb788e35 authored about 1 year ago by dundargoc <[email protected]>
ci: remove winget workflow

All releases that aren't directly maintained by us should live in the
`neovim/neovim-releases` r...

github.com/neovim/neovim - 0da50da6e243df449c5fb64164aa44338f2a6d4b authored about 1 year ago by dundargoc <[email protected]>
test: simplify vim.fs tests

The exec_lua wrapper is no longer necessary.

github.com/neovim/neovim - 0009c337bc1b9e46c41add6f6bae86202835d97d authored about 1 year ago by dundargoc <[email protected]>
fix(column): correct width after truncated 'statuscolumn' error (#26737)

Problem: Default number column has incorrect width after 'statuscolumn'
is unset due...

github.com/neovim/neovim - ec7453804421f738955a5f4460f44172318d42ff authored about 1 year ago by luukvbaal <[email protected]>
feat(extmarks): add virt_text_repeat_linebreak flag (#26625)

Problem: Unable to predict which byte-offset to place virtual text to
make it repeat...

github.com/neovim/neovim - bbd5c6363c25e8fbbfb962f8f6c5ea1800d431ca authored about 1 year ago by luukvbaal <[email protected]>
feat(vim.deprecate): only issue warning if neovim version is high enough

As specified by MAINTAIN.md, features should be soft deprecated at first
(meaning no warnings) t...

github.com/neovim/neovim - 0a598c13b1863ba1aff378027c4376e3ab7048ee authored about 1 year ago by dundargoc <[email protected]>
Merge pull request #25528 from bfredl/nocpolisp

refactor(cpoptions): remove 'p'

github.com/neovim/neovim - 343436f97db859fb253cf83b1d5aaef36c182922 authored about 1 year ago by bfredl <[email protected]>
refactor(cpoptions): remove 'p'

Deleting a cpo flag a day keeps the doctor away

We don't need two different ways to indent LISP...

github.com/neovim/neovim - e8acbc1ade5082563a9464ed3d1225414723390d authored about 1 year ago by bfredl <[email protected]>
refactor(drawline): reduce size of wlv.extra[] (#26733)

It's now only used for transchar_hex(), which only needs 11 bytes.

github.com/neovim/neovim - ddc8dd187d1c4da451332faf545171f242aa6b7a authored about 1 year ago by zeertzjq <[email protected]>
test(extmarks): improve tests for ui_watched (#26732)

github.com/neovim/neovim - a42df117861f0f0233dec89a0d2cc79144d4fa4e authored about 1 year ago by zeertzjq <[email protected]>
deps src: Automatic update

github.com/neovim/deps - 90b768748080c7b36923f66db46ba1d2f5dff98f authored about 1 year ago by marvim <[email protected]>
feat(health): make :checkhealth support more split modifiers (#26731)

github.com/neovim/neovim - 2877672d70e76f71ae1190090b8aea7044d458be authored about 1 year ago by zeertzjq <[email protected]>
feat(health): checkhealth buffer can show in a split window (#26714)

:checkhealth now respects :vertical and :horizontal.
For example:
:vertical checkhealth foo ...

github.com/neovim/neovim - 2ff2785c396e66c285fecf5b151d8f8863f9d4e6 authored about 1 year ago by Pablo Arias <[email protected]>
build: remove clint checks and style text covered by uncrustify

github.com/neovim/neovim - 675522af18f59918a64e6dbe5f0ba3b1d3b4eb65 authored about 1 year ago by dundargoc <[email protected]>
refactor: follow style guide

github.com/neovim/neovim - ab2aad509d6e4fc57a6afe056275405ec6451671 authored about 1 year ago by dundargoc <[email protected]>
build(deps): bump luajit to HEAD - c525bcb90

github.com/neovim/neovim - 84f6216130b6b6bffc97e0e221a92ccfa34e381e authored about 1 year ago by Christian Clason <[email protected]>
fix(treesitter): outdated highlight due to tree with outdated region

Problem:
A region managed by an injected parser may shrink after re-running the
injection query....

github.com/neovim/neovim - 7fa292c52d7bf63d59730946ef220befe4d51900 authored about 1 year ago by Jaehwang Jung <[email protected]>
Merge pull request #26642 from famiu/refactor/options/misc

refactor(options): miscellanous refactors

github.com/neovim/neovim - 0b66ab42c76c41494a9d7fc715d310f1a1da929d authored about 1 year ago by zeertzjq <[email protected]>
refactor(options): do bound checking in `validate_num_option()`

github.com/neovim/neovim - 4587912527f48974e5b339af85db1c74bdd3cb43 authored about 1 year ago by Famiu Haque <[email protected]>
refactor(options): remove side effects from `check_num_option_bounds()`

github.com/neovim/neovim - 547ccc2681b204b3cb37b1b1fbe72baf21ca6660 authored about 1 year ago by Famiu Haque <[email protected]>
ci: use fetch-depth=0

It's needed to give the determine the correct neovim version

github.com/neovim/neovim-releases - 98eba1f740a7c48bc6c90c6b928168d5e04c888d authored about 1 year ago by dundargoc <[email protected]>
ci: fix release workflow

The PPA for cmake didn't seem to work, so we manually install cmake
instead. Install `cmake` fro...

github.com/neovim/neovim-releases - 35b6403a36dd1f23545eeabefef5897574431478 authored about 1 year ago by dundargoc <[email protected]>
ci: change release order

Sync with neovim workflow.

github.com/neovim/neovim-releases - f2a7ceceb7e99dbe8a29834f71d59eb51aad51b2 authored about 1 year ago by dundargoc <[email protected]>
refactor: remove os_errmsg and os_msg functions

Instead replace them with fprintf and printf.

github.com/neovim/neovim - eae6727325111e596b49bb04337a467e8833397c authored about 1 year ago by dundargoc <[email protected]>
Install newest version of cmake.

A newer version of cmake is needed to build neovim.

github.com/neovim/neovim-releases - 8ffb235fcf60a5b9697f9ef0d6cae9f7814075c2 authored about 1 year ago by dundargoc <[email protected]>
Add status badge to README

github.com/neovim/neovim-releases - 4d10a83a775513a9f3ec0186c1f72f9c9d158cb6 authored about 1 year ago by dundargoc <[email protected]>
vim-patch:ea9964a36f94

Runtime(fortran): updates to indent, syntax and ftplugin (vim/vim#13752)

* runtime update fortr...

github.com/neovim/neovim - 7121241e5cecbd741795aec37a3cb1203c8e9f34 authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:ec97edcbb9f6

runtime(debcontrol): Add loong64 arch (vim/vim#13754)

https://github.com/vim/vim/commit/ec97edc...

github.com/neovim/neovim - 373eb7b799190eb3982258cbc7f850e32db1e8a2 authored about 1 year ago by Christian Clason <[email protected]>
refactor: remove CPO_TO_CPO_FLAGS() (#26718)

Just pass p_cpo to replace_termcodes() directly.
This allows removing option_vars.h from keycod...

github.com/neovim/neovim - c16d5729b52d2f878cd035341b951b1f185b45c9 authored about 1 year ago by zeertzjq <[email protected]>
fix(mappings): fix mapset() not replacing map with backslash (#26719)

github.com/neovim/neovim - 3c667d3e0fe41a900cee9477e190ae02d7ec0c23 authored about 1 year ago by zeertzjq <[email protected]>
refactor(options): move some functions from options.c to option.c

github.com/neovim/neovim - 4d98ec2fa45a100292c490acc606dfb55a0573c1 authored about 1 year ago by Famiu Haque <[email protected]>
refactor(options): restructure functions related to key options

github.com/neovim/neovim - 1d2af15a956458f09b526d23f1d0135da9b90bb4 authored about 1 year ago by Famiu Haque <[email protected]>
refactor(options): use `OptIndex` for `os_idx`

github.com/neovim/neovim - 8f72987837ce15156704f54951224de4ae36741d authored about 1 year ago by Famiu Haque <[email protected]>
refactor(IWYU): move evalarg_T to eval_defs.h (#26716)

github.com/neovim/neovim - 242261d4e77806cdb4559c2be58613113a393a4e authored about 1 year ago by zeertzjq <[email protected]>
build(nix): update flake.lock (#26702)

updates nixpkgs version to reflect the removal of nvim-client in the build see https://github.co...

github.com/neovim/neovim - 0c3d2a7fd99d6171fad81cc8b010281b1cd1c3e0 authored about 1 year ago by Jared Baur <[email protected]>
refactor(drawline): avoid storing info to draw 'statuscolumn' (#26712)

We no longer return to the main loop in win_line() to put column
characters on the screen. Simp...

github.com/neovim/neovim - e632396bab024ffefd1ed65bb4ac0203a9f491ce authored about 1 year ago by luukvbaal <[email protected]>
fix(decor): allow adding providers during redraw

Fixes: #26652

github.com/neovim/neovim - 2b0acacb3c2cdd67436846d5117ae323ea7a8fd4 authored about 1 year ago by Lewis Russell <[email protected]>
fix(lsp): filetype matching to documentSelector in dynamic capabilities (#25425)

Use the get_language_id client option to resolve the filetype when
matching the document select...

github.com/neovim/neovim - 031088fc0afffe4af6fa90d68d5b93ca09992ef1 authored about 1 year ago by Michal Liszcz <[email protected]>