Explore >> Select a destination


You are here

www.jackfranklin.co.uk
| | ncona.com
13.7 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 {
| | danielmangum.com
14.7 parsecs away

Travel
| | I have been using Vivado for moss RTL development, which, despite its notoriously large install size, offers a fairly decent developer experience. Or maybe I have just been using it for too long. I'm not sure I would have said this a few months ago. However, I still prefer to write Verilog in Neovim, as it allows me to use vim motions, as well as switch between RTL and software code without changing my workflow.
| | miguelcrespo.co
16.8 parsecs away

Travel
| | Create a Neovim plugin using lua: Explore Lua scripting, autocommands, and the essentials of plugin architecture
| | rup12.net
52.4 parsecs away

Travel
| Do you find managing vim plugins frustrating? Do you think there needs to be a better way for that? Well then, let's talk about vim-plug. The plugin manager that plugs in plugins!