Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/neovim/neovim

Vim-fork focused on extensibility and usability
https://github.com/neovim/neovim

feat(shada): shada should not store nobuflisted buffers

LhKipp opened this pull request almost 2 years ago
No way to emulate `signcolumn=number` with `statuscolumn`?

andrewferrier opened this issue almost 2 years ago
vim.lsp.buf.format() invalidates changes list

Baehn opened this issue almost 2 years ago
tui: tmux can no longer read the CWD (regression)

kylo252 opened this issue almost 2 years ago
fix(column)!: ensure 'statuscolumn' works with virtual and wrapped lines

luukvbaal opened this pull request almost 2 years ago
Cannot use process substitution for QuickFix mode

strokirk opened this issue almost 2 years ago
crashes on startup with "statuscol" plugin

ray-x opened this issue almost 2 years ago
UI artifacts

dquevid opened this issue almost 2 years ago
defaults: change eob (end-of-buffer) from tilde "~" to "middle dot"

ghost opened this pull request almost 2 years ago
LSP: finding references "index out of range" with tsserver

zerochae opened this issue almost 2 years ago
Undercurl support with WezTerm

kiyoon opened this issue almost 2 years ago
search and replace locks up neovim on big files

shartf opened this issue almost 2 years ago
defaults: change eob (end-of-buffer) from tilde "~" to "middle dot"

justinmk opened this issue almost 2 years ago
nvim_set_hl : "link" does not work as expected

haolian9 opened this issue almost 2 years ago
fix(embed): handle stdio in server properly

bfredl opened this pull request about 2 years ago
Strange empty print when `cmdheight=0`

boltlessengineer opened this issue about 2 years ago
remote ssh plugin (like vscode remote-ssh)

justinmk opened this issue about 2 years ago
Can't receive an answer from RPC request to Neovim created as child process

echasnovski opened this issue about 2 years ago
add :Hardcopy command

justinmk opened this issue about 2 years ago
TUI: cannot see server stderr when Nvim server process crashes

zeertzjq opened this issue about 2 years ago
Crash with :redraw from vim.ui_attach() callback

przepompownia opened this issue about 2 years ago
UI: exotic text decorations

dyamito opened this issue about 2 years ago
build: make generated source files reproducible

raboof opened this pull request about 2 years ago
netrw freezes in tree style when pressing `-` on a symbolic link

bvdmitri opened this issue about 2 years ago
LSP: support workspaceSymbol/resolve

Baehn opened this issue about 2 years ago
TUI: cursor "reverse" does not work in Windows Terminal

mndtr opened this issue about 2 years ago
change terminal cursor when quit nvim

dreistein543 opened this issue about 2 years ago
feat!: remove hardcopy

lewis6991 opened this pull request about 2 years ago
SIGSEGV During regular operation

nullishamy opened this issue about 2 years ago
fix(lsp): don't try to process semantic tokens if the response is empty

hashinclude opened this pull request about 2 years ago
Implement 'mouseshape' option like Vim

sfsam opened this issue about 2 years ago
Better document nargs in the api docs

danielo515 opened this issue about 2 years ago
show news.txt diff on startup (especially breaking changes)

justinmk opened this issue about 2 years ago
{visual}Q , {visual}@@ should repeat macro for each selection line

justinmk opened this issue about 2 years ago
libuv libc crash, segmentation fault

avgrocks opened this issue about 2 years ago
:terminal "clear" should clear scrollback, not just the screen

wildwestrom opened this issue about 2 years ago
getchar() returns garbage for certain characters in xterm

reach-satori opened this issue about 2 years ago
fix(highlight): corrections for on_yank with virtualedit

clason opened this pull request about 2 years ago
on_yank, end_col outside range with virtualedit=all

jemag opened this issue about 2 years ago
fix(syntax): Revert runtime/syntax/lua.vim to workaround broken syntax

wookayin opened this pull request about 2 years ago
survey: options defaults

echasnovski opened this issue about 2 years ago
Segmentation fault when triggering completion in in ins_compl_next(…)

StanAngeloff opened this issue about 2 years ago
treesitter: Clip injected ranges to the parent LanguageTree's ranges

cormacrelf opened this pull request about 2 years ago
Assertion in `rbuffer_consumed_compact` tripped

RedBeard0531 opened this issue about 2 years ago
nvim_get_chan_id, or return channel id from nvim_set_client_info

ddickstein opened this issue about 2 years ago
Add DiagnosticOk (and associated) highlight group

rktjmp opened this pull request about 2 years ago
Generate docs with treesitter

ii14 opened this issue about 2 years ago
Eslint vim.lsp.buf.format is not respecting prettier config

brenoprata10 opened this issue about 2 years ago
`nvim_buf_get_extmark_by_id` has the wrong type in the api

isovector opened this issue about 2 years ago
LSP: textDocument/onTypeFormatting

yioneko opened this issue about 2 years ago
Undercurl not working in alacritty

asmodeus812 opened this issue about 2 years ago
vim.ui_attach: document the effect of return value of callback

zeertzjq opened this issue about 2 years ago
Function to modify already set highlight groups

BeeverFeever opened this issue about 2 years ago
vim.region (or visualtext, or get_visual_selection)

doubleloop opened this pull request about 2 years ago
assert(to_scroll >= 0) in msg_scroll_flush sometimes fails

ddickstein opened this issue about 2 years ago
Cannot clear search register

nickeb96 opened this issue about 2 years ago
ci: test on macos M1

dundargoc opened this pull request about 2 years ago
Inherent window borders

jemag opened this issue about 2 years ago
feat: implement vim.secure.read() and use it for 'exrc'

gpanders opened this pull request about 2 years ago
yarn 3.2.4 and :checkhealth

4ydx opened this issue about 2 years ago
Builtin package manager for plugins

tamis-laan opened this issue about 2 years ago
fix(vim.ui.input): return empty string when inputs nothing

wookayin opened this pull request about 2 years ago
statusline: add items for info hidden with cmdheight=0 (showcmd etc)

boltlessengineer opened this issue about 2 years ago
LSP: highlight vim.lsp.buf.hover markdown contents using treesitter

aspeddro opened this issue about 2 years ago
on_exit function is not called when job return negative status code

wsdjeg opened this issue about 2 years ago
"l·l" Ligature in "Source Code Pro" incorrectly invoked

jessehansen opened this issue about 2 years ago
Treesitter: better customizability of queries

AckslD opened this issue about 2 years ago
Libuv autoread / fs watcher

BK1603 opened this pull request about 2 years ago
cursor doesn't redraw with getchar

folke opened this issue about 2 years ago
LSP: move/rename file and update imports

renzhamin opened this issue about 2 years ago
Lazy resolve lnum/col in quickfix items

mfussenegger opened this issue about 2 years ago
feat(lsp): handle multi-root workspaces

kylo252 opened this pull request about 2 years ago
Change set lisp to setl lisp in ftplugin/dune.vim

ddickstein opened this pull request about 2 years ago
json_decode: empty key emits *msgpack-special-dict*

Freed-Wu opened this issue about 2 years ago
feat(folds): transparent fold text

lewis6991 opened this pull request about 2 years ago
disable diagnostic from a specific source

winkee01 opened this issue about 2 years ago
feat(eval): add foldclosednext()

lewis6991 opened this pull request about 2 years ago
treesitter/extmarks: add folding support

lewis6991 opened this issue about 2 years ago
neovim hang at 100% CPU when interrupted with <C-c>

ibhagwan opened this issue about 2 years ago
feat(treesitter): support self injection

ObserverOfTime opened this pull request about 2 years ago
nvim_cmd: vim.cmd.win_getid(...) invokes :winsize (resizes the editor)

MaxVerevkin opened this issue about 2 years ago
`cmdheight=0` causes hit-enter-prompt in case of `<Cmd>...<CR>` mapping

echasnovski opened this issue about 2 years ago
Support OSC 52 remote copy in terminal buffer

tristone13th opened this issue about 2 years ago