28:15
Everything You Need To Start Writing Lua
Ok, so maybe not exactly 1000 seconds, but Fireship doesn't stick to exactly 100 seconds either!! I mentioned my course from boot ...
17:35
Vimscript is dead - How to configure Nvim with Lua!
Live on twitch: https://twitch.com/johncodes ▻ Twitter: https://twitter.com/johncodez ▻ Home page: https://johncodes.com Vim 9.0 ...
18:03
Configuring Neovim With Lua (It's Easy!)
Although I'm mostly an Emacs user these days, viewers of the channel have been asking me to do more videos about Neovim, ...
9:21
How to Configure Neovim to make it Amazing -- complete tutorial
twitter: https://twitter.com/typecraft_dev Github: https://github.com/cpow/cpow-dotfiles Hey everyone! In this video I want to show ...
20:19
Neovim Plugin From Scratch: Markdown Presentation (Part 1)
Advent of Neovim :) https://github.com/tjdevries/present.nvim https://terminal.shop btw but really, you want to check out ssh ...
2:11
Neovim is a fork of the keyboard-based text editor Vim. It is focused on extensibility and integrates the Lua programming language ...
18:54
build a perfect neovim config: the only structure you need (full guide, starting from scratch)
... Neovim options in docs: https://neovim.io/doc/user/options.html Neovim Lua guide: https://neovim.io/doc/user/lua-guide.html ...
11:09
Floating toggle-able terminal in Neovim in 50 lines of Lua
Advent of Neovim :) EASY PEASY: https://x.com/thoughtlesslabs I mentioned my course from boot dev, which you can check out ...
52:17
Настраиваем свой конфиг для NeoVim на Lua
С нуля напишем на lua свой конфиг для NeoVim с преферансом и дамами. Настроим подсветку синтаксиса, LSP, ...
5:16
A short introduction to using Lua with NVIM 0:00 Introduction 0:10 Running lua commands 0:46 Using lua= 1:08 Loading .lua files ...
10:51
Basic Lua based Neovim configuration
Discord: https://discord.gg/G4cFSKBY5p Merch: https://kandodev-shop.fourthwall.com/ It's been a while since I made a video so I ...
30:28
How to Install and Configure Neovim (2026 Edition) | Full IDE Guide
This is a quick and painless tutorial on how to install and configure Neovim turning it into a full-featured IDE with LSP support and ...
30:47
0 to LSP : Neovim RC From Scratch
I setup the entire neovim experience from nothing to LSP! Become a backend engineer. Its my favorite site ...
6:24
Create Neovim Plugins with Lua
A small video on how to create Neovim plugins using Lua. Lua LSP: ...
18:24
Neovim - As a Lua IDE (Autocomplete, diagnostics and formatting)
Link to blog: https://www.chrisatmachine.com/blog/category/neovim/28-neovim-lua-development/ Patreon: ...
6:23
[Demo] Lua Autocmds in Neovim (by the author of Lua Autocmds)
Quick demo of lua autocmds in neovim because it seems like people are kind of confused about how to use them and what you ...
25:22
Neovim Configuration with Lua | Intermediate-level
In this video we take a look at transitioning to a Lua configuration in Neovim Links to help you get going: - tjdevries' Neovim ...
29:44
How to Develop Neovim Plugins in Lua: Step-by-Step Guide
In this video, I'm showing you how to develop your own plugins in Neovim using lua. We are touching on various aspects of the ...
1:48:24
Neovim Lua Plugin From Scratch
In Episode 2 of Bash2Basics, we make a Lua plugin from scratch. The topics range from lua basics, reloading your plugin w/out ...
9:26
Running External Commands with Lua in Neovim
Going over the pros and cons of using either the standard lua libraries or the vim apis for executing external commands. Showing ...