Justin M. Keyes

Results 2414 comments of Justin M. Keyes

Related: https://github.com/neovim/neovim/pull/5556

Just for reference, can you check that you are using a Release or RelWIthDebInfo build, _not_ Debug. :checkh nvim what log level is vim.lsp using? :lua =require('vim.lsp.log').get_level()

I think the discussion in https://github.com/neovim/neovim/pull/19213 would address this.

I can reproduce with the standard markdown ftplugin. nvim -u NORC --cmd 'let g:markdown_folding = 1' +'term top' +'e https://gist.githubusercontent.com/bohrshaw/74d4744948bba8d8774005437c483bb6/raw/99a2fab3f2943445d07a907c8712f4eec80cfa91/foo.md'

> doing so will prevent one from using Esc with terminal for any other use. for example, if you are using FZF while remapping Esc in terminal, you won't be...

lgtm. Is there a place in CONTRIBUTING.d that can be updated to mention this? > Opting to only format changed file regardless of file type as it's faster. Also less...

> https://github.com/neovim/neovim/pull/15831 will make the implementation of #16067 a lot simpler: the problem was that `getmark_buf` only returns a `pos_T` and not the full `fmark_T` structure, which this PR resolves....

👀 ``` -------- Running tests from test/functional/shada/merging_spec.lua RUN T3511 ShaDa history merging code takes item with greater timestamp from Neovim instance when reading: 15.32 ms OK ==================== File /home/runner/work/neovim/neovim/build/log/ubsan.38566 ====================...

> In Windows, the git cmd(c:\Program Files\Git\cmd\git.exe) is a wrapper。 Each execution of the git command derives the child process c:\Program Files\Git\mingw64\bin\git.exe。 Jobstop killed the parent process, but the child...

> you might be interested in https://github.com/nanotee/nvim-lua-guide wow that looks good actually. Also a reminder that our docs could be more accessible if their HTML form was improved... but that...