DEV Community

Heiker profile picture

Heiker

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

Pronouns

he/him

Neovim: creating keymaps in lua

Neovim: creating keymaps in lua

1
Comments
5 min read

Want to connect with Heiker?

Create an account to connect with Heiker. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Guía de uso del cliente LSP de Neovim

Guía de uso del cliente LSP de Neovim

Comments
20 min read
A guide on Neovim's LSP client

A guide on Neovim's LSP client

1
Comments
18 min read
Lazy.nvim: plugin configuration

Lazy.nvim: plugin configuration

3
Comments
6 min read
Lazy.nvim: how to revert a plugin back to a previous version

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

2
Comments
4 min read
Packer.nvim: how to recover from a bad plugin update

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

1
Comments
3 min read
How to survive without multiple cursors in vim

How to survive without multiple cursors in vim

3
Comments 2
9 min read
Cómo sobrevivir sin cursores múltiples en vim

Cómo sobrevivir sin cursores múltiples en vim

Comments
9 min read
Make lsp-zero.nvim coexists with other plugins instead of controlling them

Make lsp-zero.nvim coexists with other plugins instead of controlling them

12
Comments
8 min read
How to install AstroNvim without overriding your existing Neovim configuration

How to install AstroNvim without overriding your existing Neovim configuration

10
Comments 2
5 min read
Neovim: Plugins to get started

Neovim: Plugins to get started

10
Comments
16 min read
Neovim: Plugins para empezar

Neovim: Plugins para empezar

4
Comments 1
17 min read
Build your first Neovim configuration in lua

Build your first Neovim configuration in lua

23
Comments
16 min read
Cómo crear tu primera configuración de Neovim usando lua

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

16
Comments
16 min read
Can we manage neovim's LSP client without plugins?

Can we manage neovim's LSP client without plugins?

15
Comments 1
6 min read
Se puede usar el cliente LSP de neovim sin plugins?

Se puede usar el cliente LSP de neovim sin plugins?

11
Comments
6 min read
Neovim LSP: Setup nvim-lspconfig + nvim-cmp

Neovim LSP: Setup nvim-lspconfig + nvim-cmp

27
Comments 1
11 min read
Neovim LSP: Configurando nvim-lspconfig + nvim-cmp

Neovim LSP: Configurando nvim-lspconfig + nvim-cmp

15
Comments
11 min read
Configurando el cliente LSP de neovim: la manera fácil

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

9
Comments 10
6 min read
Getting started with neovim's native LSP client: The easy way

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

20
Comments 3
6 min read
Navigate your command history with ease

Navigate your command history with ease

5
Comments
4 min read
Navega a través del historial de comandos de una manera eficiente

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

2
Comments
4 min read
Want to use env variables in that config file? Well, you can... kind of

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

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

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

3
Comments
3 min read
How an applicative functor can help us validate forms

How an applicative functor can help us validate forms

7
Comments
7 min read
Cómo un funtor aplicativo puede ayudarnos a validar formularios

Cómo un funtor aplicativo puede ayudarnos a validar formularios

4
Comments
7 min read
Creating the illusion of fast startup times in vim

Creating the illusion of fast startup times in vim

5
Comments
4 min read
Creando la ilusión de un inicio rápido en vim

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

1
Comments
4 min read
Creating a lua interface for minpac

Creating a lua interface for minpac

5
Comments
4 min read
Neovim: using vim-plug in lua

Neovim: using vim-plug in lua

24
Comments 4
4 min read
Everything you need to know to configure neovim using lua

Everything you need to know to configure neovim using lua

45
Comments 2
15 min read
Todo lo que necesitan saber para configurar neovim usando lua

Todo lo que necesitan saber para configurar neovim usando lua

8
Comments
15 min read
What if you could declare your key bindings in sublime text using Python?

What if you could declare your key bindings in sublime text using Python?

5
Comments 2
3 min read
vim and the quickfix list: jump to a location, search and replace in multiple files, and other shenanigans

vim and the quickfix list: jump to a location, search and replace in multiple files, and other shenanigans

9
Comments
18 min read
vim y el quickfix list: saltar a una ubicación, buscar y reemplazar en múltiples archivos, y otras curiosidades

vim y el quickfix list: saltar a una ubicación, buscar y reemplazar en múltiples archivos, y otras curiosidades

4
Comments
18 min read
Node.js: using non-local dependencies inside native ES modules

Node.js: using non-local dependencies inside native ES modules

5
Comments
3 min read
Anyone out there wants to make a key-value pair database for shell functions?

Anyone out there wants to make a key-value pair database for shell functions?

5
Comments 1
1 min read
Deno v1.10 has added support for localStorage. What do you think would be a good use case for this feature?

Deno v1.10 has added support for localStorage. What do you think would be a good use case for this feature?

7
Comments 4
1 min read
Parse shell commands in javascript with tagged templates

Parse shell commands in javascript with tagged templates

6
Comments
4 min read
Using nushell's math mode in zsh

Using nushell's math mode in zsh

10
Comments 1
2 min read
Extending the deno cli using a shell function

Extending the deno cli using a shell function

6
Comments
7 min read
Extendiendo deno cli usando una función

Extendiendo deno cli usando una función

6
Comments
6 min read
vim's easy mode: making vim behave like a 'conventional' text editor

vim's easy mode: making vim behave like a 'conventional' text editor

9
Comments
5 min read
vim en modo fácil: usando vim como un editor de texto 'convencional'

vim en modo fácil: usando vim como un editor de texto 'convencional'

5
Comments
5 min read
Project based config in vim

Project based config in vim

10
Comments 2
5 min read
Despliega un servidor nodejs super ligero en repl.it

Despliega un servidor nodejs super ligero en repl.it

6
Comments 1
2 min read
vite y deno: un experimento

vite y deno: un experimento

7
Comments 7
5 min read
vite and deno: an experiment

vite and deno: an experiment

27
Comments 4
5 min read
Deploy the tiniest nodejs server in repl.it

Deploy the tiniest nodejs server in repl.it

6
Comments 1
2 min read
Create a productive environment for your personal nodejs scripts

Create a productive environment for your personal nodejs scripts

7
Comments
6 min read
How many lines of code does it take to turn vim into a nice editor?

How many lines of code does it take to turn vim into a nice editor?

18
Comments 2
5 min read
What if we had a method on arrays called `.combineWith`?

What if we had a method on arrays called `.combineWith`?

10
Comments 5
1 min read
Using Netrw, vim's builtin file explorer

Using Netrw, vim's builtin file explorer

7
Comments
11 min read
Usando Netrw, el navegador de archivos nativo de vim

Usando Netrw, el navegador de archivos nativo de vim

7
Comments 2
11 min read
Transducers in javascript

Transducers in javascript

22
Comments 2
15 min read
Transductores en javascript

Transductores en javascript

9
Comments
16 min read
My journey to vim

My journey to vim

15
Comments 2
2 min read
do you have any question about functional programming in javascript?

do you have any question about functional programming in javascript?

5
Comments 1
1 min read
La utilidad de los reducers

La utilidad de los reducers

7
Comments 4
8 min read
The case for reducers

The case for reducers

23
Comments 2
8 min read
loading...