Developing a Neovim Docker Plugin from Scratch

  Рет қаралды 13,206

Developer Voices

Developer Voices

Күн бұрын

Пікірлер: 90
@ChrisPatti
@ChrisPatti 17 күн бұрын
I really appreciate how you showed the entire intend process rather than skipping it in attempt to save time. Excellent video thank you for making it!
@lua5dot1
@lua5dot1 5 ай бұрын
kinda speechless over how good this video is, I hope I can explain something this clearly someday
@WillEhrendreich
@WillEhrendreich 5 ай бұрын
That was absolutely epic. I wish I could have seen this video much much earlier in my neovim life. I remember trying to figure out how to do this sort of thing for when I was picking processes to have DAP attach to. It was doable, but difficult, because I don't know what I don't know. Having this incredible, clear demonstration of how to to make this work will help so much when I can't remember how to do it yet again. Haha. Great work, please do more this was chefs kiss.
@DeveloperVoices
@DeveloperVoices 5 ай бұрын
Thanks! I wish I could have posted it when you needed it, because that would mean I'd discovered Neovim sooner too. 😁
@JT-mr3db
@JT-mr3db 5 ай бұрын
This is the epitome of casual brilliance
@jg_yro5845
@jg_yro5845 Ай бұрын
Mark Holcomb from Periphery taught me guitar and now he’s teaching me neovim. Just kidding! I’ve wanted this exact tutorial for years in neovim and it couldn’t be more informative! Thank you!
@s1n7ax
@s1n7ax 5 ай бұрын
Awesome video. More neovim stuff please
@beyond990
@beyond990 5 ай бұрын
That was probably the most succinct tutorial/run through I have watch on KZbin, I now need to look at your back catalogue and see what other wonders you have 😊
@mananabanana
@mananabanana 5 ай бұрын
That was amazing pedagogy. You're incredibly clear and engaging. Kudos! 😀
@Mawkler
@Mawkler 5 ай бұрын
This is the greatest illustration I've ever seen of how powerful Neovim, Lua and Telescope truly are
@lukeemhigh
@lukeemhigh 5 ай бұрын
Amazing, this could just be the most useful neovim/lua video I've ever seen. Keep it up!
@saurabhpradhan1069
@saurabhpradhan1069 5 ай бұрын
Using neovim/telescope for years.. but this just blew my mind. Awesome video.
@MiguelLopez-mu1ss
@MiguelLopez-mu1ss 4 ай бұрын
this man went next level... nvim telescope instead of the cli fzf... je suis intrigued
@maxreuv
@maxreuv Ай бұрын
Educational, informative, and useful - all at the same time. Thank you!
@wjorgegoszcz7220
@wjorgegoszcz7220 Ай бұрын
awesome, I loved how well did you explained everything, all the things you need to create a telescope extension, step by step.
@nickmills8476
@nickmills8476 5 ай бұрын
Been using neovim for a couple of years and vim a lot longer, but I gotta say watching the way you use it for programming is a learning experience. I like the way you work!
@lpil
@lpil 5 ай бұрын
Wow Kris! This was my intro to Neovim plugin development and I feel ready to make some useful things! It was great to see your workflow here
@PhanorColl
@PhanorColl 5 ай бұрын
great video.. I've been using neovim for a long time, but never felt like making my own plugins until now.. Please do more neovim videos.. this is EPIC!!
@jwr6796
@jwr6796 5 ай бұрын
Maybe I've not been subbed long enough, but this is the first tutorial/walthrough I've seen from you. I'd love to see some other topics!
@jwr6796
@jwr6796 5 ай бұрын
Neglected the main purpose if my iriginal comment, which was to say: I love your style/qpproach in these more tutorial-centric videoa!
@DeveloperVoices
@DeveloperVoices 5 ай бұрын
Glad you like them! Keep an eye on this playlist - I'll be adding more there as they come: kzbin.info/aero/PLuiPju9KQBnatff3GerbYpqPijpDRJp9p 🙂
@yuxiang4218
@yuxiang4218 5 ай бұрын
Great illustration. want to learn more about the how buffer/windows/tab work in neovim
@Timjstewart
@Timjstewart 5 ай бұрын
This video cleared up the mystery of developing a Telescope extension for me and got me really excited about all of the extensions I can build. Thank you so much for your clear explanation, for starting simple and progressively making it more and more powerful!
@lv8pv
@lv8pv 5 ай бұрын
This is the best "tutorial" on how to start writing plugins to nvim I have seen. THANK YOU so much! Please do more
@CristianHeredia0
@CristianHeredia0 5 ай бұрын
Brilliant. I’ve been using neovim and docker for years. You just created a super convenient entry point for me to build on.
@emilaasa
@emilaasa 5 ай бұрын
This is an extremely high quality tutorial type of presentation! Crystal clear!
@LukasRotermund
@LukasRotermund 5 ай бұрын
Wow! ❤ that's so inspiring! I can't wait to finish my breakfast, jump into nvim and write some telescope plugins 🚀🙌
@Echiduna
@Echiduna 5 ай бұрын
Love this video. Just made my very first telescope plugin. Thank you for such amazing contents.
@ethanwilkes4678
@ethanwilkes4678 Ай бұрын
This is a really great video!
@freezingcicada6852
@freezingcicada6852 5 ай бұрын
I'm still a noob, but I enjoyed the thought process and general pacing of the whole video. It doesnt have to be "tutorial" either or Neovim specially, initially watched your videos from the Odin interview with Ginger Bill.
@edgeeffect
@edgeeffect 5 ай бұрын
I'm not a neovim person but it's very very nice seeing Lua actually being USED for something.
@jmbuhr
@jmbuhr 5 ай бұрын
Very well explained and great pacing!
@Incertophile
@Incertophile 2 ай бұрын
Sick video Kris
@mkamp
@mkamp 5 ай бұрын
One thing I am wondering about. The command returns a number of items, yet in the the entry maker you deal with the entries individually. Where is the splitting happening? Absolutely fantastic and so much fun. Thanks for taking us along on the ride and to make it so practical. Can't wait for the next installment.
@DeveloperVoices
@DeveloperVoices 5 ай бұрын
That'll be Telescope. Somewhere in the telescope codebase there'll be a for loop working its magic. 🙂 Glad you enjoyed it! Stay tuned for more. 😉
@mkamp
@mkamp 5 ай бұрын
Looking at your debug output again, it seems that you JSON is JSON lines with one JSON per line, so probably telescope is splitting by line. This is also consistent with your yes, no, maybe example before.
@jorgeosorio1613
@jorgeosorio1613 5 ай бұрын
I love these videos
@jeytech
@jeytech 5 ай бұрын
This was extremely helpful and insightful, thank you sir! You got yourself a new sub can't wait for more.
@spasham74
@spasham74 5 ай бұрын
Beautiful. Thoroughly enjoyed the video. I see you have Kafka telescope extension. Do you mind making a video on that?
@WilmanArambillete
@WilmanArambillete 5 ай бұрын
amazing video! highly educational and very well explained!! Thanks a lot for these sort of videos
@snrmwg
@snrmwg 5 ай бұрын
This was great to watch. Learned so much, thanks 😊
@benarcher372
@benarcher372 5 ай бұрын
Stunned.
@FrancescoPischedda
@FrancescoPischedda 5 ай бұрын
Thank you, it was great!
@_mateusdigital
@_mateusdigital 5 ай бұрын
That's so so cool!!!! Really wished that neoview would be more integrated with game dev flows tho - it's such a pleasure as an text editor, but without the additional tooling involved it's quite difficult to make it usable to day to day game development...
@rafaelcolladojr
@rafaelcolladojr 5 ай бұрын
Insane tutorial. Insta-subscribed.
@thisbridgehascables
@thisbridgehascables 5 ай бұрын
This a great video! Learned a lot from this, also a very useful module since I use docker ..
@RoughlyUnderstood
@RoughlyUnderstood 5 ай бұрын
Incredible!
@thenwhoami
@thenwhoami 5 ай бұрын
Your content is *chef's kiss*
@90hijacked
@90hijacked 5 ай бұрын
Welcome to the club! ❤
@McCourtRC
@McCourtRC 5 ай бұрын
legendary!
@djbessel
@djbessel 3 ай бұрын
This is a huge motivator to start trying to write a telescope plugin, thank you! I'm struggling to figure out how command_generator works, I'm trying to construct my json payloads with a shell for loop, and it doesn't like it :). Also I see in your sample code you use finders.new_dynamic instead of finders.new_async_job, so I'm trying to find the docs on how to use all of these.
@utvikler-no
@utvikler-no 5 ай бұрын
This made my day! Thank you so much!
@IlhanNegis
@IlhanNegis 5 ай бұрын
that was a gold nugget there
@qwfp
@qwfp 5 ай бұрын
Very well explained! But now I'll want to create telescope plugin for pretty much everything..
@DeveloperVoices
@DeveloperVoices 5 ай бұрын
Ha, me too. 😅
@wilsonpsleung
@wilsonpsleung 5 ай бұрын
Simply amazing 👍
@tamatotodile
@tamatotodile 5 ай бұрын
One of us. One of us. One of us.
@lancemarchetti8673
@lancemarchetti8673 5 ай бұрын
Nice!
@HunterRoMike
@HunterRoMike 5 ай бұрын
That was very interesting and engaging!
@DeveloperVoices
@DeveloperVoices 5 ай бұрын
Thank you!
@Sameer_Kumar
@Sameer_Kumar Ай бұрын
This guy looks like he has a degree in witchcraft. Me likey! 🧙
@Sameer_Kumar
@Sameer_Kumar Ай бұрын
And just 40 seconds in, I heard witchcraft word for telescope highlight.
@DeveloperVoices
@DeveloperVoices Ай бұрын
If I could get a degree in Witchcraft, I’d be all over that. Until then, I’ll have to content myself with DnD. 😅
@Sameer_Kumar
@Sameer_Kumar Ай бұрын
@@DeveloperVoices absolutely lovely content. Very composed outlook to problem solving. I'd highly encourage you to create some tutorial videos like this every now and then. You genuinely got a knack for elegant spoonfeeding to novice folks.
@popplestones886
@popplestones886 5 ай бұрын
How is there not more likes?
@Lars-ce4rd
@Lars-ce4rd 5 ай бұрын
I have to admit reading some of these comments back, I'm thinking they lack a lot of experience. I wonder what kind of superlatives these individuals would dish out on some of TJs videos (creator of neovim). LOL. Jokes aside, definitely a great educational video for anyone new to Lua and extending neovim and you deserve big kudos for that!
@AndrewRomano-k6h
@AndrewRomano-k6h 5 ай бұрын
I switched it to show me the containers instead of images.
@hexomega9445
@hexomega9445 5 ай бұрын
nice vid!
@jvdmeulen
@jvdmeulen 5 ай бұрын
Very nice, but the thing i'm missing a bit is how you found the commands .. did you ask the community, TJ or searched the readme's / docs?
@DeveloperVoices
@DeveloperVoices 5 ай бұрын
Ah, great question. So I started off with this developer's guide: github.com/nvim-telescope/telescope.nvim/blob/master/developers.md ...and then the rest I picked up from reading source code.
@WilmanArambillete
@WilmanArambillete 5 ай бұрын
i would like to learn more about lua and neovim
@艾曦-e4g
@艾曦-e4g 5 ай бұрын
Cooool~ How about building container, pulling image, running command in contain and so on. The thing that bothers me the most is how to edit in container with full neovim ability such as lsp, dap etc. I use -v to mount the directory in host and use the neovim on the host but can no use the lsp like vscode. Is there better solution for that? Thank you in advance!
@Struck0FF
@Struck0FF 5 ай бұрын
I think I’m gonna do the same for k8s
@jasonrothfuss1631
@jasonrothfuss1631 5 ай бұрын
I really like these ~20min coding videos! Would love to see more like this. Also really enjoyed following along with your Purescript / Quickcheck video - kzbin.info/www/bejne/apPTlGuEpbN7iMU
@256k_
@256k_ 5 ай бұрын
How do you feel about neovim vs eMacs?
@DeveloperVoices
@DeveloperVoices 5 ай бұрын
I really like both of them. Emacs (with evil-mode) was my main editor for years, and I think either is a great choice. I find Emacs Lisp to be more fun to write than Lua, because the interactive development experience is absolutely world class. Lua's still good, it's just that elisp is astonishingly good. But some of Emacs' UI experience is need of a refresh, which gives Neovim a day-to-day edge. The Neovim team have done a great job of pulling the terminal into the 21st century. :-)
@mzerone-g6m
@mzerone-g6m 5 ай бұрын
Emacs it is really faster with this task i just quit telescope that sometimes miss things out
5 ай бұрын
Which plugin did you use to jump around by typing letters? Was it hop?
@DeveloperVoices
@DeveloperVoices 5 ай бұрын
Funnily enough, I only found out about hop last night. So in the video it was easymotion, but I think it's going to be hop going forward. :-)
@qwfp
@qwfp 5 ай бұрын
@@DeveloperVoices there's also leap.nvim, in case you want a different flavor
@adicide9070
@adicide9070 5 ай бұрын
hmm is this via terminal or with gui app?
@DeveloperVoices
@DeveloperVoices 5 ай бұрын
Terminal. I'm using Kitty: sw.kovidgoyal.net/kitty/
@adicide9070
@adicide9070 5 ай бұрын
thanks, I'm familiar :) @@DeveloperVoices
@legion_prex3650
@legion_prex3650 5 ай бұрын
awesome! just awesome! you are my man! Unfortunately, i have no idea how to make this work besides running "source". when i startup my nvim, i get a bunch of errors like: [lspconfig] Cannot access configuration for lua_ls. Ensure this server is listed in `server_configurations.md` or added as a custom server.
@DeveloperVoices
@DeveloperVoices 5 ай бұрын
Sounds like you need to install `lua-language-server`. On OSX that's `brew install lua-language-server`, but YMMV. :-)
@legion_prex3650
@legion_prex3650 5 ай бұрын
made it work to load the plugin via packer. now i have to figure out, how to setup a keybinding and stuff. Oh man, i am new to neovim but loving it :) thanks!
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
0 to LSP : Neovim RC From Scratch
30:47
ThePrimeagen
Рет қаралды 1,3 МЛН
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 16 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 31 МЛН
I'm Never Using Neovim's Terminal The Same Again
8:43
DevOps Toolbox
Рет қаралды 39 М.
The BEST CLI Tool
9:50
ThePrimeTime
Рет қаралды 203 М.
Creating and Evolving Elixir (with José Valim)
1:42:22
Developer Voices
Рет қаралды 9 М.
Vim Motions & Tricks I Wish I Learned Sooner
9:25
Henry Misc
Рет қаралды 32 М.
I Love Neovim But I WONT Use It | Prime Reacts
23:22
ThePrimeTime
Рет қаралды 120 М.
I tried Neovim Distributions so you don't have to
9:12
typecraft
Рет қаралды 164 М.
Nix and NeoVim
13:38
ThePrimeTime
Рет қаралды 141 М.
5 Command Line Tools That Boost Developer Productivity (2023)
8:02
Why I Switched From NEOVIM To VSCODE
13:45
Anthony GG
Рет қаралды 23 М.
Writing Plugins - It's Never Been Easier (NeovimConf 2022)
23:49