Explore >> Select a destination


You are here

nickjanetakis.com
| | gabebw.com
2.5 parsecs away

Travel
| | [AI summary] The author details their transition from Vim to Neovim, highlighting the benefits of Neovim's native LSP support, modern features, and the process of converting their Vim configuration to Lua.
| | www.alicegg.tech
2.0 parsecs away

Travel
| | I have been using NeoVim as my main editor for code since 2017.When discussing that with other engineers, a common complaint I hear about (Neo)Vim is that it...
| | eed3si9n.com
2.3 parsecs away

Travel
| | [AI summary] A technical guide detailing the third part of a series on integrating the sbt server into Neovim for Scala development.
| | ncona.com
9.5 parsecs away

Travel
| In this post we're going to configure neovim to work with Arduino Language Server. Nvim Lsp Config Neovim comes with an LSP client included, nvim-lspconfig is a plugin that helps us configure the client so it can talk to LSP servers. This configuration should be enough to get started with Arduino: 1 2 3 4 5 6 return {