Neovim: vim out of the box (@neovim) 's Twitter Profile
Neovim: vim out of the box

@neovim

Posts refer to Nvim prerelease/development build.

Usage/configuration questions: github.com/neovim/neovim/…

ID: 2386262630

linkhttps://neovim.io calendar_today13-03-2014 03:42:44

517 Tweet

40,40K Followers

15 Following

Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

nvim_buf_set_extmark gained "conceal_lines", which allows concealing whole lines. Useful for hiding ```codeblock``` markup in the LSP documentation hover window 😎 github.com/neovim/neovim/…

Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

Use ]] / [[ in :terminal to jump to next/previous shell prompt. ":help terminal-osc133" shows how to create signs, too. github.com/neovim/neovim/… Note: requires your shell PS1/PROMPT_COMMAND to emit OSC 133 start/end sequences.

Use ]] / [[ in :terminal to jump to next/previous shell prompt. ":help terminal-osc133" shows how to create signs, too.

github.com/neovim/neovim/…

Note: requires your shell PS1/PROMPT_COMMAND to emit OSC 133 start/end sequences.
Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

Try the 'winborder' option in Nvim 0.11 to configure the default border for all floating windows: :set winborder=rounded :lua vim.api.nvim_open_win(0, false, {relative='editor',width=20,height=6,row=6,col=6,zindex=2})

Try the 'winborder' option in Nvim 0.11 to configure the default border for all floating windows:

:set winborder=rounded

:lua vim.api.nvim_open_win(0, false, {relative='editor',width=20,height=6,row=6,col=6,zindex=2})
Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

Released Nvim 0.11 It's a good one 😚🤌 - Diagnostics: virtual_lines - LSP: config, folding, completion, multiclient - Options: 'winborder', 'eventignorewin' - Perf: treesitter, LSP, paste - TUI: URL highlight, theme event - Terminal: real cursor, reflow - UI: unicode, :detach

feoh@oldbytes.space (@feoh) 's Twitter Profile Photo

Just LOVING the new diagnostic virtual_lines feature in Neovim: vim out of the box 11! As a visually disabled coder not having my diagnostics messages run off the edge of the screen is freaking PRICELESS! :)

Just LOVING the new diagnostic virtual_lines feature in <a href="/Neovim/">Neovim: vim out of the box</a> 11!

As a visually disabled coder not having my diagnostics messages run off the edge of the screen is freaking PRICELESS! 

:)
Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

Nvim 0.12 now disables 'shelltemp' by default. Avoids some "tempfile" errors on Windows, and may improve perf of :grep, :make, etc. Need feedback from Windows users especially. After some bake-time, will consider making 'shelltemp' a no-op.

Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

Released Nvim 0.11.1 with 50+ fixes, plus these features: - vim.lsp.config `workspace_required` flag - g:clipboard="foo" aliases to builtin clipboard tools - 'winborder' "bold" style - vim.hl: multiple timed highlights

Released Nvim 0.11.1 with 50+ fixes, plus these features:

- vim.lsp.config `workspace_required` flag
- g:clipboard="foo" aliases to builtin clipboard tools
- 'winborder' "bold" style
- vim.hl: multiple timed highlights
Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

Released Nvim 0.11.2 with numerous fixes, plus: - lsp: root_markers can control priority - lsp: vim.lsp.enable() starts/stops clients on-demand - lsp: is_enabled() - lsp: detach clients when 'filetype' changes - health: emoji "summary", FileType event

Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

Try ":restart" in Nvim 0.12 to quickly test changes to your config / plugins. GUIs can support this by handling the "restart" UI event.

Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

New visual-mode textobjects for LSP-enabled buffers: - "an" (expand selection) - "in" (shrink selection) Driven by LSP "textDocument/selectionRange". Future: treesitter-driven when LSP not available. Thanks to Riley Bruins! github.com/neovim/neovim/…