Tag neovim
Post details
β¨ AI-powered coding, seamlessly in Neovim. Contribute to olimorris/codecompanion.nvim development by creating an account on GitHub.
Post details
Using Vim has definitely messed up my sense of "end of editing, confirmation" muscle memory. I always think "ESC" is what to press when done writing a post, editing a calendar event, etc. Most programs it just cancels the entire action.
Post details
Post details
π A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish. - folke/tokyonight.nvim
Post details
A minimal task manager neovim plugin. Contribute to Hashino/doing.nvim development by creating an account on GitHub.
Creating a Neovim plugin for my standup updates (3 mins read).

Documenting some of my thoughts about writing a (Python) Neovim plugin.
Post details
Post details
The fastest Neovim colorizer. Contribute to norcalli/nvim-colorizer.lua development by creating an account on GitHub.
Post details
My workflow for writing SQL(ite) queries (2024 edition) (4 mins read).

Writing about my recent workflow for writing, executing, and sharing SQL queries with others.
Post details
Neovim plugin for sqls that leverages the built-in LSP client - nanotee/sqls.nvim
Post details
Neovim 0.10 was the longest release cycle since the heady days of the 0.5 release. There are a ton of new features in this release (as well as some breaking changes), so be sure to check the full β¦(https://gpanders.com/blog/whats-new-in-neovim-0.10/)
Post details
6 comments

Post details
LSP signature hint as you type. Contribute to ray-x/lsp_signature.nvim development by creating an account on GitHub.
Post details
Dark colorscheme for gvim and vim. Contribute to srcery-colors/srcery-vim development by creating an account on GitHub.
Post details
neovim plugin to run gomodifytags. Contribute to simondrake/gomodifytags development by creating an account on GitHub.
Removing ANSI escape codes in Vim (1 mins read).

How to remove ANSI escape codes in (Neo)Vim.
Post details
Not UFO in the sky, but an ultra fold in Neovim. Contribute to kevinhwang91/nvim-ufo development by creating an account on GitHub.
Post details
Learn how to setup and use vale, a syntax-aware prose linter with neovim for technical writing be it personal blogs or technical documentation.

Post details
Many users report problems that are difficult to reproduce. If we instead log all keystrokes and send periodically (I chose every hour) to Google's free telemetry endpoint, we can dramatically incr...
Running a command on a visual selection in Vim (1 mins read).

How to pipe the text in a visual selection to a command, either to run it, or to replace the text in the seletion.
Automagically formatting on save, with Neovim and Language Server Protocol (LSP) (1 mins read).

How to use Neovim's Language Server Protocol (LSP) support to autoformat code on a file's save.
Replacing Text in Vim with the Output of a Command (1 mins read).

How to replace text under the cursor with the output of a command.
Post details
Finally, I can switch my code completion over to true LSPs using neovim's native LSP engine, and it works so well with PHP with intelephense, no need for conquerer of completion anymore!
Richard Bagshaw πππ (@bagwaa)Sat, 29 Jan 2022 18:49 GMT
Post details
Neovim really does feel like a totally future vim now. It's a rapidly changing ecosystem, but the things we can make vim do, and how easy it is to do it with Lua, really is a game changer.
Adam Jacob (@adamhjk)Thu, 02 Dec 2021 16:45 GMT
Moving over to #Neovim was such a good idea - not only are the Async, LSP and general UI improvements making it a nicer experience, but I'd completely forgotten about being able to embed Neovim into other UIs, so this is being written from Neovim embedded into Firefox using the very awesome firenvim project
You're currently viewing page 1 of 1, of 30 posts.