39:15
Learning Vimscript - #vimconflive 2020
Slides: https://blog.prabir.me/posts/learning-vimscript/
4:41
I wont be using vim 9. it is dead too me. NeoVim forever. In the last 3 weeks went full lua. I have finally committed to Neovim.
45:03
Rich Soni talks VimScript basics, and how to create Vim plugins; as well as show relevant parts of his vim-ecliptic plugin ...
35:42
The Beginning of Leaving VIMScript
I have been thinking about converting my vimrc to lua for a while. May as well motivate myself by doing a video starting the ...
6:21
Managing My Vimscript Snippets With ftplugin Files
CHECK THESE OUT ◀︎▭▭▭▭▭▭▭▭▭▭ 📧️ NEWSLETTER: https://bryanjenkstech.ck.page/d4ec0713d5 DISCORD: ...
2:35
Vimscript Tutorial: Conditionals ( if & elseif & else )
Watch the full playlist here. Vimscript Tutorial: https://www.youtube.com/playlist?list=PLOe6AggsTaVv_IQsADuzhOzepA_tSAagN ...
19:38
My NeoVim Configuration & Settings (VimScript and Lua)
This video shows off my much-requested init.vim file for NeoVim. Many of these settings also apply to Vim and may give you a ...
13:24
AOC 2022 Day5 Animation using VimScript
Advent Of Code 2022 Day5 solution animated using VimScript right within Vim! https://adventofcode.com Can your editor do this !
2:11
Vimscript Tutorial: Number & Float
... in mind so if you're coming from ruby or python you're used to doing this but it does not have that in vim script and as for division ...
1:17
Install Vimscript (Vim) - Ubuntu 21.04
In the video I explain how to install the Vimscript language on Ubuntu (precisely the Vim Editor). The tutorial was tested on Ubuntu ...
2:35
Vimscript Tutorial: Buffer ( write/delete without opening the buffer )
Vimscript Tutorial: https://bit.ly/yuki_vimscript Lua Tutorial with Neovim: https://bit.ly/yuki_lua.
1:57
Vimscript Tutorial: Dictionary ( attaching a function )
Vimscript is non-object-oriented language but you can still make it work like one with a little bit of an effort we use dictionary as an ...