Learn the basics of Neovim configuration in lua
how to install Neovim plugins just using git clone
Explaining all the methods we can use to create keymaps in Neovim using lua
Agrega funcionalidades dignas de un IDE a Neovim sin instalar plugins de terceros
Enable IDE-like features in Neovim without installing any additional plugins
learning the basic of lazy.nvim's plugin spec
learn how to restore a plugin back to previous version using lazy.nvim
learn about packer.nvim's snapshots.
Alternatives we can use in vim instead of multiple cursors
Patrones alternativos que podemos usar en vim en lugar de cursores múltiples
Use AstroNvim without deleting your personal Neovim configuration
Turn Neovim into a fancy editor with these plugins
Explorando plugins para mejorar nuestra experiencia en Neovim
The one where we learn how to customize Neovim and add plugins
Donde aprendemos cómo personalizar Neovim y agregar plugins
Let's learn what does it take to use neovim's LSP client in project
Vamos a descubrir qué necesitamos para usar el cliente LSP de neovim en nuestros proyectos
Let's configure neovim's builtin LSP client with nvim-lspconfig and nvim-cmp
Usando nvim-lspconfig y nvim-cmp para configurar el cliente LSP de neovim
Vamos a agregar funcionalidades basadas en el protocolo LSP
Add cool LSP related features to neovim
Let's take advantage of all that data in our command history
Vamos a sacarle provecho a toda esa información en el historial
Meet the envsubst command
Presentando al comando envsubst
Validating a form 'functional style'
Validando formularios al 'estilo funcional'
Speed up vim's startup times with this one weird 'trick'
Mejorando el tiempo de inicio de vim con un pequeño 'truco'
let's make minpac a little bit more lua friendly