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

vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is open

Problem: Things that temporarily change/restore curwin/buf (e.g:
win_execute, some au...

github.com/neovim/neovim - cf140fb25b94c556396fe942a4af3e8db9effa37 authored 11 months ago by Sean Dewar <[email protected]>
Merge pull request #27221 from BugLight/fix-coverity-found-bugs

Fix bugs found by coverity

github.com/neovim/neovim - 74e695d22715e52f5561a185583b8c23d4fa0dd6 authored 11 months ago by zeertzjq <[email protected]>
fix(coverity/471380): null dereference in get_local_additions()

strrchr returns null pointer if '.' is not present in file name. Notice
that filenames are filte...

github.com/neovim/neovim - 9d48266bed96d3ed9c7edf45e3b5fb8a9d0fda87 authored 11 months ago by Daniil Zhukov <[email protected]>
docs(lua): update ":{range}lua" docs + error message #27231

- `:lua (no file)` is misleading because `:lua` never takes a file arg,
unlike `:source`.
- ...

github.com/neovim/neovim - 2cd76a758b4511748d9482e5af58162a608516b4 authored 11 months ago by Justin M. Keyes <[email protected]>
vim-patch:0cc6108fea21

runtime(ant): Update syntax file (vim/vim#13926)

Remove invalid display option from syn-keyword...

github.com/neovim/neovim - 17b298b7c8a29ac3d54ea7adfa0e2ea09528e200 authored 11 months ago by Christian Clason <[email protected]>
fix(decor): check decor kind before accessing union field (#27205)

The data.sh.url field is valid only when item.kind is
kDecorKindHighlight. The `if` block just ...

github.com/neovim/neovim - 5ca330859cf2392badde8108693d398a30e08243 authored 11 months ago by Gregory Anders <[email protected]>
fix(column): clear "b_signcols" before moving saved marks

Problem: Marks moved by undo may be lost to "b_signcols.count".
Solution: Count signs for each ...

github.com/neovim/neovim - b50fdcba4a1dadda5db7cfb527471b9956768ac2 authored 11 months ago by Luuk van Baal <[email protected]>
vim-patch:772f8f542513

runtime(hurl): add hurl filetype plugin(vim/vim#13921)

https://github.com/vim/vim/commit/772f8f...

github.com/neovim/neovim - e35ae6fbc2ef47a7be1a787031072ba911f7e918 authored 11 months ago by Christian Clason <[email protected]>
fix(events): check for WinResized/WinScrolled in terminal mode (#27226)

github.com/neovim/neovim - bf9e92c81c3cec65be5359d6b6a2ba1177995279 authored 11 months ago by zeertzjq <[email protected]>
fix(api): limit depth of nvim_cmd (#27225)

github.com/neovim/neovim - 7367838359bfb5fadf72ea2aeea2f84efb34590e authored 11 months ago by zeertzjq <[email protected]>
test(tui_spec): get &background from child session directly (#27224)

github.com/neovim/neovim - 38bb0e1da868fd7593387319376d0e167616638b authored 11 months ago by zeertzjq <[email protected]>
feat(ex_cmds): ranged :lua #27167

:{range}lua executes the specified lines in the current buffer as
Lua code, regardless of its e...

github.com/neovim/neovim - c2433589dca022a7f40cdcbd0cd1ad8aba6ee4a9 authored 11 months ago by luukvbaal <[email protected]>
revert: "feat(treesitter): add foldtext with treesitter highlighting"

This reverts commit 9ce1623 in favor of #20750.

github.com/neovim/neovim - 0892c080d16776366a2fe289f9083cdc532ec56c authored 11 months ago by Till Bungert <[email protected]>
fix(coverity/348240): memory leak in put_view()

github.com/neovim/neovim - 6f49ed58c3d87ed8632ac84822173811a1a6ee3f authored 11 months ago by Daniil Zhukov <[email protected]>
fix(osc52): do not use 'vim.iter' (#27218)

Problem: Using 'vim.iter' loads it during startup.

Solution: Do not use 'vim.iter'.

github.com/neovim/neovim - a9df0c5ce6caa5e623c3140a80baf4b3c1ce07db authored 11 months ago by Evgeni Chasnovski <[email protected]>
feat: improve return type annotations for vim.api.*

github.com/neovim/neovim - 28d1640dd6043f25cd3ae761dc9c4c8d374a8ce1 authored 11 months ago by Lewis Russell <[email protected]>
fix(extmarks): do not remove decor from invalid old marks

github.com/neovim/neovim - 65b1fd00a7aa9d88542a1daa84c26bc56962278f authored 11 months ago by Luuk van Baal <[email protected]>
fix(colorscheme): typo

github.com/neovim/neovim - eca72def1f08b3094e7e15c685b80108d441517c authored 11 months ago by Jaehwang Jung <[email protected]>
ci: update notes.md

Change the link to point to INSTALL.md.

The contents were moved in https://github.com/neovim/...

github.com/neovim/neovim - 7421a4d8b5eba4dbbbcbcd21fed918813827e8b8 authored 11 months ago by Junghyeon Park <[email protected]>
vim-patch:046a0f75d025

runtime(mail): fix vim/vim#13913 (vim/vim#13917)

switch to the DFA engine for the emoji collact...

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

github.com/neovim/deps - 6850187d2351ddbb020dd09969f1adf067ac9f92 authored 11 months ago by marvim <[email protected]>
vim-patch:9.1.0058: Cannot map Super Keys in GTK UI (#27204)

Problem: Cannot map Super Keys in GTK UI
(Casey Tucker)
Solution: Enable Super Key ...

github.com/neovim/neovim - 226466a46941cd6b693f56b6eb7f4293d4066c8d authored 11 months ago by zeertzjq <[email protected]>
Merge pull request #27201 from zeertzjq/vim-9.1.0054

vim-patch:9.1.{0054,0056}

github.com/neovim/neovim - 6116495e6e6d3508eb99720faad7e55ba7cbe978 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0056: wrong number of trailing spaces inserted after blockwise put

Problem: Incorrect number of trailing spaces inserted for multibyte
characters when pasting ...

github.com/neovim/neovim - c5a7df79a7692c044cb69e38c7c6b71f44d4656d authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0054: 'linebreak' may still apply to leading whitespace

Problem: 'linebreak' may still apply to leading whitespace
(VanaIgr)
Solution: Compar...

github.com/neovim/neovim - 52d8741c78096a7606bf4f689d7e740372633dc6 authored 11 months ago by zeertzjq <[email protected]>
fixup: raise TS min version

github.com/neovim/neovim - 83b51b36aa46d4bb25fada6eda22102e0aa5ef19 authored 11 months ago by Christian Clason <[email protected]>
build(deps): bump tree-sitter to v0.20.9

github.com/neovim/neovim - 35a147fa77f28e3e9b5eaa217b5b383b59b6c9d2 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:9.1.0055: formatting long lines is slow (#27199)

Problem: formatting long lines is slow
(kawaii-Code)
Solution: optimize gq (interna...

github.com/neovim/neovim - 89a9745a1a55dc9ffd0f8292735e45bae6c7b01e authored 11 months ago by zeertzjq <[email protected]>
feat(colorscheme): update treesitter groups

Problem: Currently default color scheme defines most of treesitter
highlight groups. This migh...

github.com/neovim/neovim - 1e0996b57230ad65c28659e179a7da7bfa01e5be authored 11 months ago by Evgeni Chasnovski <[email protected]>
fix(colorscheme): use explicit normal foreground in syntax groups

Problem: Some core syntax highlight groups are cleared with intention to
always be shown witho...

github.com/neovim/neovim - d4bd6b1eaab3729d70304d0e163df4eb141099b3 authored 11 months ago by Evgeni Chasnovski <[email protected]>
fix(runtime): update 'vim' color scheme to use new tree-sitter groups

github.com/neovim/neovim - 3ab6f60dc80d36f968102ba14b7c4ec96efeb56d authored 11 months ago by Evgeni Chasnovski <[email protected]>
build(deps): bump tree-sitter-bash to v0.20.4

github.com/neovim/neovim - e8aec1ecc5ae462c58957e192d4aedc0c54871a6 authored 11 months ago by Christian Clason <[email protected]>
build(deps): bump luajit to HEAD - 343ce0eda

github.com/neovim/neovim - a9653a02aa81918cd8332917fb2a6154a21e3da3 authored 11 months ago by Christian Clason <[email protected]>
refactor: IWYU (#27186)

github.com/neovim/neovim - 4e59422e1d4950a3042bad41a7b81c8db4f8b648 authored 11 months ago by zeertzjq <[email protected]>
docs: various fixes (#27063)

Co-authored-by: lmenou <[email protected]>
Co-authored-by: altermo <[email protected]...

github.com/neovim/neovim - 76a659eb773ca69d8b6a8f08e1a5c538dc03b8fd authored 11 months ago by dundargoc <[email protected]>
feat(ui): add support for OSC 8 hyperlinks (#27109)

Extmarks can contain URLs which can then be drawn in any supporting UI.
In the TUI, for example...

github.com/neovim/neovim - 6ea6b3fee27d51607ca4a5ace46dbc38a4481bcb authored 11 months ago by Gregory Anders <[email protected]>
vim-patch:a262d3f41bc5

runtime(netrw): Don't change global options (vim/vim#13910)

Originally reported at: https://git...

github.com/neovim/neovim - f7bda77f9e8f2617868123457e852110304e70e1 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:e1ddc2d5875d

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

* runtime (doc): update Fortr...

github.com/neovim/neovim - 964dd932660ec3ec230ef58313f6870986887a14 authored 11 months ago by Christian Clason <[email protected]>
refactor: rewrite ruby provider in lua

github.com/neovim/neovim - b280d57db9845359186bfb5167e1559b6184f8d5 authored 11 months ago by dundargoc <[email protected]>
build: various build improvements

- remove "ran-" prefix from touch files as it's redundant since the
they're already in the dir...

github.com/neovim/neovim - ae3eed53d6100598b6d26fe58e3e97541e03f3c1 authored 11 months ago by dundargoc <[email protected]>
fix(treesitter): avoid # of nil in _query_linter

github.com/neovim/neovim - 32849d56671cc74d7a1b0858638c698444ac237f authored 11 months ago by Daniel Kongsgaard <[email protected]>
refactor: rewrite perl provider in lua

github.com/neovim/neovim - 576db141be6e4d9b5d9b840c599bac670df25d1a authored 11 months ago by dundargoc <[email protected]>
fix(spell): always accept ':' as filename char in 'spellfile' (#27172)

Follow-up to #25236

github.com/neovim/neovim - 8c044f0862f417a525eaf319471c286a5588d493 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9c5b90db035b

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

Highlight :2match and :3match and add these to...

github.com/neovim/neovim - 9808a781d36b22f442eb7cb7e1246f405caa7255 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:36e2c0f29332

runtime(mail): updated syntax file

https://github.com/vim/vim/commit/36e2c0f29332bd430f03c007be...

github.com/neovim/neovim - 6916533a52c620812dc807778ec1280e82a80525 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:ca0e9823a1df

runtime(c): Highlight user defined functions

closes: vim/vim#13763

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

github.com/neovim/neovim - 0c1119ac7581e99d970b194d969b8776255cff44 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:50dbe16cd818

runtime(qml): Use shiftwidth() in indent plugin (vim/vim#13908)

Fixes vim/vim#13907

https://gi...

github.com/neovim/neovim - f4acacdb538681a43ff935a05a3462d0a735f955 authored 11 months ago by Christian Clason <[email protected]>
docs(treesitter): add more examples, and improve consistency

Docs for treesitter would benefit from including more real-world and
practical examples of queri...

github.com/neovim/neovim - 913469ff210620b26c2421408291292d87341713 authored 11 months ago by Jongwook Choi <[email protected]>
fix(treesitter): prefix treesitter types with vim

github.com/neovim/neovim - 617d1b28d6d3241199a9ea4f7e68b650549d3251 authored 11 months ago by Phạm Huy Hoàng <[email protected]>
deps src: Automatic update

github.com/neovim/deps - c148bd03987e30e57636299b0e290db5c09af4e9 authored 11 months ago by marvim <[email protected]>
fix(options): use a union for def_val (#27169)

Problem:
APIs get wrong boolean option default values on big-endian platforms.

Solution:
Us...

github.com/neovim/neovim - c8a27bae3faeaca137e5f67b1b052ce0f0225b36 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0046: :drop does not re-use empty buffer (#27165)

Problem: :drop does not re-use empty buffer
(Rocco Mao)
Solution: Make :drop re-use...

github.com/neovim/neovim - 65bfa86efeeb2ec18ba82fd821ffd4c8f97fcd2b authored 11 months ago by zeertzjq <[email protected]>
vim-patch:e13b665a6e2a (#27163)

runtime(doc): change "VIsual mode" to "Visual mode" in :h SafeState (vim/vim#13901)

"Visual m...

github.com/neovim/neovim - 6cbfe454542ff498a84b22f0aff1bf215e883485 authored 11 months ago by zeertzjq <[email protected]>
fix(sign): avoid deleting from sign map while looping over it (#27158)

github.com/neovim/neovim - fcd9905291c02917410ff7c55542fd73e4b25e2d authored 11 months ago by luukvbaal <[email protected]>
build(deps): bump luajit to HEAD - f2336c48f

github.com/neovim/neovim - 932c7eb01964789e1871063f8d5f4f21ffdd4d65 authored 11 months ago by Christian Clason <[email protected]>
fix(colorscheme): link LSP semantic tokens to treesitter groups

github.com/neovim/neovim - 8b2365369503992a56179b2154cdd54836c71b78 authored 11 months ago by John Drouhard <[email protected]>
test: typing for screen.lua

Very rough buts resolves most diagnostic errors and should provide
some useful hovers.

github.com/neovim/neovim - 0054c185001e54316c0ee36841dfe111878a321d authored 11 months ago by Lewis Russell <[email protected]>
fix(diagnostic): fix typing on field |diagnostic-severity|

Problem: vim.diagnostic.{underline,float,virtual_text...}.severity
will have a type warning on l...

github.com/neovim/neovim - 89ffdebd20fd1d9c1ceff5fb005db11a0cf8c4d4 authored 11 months ago by Jongwook Choi <[email protected]>
Merge pull request #27147 from bfredl/crash2

fix(extmark): another "step out" case

github.com/neovim/neovim - d9946006c96e65786dff8f8673912e01e2a1b714 authored 11 months ago by bfredl <[email protected]>
fix(extmark): fix crash when stepping out from internal node

github.com/neovim/neovim - 79a558277b1b1520ee867fae2a914a2db1d67ec8 authored 11 months ago by bfredl <[email protected]>
fix(treesitter): update @markup default links

* use `Special` as default for `@markup.*`, especially `@markup.raw` and
`@markup.math` (`@mar...

github.com/neovim/neovim - 26143d7a5c9027f83f797f4cc1ca5bafa418a03d authored 11 months ago by Christian Clason <[email protected]>
Merge pull request #27145 from bfredl/crash_meta

fix(extmarks): crash with sign after many marks

github.com/neovim/neovim - d3fa8adea9ba4dcf96ec05aafff1a0cdb67a6d72 authored 11 months ago by bfredl <[email protected]>
fix(extmarks): crash with sign after many marks

fixes #27137

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

github.com/neovim/deps - 0c0ea1f527d4080b1a517ce4436363c331dba35c authored 11 months ago by marvim <[email protected]>
vim-patch:9.1.0043: ml_get: invalid lnum when :s replaces visual selection (#27140)

Problem: ml_get: invalid lnum when :s replaces visual selection
(@ropery)
Solution:...

github.com/neovim/neovim - dc466f9a63ede5e2bbddc33688c0c972abfe9a52 authored 11 months ago by zeertzjq <[email protected]>
build(deps): bump luajit to HEAD - 3ca0a8071

github.com/neovim/neovim - a7eb1e60040d5e0c2ad5021b410683cabca26ba4 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:ea9a93e5b098

runtime(go): update Go syntax file (vim/vim#13896)

Update the Go syntax file with some recent c...

github.com/neovim/neovim - e2553c3d5d7919249678e8c3c5d8c33af771fae8 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:add31baedaf0

runtime(sh): Add handling for ksh93 shared-state comsubs and mksh valsubs (vim/vim#13884)

This ...

github.com/neovim/neovim - 46aa1936e412f843085e41b37388ae4acca679c8 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:3b2c27415d7d

runtime(chuck): include ChucK syntax file (vim/vim#13895)

https://github.com/vim/vim/commit/3b2...

github.com/neovim/neovim - c7da55a83566a68c4b24426e2f4d90079b413d7d authored 11 months ago by Christian Clason <[email protected]>
refactor: rewrite python provider in lua

github.com/neovim/neovim - eb5d15e3838f53e2fcd25989c88db87458e9f984 authored 11 months ago by dundargoc <[email protected]>
fix(column): clear "b_signcols" when marktree is cleared

github.com/neovim/neovim - 13d50c3b13fb6f2bba948e50fefee451e0a90487 authored 11 months ago by Luuk van Baal <[email protected]>
Merge pull request #27011 from bfredl/metatree

perf(extmarks): add metadata for efficient filtering of special decorations

github.com/neovim/neovim - 51f783f2faa2008bfb4136a15029a78efbc77715 authored 11 months ago by bfredl <[email protected]>
perf(extmarks): add metadata for efficient filtering of special decorations

This expands on the global "don't pay for what you don't use" rules for
these special extmark de...

github.com/neovim/neovim - 9af2be292db3db7b28a6210263f719a6bbc4059f authored 11 months ago by bfredl <[email protected]>
build(deps): bump tree-sitter-c to v0.2.7

github.com/neovim/neovim - 012cfced9b5384fefa11d74346779b1725106d07 authored 11 months ago by Christian Clason <[email protected]>
docs(options): remove misleading sentence (#27129)

Setting 'verbose' to 1 doesn't cause Nvim to produce messages. It adds
more information to exis...

github.com/neovim/neovim - cb6320e13f9a4f13ec745ce0bc34203cfa7612d0 authored 11 months ago by zeertzjq <[email protected]>
build: make genappimage.sh work with existing CMAKE_INSTALL_PREFIX

Using CMAKE_INSTALL_PREFIX is unreliable as it's a cache variable,
meaning the users previous va...

github.com/neovim/neovim - b4da4783f98837efb7192a3e5a40dd491aeb1491 authored 11 months ago by dundargoc <[email protected]>
feat(fold): transparent foldtext

'foldtext' can be set to an empty string to disable and render the
line with:
- extmark highli...

github.com/neovim/neovim - 1233ac467de7504b277425988ef9be7f8d3a9626 authored 11 months ago by Lewis Russell <[email protected]>
Merge pull request #27076 from glepnir/extmark_hlgroup

refactor(api): use hl id directly in nvim_buf_set_extmark

github.com/neovim/neovim - 21b36c7d7fa351544253316c606651e9ce925b29 authored 11 months ago by bfredl <[email protected]>
fix(eval): properly support checking v:lua function in exists() (#27124)

github.com/neovim/neovim - 12d123959f56636473112d86ec5977ef993c58e5 authored 11 months ago by Raphael <[email protected]>
refactor(api): give "hl_group" more accurate _meta type

These can either be number or string in lua, so we can specify this
directly as "number|string".

github.com/neovim/neovim - d66ed4ea468d411668713c3777ad3658f18badf3 authored 11 months ago by bfredl <[email protected]>
refactor: use "csarg" for CharsizeArg variables (#27123)

github.com/neovim/neovim - e68decab0352d553bd2463842d96379f56073a1c authored 11 months ago by zeertzjq <[email protected]>
Merge pull request #26813 from VanaIgr/screen-pos-speedup

perf: make screen size and position calculations more efficient

N/A patches for version.c:
v...

github.com/neovim/neovim - 8c6de9147cabbf99d18afbdbed2f11f30c1d0dfc authored 11 months ago by zeertzjq <[email protected]>
docs(news): expand the list of performance improvements

When computing on-screen size or position, the size 'breakindent' and 'showbreak' is now cached,...

github.com/neovim/neovim - fd08de4b85ae42fe3ad5b480b58df9f7fff76269 authored 11 months ago by VanaIgr <[email protected]>
perf: reuse fast character size calculation algorithm from getvcol()

github.com/neovim/neovim - cdf848a314bf91a0c87c717f9a44742dea877515 authored 11 months ago by VanaIgr <[email protected]>
perf: don't decode utf8 character multiple times in getvcol()

The optimized virtual column calculation loop in getvcol()
was decoding the current character tw...

github.com/neovim/neovim - b5653984e5de514410b5654d2a9b92bdcb9eedf3 authored 11 months ago by VanaIgr <[email protected]>
test(core/channel_spec): fix lint failure

github.com/neovim/neovim - a25aeee856e2fb02f93ffa5c2e5d43fd75ead2cf authored 11 months ago by zeertzjq <[email protected]>
test(core/channels_spec): fix variable name

github.com/neovim/neovim - 18d62d129f8ee4be3baf4245279fc07ed9ee370d authored 11 months ago by zeertzjq <[email protected]>
fix(rpc): assertion failure due to invalid msgpack input

Problem:
rbuffer_consumed assertion fails if Unpacker fails to parse msgpack,
because it doe...

github.com/neovim/neovim - 4d4092ac9e98f04ae949c605aa6e2b55ca605a1f authored 11 months ago by nwounkn <[email protected]>
build: create BINARY_LIB_DIR directory before adding parser

cmake -E copy_directory behaves differently depending on if the
directory in question exists or ...

github.com/neovim/neovim - f8310beeed049ae5aadd3baa60ae49298bc04538 authored 11 months ago by dundargoc <[email protected]>
fix(extmarks): missing "spell" and "conceal" in details (#27116)

github.com/neovim/neovim - 215244f74950d6099863fcf5e59213431f59d40f authored 11 months ago by zeertzjq <[email protected]>
build: fix parser installation location

Cmake's `install()` functions like rsync where a trailing slash changes
whether the directory or...

github.com/neovim/neovim - 3f188bc533bc22f1d13dce33ab5d63973c3ff22a authored 11 months ago by dundargoc <[email protected]>
feat(vim.version): add `vim.version.le` and `vim.version.ge`

- Problem: One cannot easily write something like, for example:
`version_current >= {0, 10, ...

github.com/neovim/neovim - fa4b02fa67e5d04e37de7c767f811d497a72f95e authored 11 months ago by Jongwook Choi <[email protected]>
vim-patch:27a4632af675

runtime(filetype): detect *.ck files as Chuck filetype (vim/vim#13888)

closes vim/vim#13886

ht...

github.com/neovim/neovim - c75af76b7191833696d972c6cddc48f6681c96a3 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:9.1.0042: Missing test for Chuck Filetype

Problem: Missing test for Chuck filetype
after commit 27a4632af6753
(Christ...

github.com/neovim/neovim - 8df7978fe31635ede12f6dae224e6a6c8f1ba882 authored 11 months ago by Christian Clason <[email protected]>
feat(treesitter)!: new standard capture names

Problem: Sharing queries with upstream and Helix is difficult due to
different capture names.

S...

github.com/neovim/neovim - f5dc45310941dff6efc02d955fc0c110190e9b85 authored 11 months ago by Christian Clason <[email protected]>
refactor(api): use hl id directly in nvim_buf_set_extmark

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

skip-checks: true

github.com/neovim/nvim-lspconfig - 8917d2c830e04bf944a699b8c41f097621283828 authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: enable single file mode for vale_ls (#2978)

as of vale 3.0.0, vale can be used with a system default `.vale.ini`,
which means vale_ls can a...

github.com/neovim/nvim-lspconfig - fe1484034f47cf064c6bfd10ef1ff26665a08fd2 authored 11 months ago by alex-tdrn <[email protected]>
fix(lsp): clean up duplicate and unused meta type annotations

github.com/neovim/neovim - fa9a85ae468b9df30ae9e5c05a08c0f124e267df authored 11 months ago by Jongwook Choi <[email protected]>