You are here |
davidyat.es | ||
| | | |
www.b-list.org
|
|
| | | | Apparently we're in one of those every-couple-of-years cycles of everybody and their brother rushing to adopt/encourage others to adopt the ... | |
| | | |
www.thanassis.space
|
|
| | | | Why I use VIM | |
| | | |
deut-erium.github.io
|
|
| | | | As a VIM lover, have you ever wondered the possibility of using vim bindings to edit commands in your shell? Or perhaps you're curious about how to manage le... | |
| | | |
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 { |