Heiker

Heiker @vonheikemen

About: Web developer from Venezuela. I like solving problems. Currently trying to improve my communication skills

Joined:
Apr 3, 2018

Heiker
articles - 113 total

Simple Neovim config

Learn the basics of Neovim configuration in lua

Learn More 2 2Sep 18 '24

Neovim: Install plugins without a plugin manager

how to install Neovim plugins just using git clone

Learn More 1 0Sep 17 '24

Neovim: creating keymaps in lua

Explaining all the methods we can use to create keymaps in Neovim using lua

Learn More 9 3Mar 10 '24

Guía de uso del cliente LSP de Neovim

Agrega funcionalidades dignas de un IDE a Neovim sin instalar plugins de terceros

Learn More 0 0Jan 20 '24

A guide on Neovim's LSP client

Enable IDE-like features in Neovim without installing any additional plugins

Learn More 3 0Jan 13 '24

Lazy.nvim: plugin configuration

learning the basic of lazy.nvim's plugin spec

Learn More 66 1Jan 7 '24

Lazy.nvim: how to revert a plugin back to a previous version

learn how to restore a plugin back to previous version using lazy.nvim

Learn More 6 0Jul 30 '23

Packer.nvim: how to recover from a bad plugin update

learn about packer.nvim's snapshots.

Learn More 1 0Jul 30 '23

How to survive without multiple cursors in vim

Alternatives we can use in vim instead of multiple cursors

Learn More 3 2Feb 4 '23

Cómo sobrevivir sin cursores múltiples en vim

Patrones alternativos que podemos usar en vim en lugar de cursores múltiples

Learn More 0 0Feb 4 '23

How to install AstroNvim without overriding your existing Neovim configuration

Use AstroNvim without deleting your personal Neovim configuration

Learn More 12 2Sep 24 '22

Neovim: Plugins to get started

Turn Neovim into a fancy editor with these plugins

Learn More 10 0Sep 8 '22

Neovim: Plugins para empezar

Explorando plugins para mejorar nuestra experiencia en Neovim

Learn More 4 1Sep 8 '22

Build your first Neovim configuration in lua

The one where we learn how to customize Neovim and add plugins

Learn More 25 -2Jul 6 '22

Cómo crear tu primera configuración de Neovim usando lua

Donde aprendemos cómo personalizar Neovim y agregar plugins

Learn More 16 0Jul 6 '22

Can we manage neovim's LSP client without plugins?

Let's learn what does it take to use neovim's LSP client in project

Learn More 15 1Jun 11 '22

Se puede usar el cliente LSP de neovim sin plugins?

Vamos a descubrir qué necesitamos para usar el cliente LSP de neovim en nuestros proyectos

Learn More 11 0Jun 11 '22

Neovim LSP: Setup nvim-lspconfig + nvim-cmp

Let's configure neovim's builtin LSP client with nvim-lspconfig and nvim-cmp

Learn More 31 1May 23 '22

Neovim LSP: Configurando nvim-lspconfig + nvim-cmp

Usando nvim-lspconfig y nvim-cmp para configurar el cliente LSP de neovim

Learn More 16 0May 23 '22

Configurando el cliente LSP de neovim: la manera fácil

Vamos a agregar funcionalidades basadas en el protocolo LSP

Learn More 12 10Feb 26 '22

Getting started with neovim's native LSP client: The easy way

Add cool LSP related features to neovim

Learn More 31 2Feb 25 '22

Navigate your command history with ease

Let's take advantage of all that data in our command history

Learn More 5 0Oct 27 '21

Navega a través del historial de comandos de una manera eficiente

Vamos a sacarle provecho a toda esa información en el historial

Learn More 2 0Oct 27 '21

Want to use env variables in that config file? Well, you can... kind of

Meet the envsubst command

Learn More 3 0Oct 20 '21

¿Quieres usar variables de entorno en ese archivo de configuración? Puedes... casi

Presentando al comando envsubst

Learn More 3 0Oct 20 '21

How an applicative functor can help us validate forms

Validating a form 'functional style'

Learn More 7 0Oct 4 '21

Cómo un funtor aplicativo puede ayudarnos a validar formularios

Validando formularios al 'estilo funcional'

Learn More 4 0Oct 4 '21

Creating the illusion of fast startup times in vim

Speed up vim's startup times with this one weird 'trick'

Learn More 5 0Aug 22 '21

Creando la ilusión de un inicio rápido en vim

Mejorando el tiempo de inicio de vim con un pequeño 'truco'

Learn More 1 0Aug 22 '21

Creating a lua interface for minpac

let's make minpac a little bit more lua friendly

Learn More 5 0Aug 13 '21