I very much appreciate this capstone of advent, thanks Teej!
@gbarkhatovАй бұрын
TJ you're cool. Thanks for your awesome vim/nvim stuff Merry Christmas mate!
@abombfuenmayorАй бұрын
Working on my first Neovim plugin so this series came out just in time. Thank you so much!
@solitaryfox69Ай бұрын
This is the video where I learned blindly copying what you do in the project is not the way to go with this series. Thank you for putting the source codes up. I think being liberal with the amount of notes I take while referring to that source code and the help pages while going along with the series should be of far more help.
@taufiqurrahmansagafkelrey2833Ай бұрын
I JUST LOVE U MAN. THANKYOU!!!
@jcoronaz26tАй бұрын
Thank you so much for the video, you are awesome! I enjoy the way you explain things, but I would like it if you slow down; I feel like you talk too fast and move around in Vim way too fast. If you slow things down I think a lot more people would be able to follow what you're showing in these videos.
@willernstАй бұрын
This! I mean I’m a reasonable experienced vim/neovim user and the pace can be hard to follow to a real depth. Watching someone refactor at speed /while talking about things/ is crazy. It’s really impressive but things don’t have time to fully connect.
@willernstАй бұрын
I got sent down a rabbit hole by the throwaway comment on ECS, but just finished this video and it was well-paced. This one was easier to follow than the last couple. TJ’s Christmas cookie sugar rush must be crashing. 😂
@mohammadkhosravi3285Ай бұрын
You are awesome. Thank you TJ
@sahilmishra2945Ай бұрын
can we get 5??? insane output
@BvngeeАй бұрын
3 minutes ago is crazy
@mattetisАй бұрын
Real Haskell users LIVE inside the state monad 🤘
@zeocamoАй бұрын
you can just set the ft to markdown in the create window function
@ChrisGVEАй бұрын
TJ great video as always, I love this series. A question though, in create_floating_window you set vim.api.nvim_open_win(buf, enter or false, config), why do you need to test if enter is nil and set it to false? Is there a corner case where the "enter or false" is not working?
@LorenzoBettiniАй бұрын
My LSP told me about all the undefined variables; it's strange yours hasn't. Maybe slightly offtopic but... refactoring is just a pain in dynamically typed languages ;)
@JustAnotherLightАй бұрын
btw did you figure out why the LSP didnt warn about variables that didn't exist anymore?
@willernstАй бұрын
Wait a minute! Is TJ not using ‘.’ to repeat macros?!