Creating a Neovim plugin for my standup updates (3 mins read).
Documenting some of my thoughts about writing a (Python) Neovim plugin.
Creating a Neovim plugin for my standup updates (3 mins read).
Documenting some of my thoughts about writing a (Python) Neovim plugin.
The fastest Neovim colorizer. Contribute to norcalli/nvim-colorizer.lua development by creating an account on GitHub.
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.
Neovim plugin for sqls that leverages the built-in LSP client - nanotee/sqls.nvim
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/)
6 comments
LSP signature hint as you type. Contribute to ray-x/lsp_signature.nvim development by creating an account on GitHub.
Dark colorscheme for gvim and vim. Contribute to srcery-colors/srcery-vim development by creating an account on GitHub.
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.
Not UFO in the sky, but an ultra fold in Neovim. Contribute to kevinhwang91/nvim-ufo development by creating an account on GitHub.
Learn how to setup and use vale, a syntax-aware prose linter with neovim for technical writing be it personal blogs or technical documentation.
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.
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
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 24 posts.