Neovim, world leader in plugin deliveries's banner
Neovim, world leader in plugin deliveries's profile picture

Neovim, world leader in plugin deliveries

@Neovim41,931 subscribers

Posts refer to Nvim 0.12 (current dev build). Discuss usage/config/ideas at: https://t.co/mfM6kFnSfE

Shorts

Merged support for "LLM-based code completion" (like GitHub Copilot) via LSP "textDocument/inlineCompletion". Unlike normal completion, this displays only one (multiline) candidate as virtual text in the buffer, waiting to be applied. GSoC project!

Merged support for "LLM-based code completion" (like GitHub Copilot) via LSP "textDocument/inlineCompletion". Unlike normal completion, this displays only one (multiline) candidate as virtual text in the buffer, waiting to be applied. GSoC project!

77,716 просмотров

Floating windows now support 'statusline'. Try it (Nvim 0.12): local w1 = vim.api.nvim_open_win(0, false, {relative='win', row=3, col=3, width=40, height=4}) vim.wo[w1].statusline = vim.o.statusline

Floating windows now support 'statusline'. Try it (Nvim 0.12): local w1 = vim.api.nvim_open_win(0, false, {relative='win', row=3, col=3, width=40, height=4}) vim.wo[w1].statusline = vim.o.statusline

23,727 просмотров

Videos

Больше нет контента для загрузки