|
You are here |
www.mitchellhanberg.com | ||
| | | | |
xnacly.me
|
|
| | | | | Using Treesitter in neovim to conditionally highlight code snippets | |
| | | | |
ncona.com
|
|
| | | | | 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 { | |
| | | | |
sookocheff.com
|
|
| | | | | I first learned Vim in university and, since then, it has been a welcome companion for the majority of my software engineering career. Working with Python and Go programs felt natural with Vim and I was always felt productive. Yet Java was always a different beast. Whenever an opportunity to work with Java came up, I would inevitably try Vim for a while, but fall back to IntelliJ and the IdeaVim plugin to take advantage of the rich language features a full-featured IDE can give you. | |
| | | | |
devtails.xyz
|
|
| | | I've attempted to reduce this all down to the simplest implementation possible to help understand how RSCs work | ||