yaeh we are interested to learn more about jumplist and tag stack
@teej_dv9 күн бұрын
coming up next :)
@FlaskTest8 күн бұрын
@@teej_dv appreciate it😍
@follantic7 күн бұрын
100%!
@Teslacoil336 күн бұрын
Yep! I currently only use the jumplist so I suspect I'm missing out on some key functionality that tag stack can provide.
@sahilmishra29459 күн бұрын
theres not a single time when you say "should I go over this" where I say no, in fact it's nice because it gives me a heads up for something new that I should check out, wish you had a 10 minute long video where you just say should I go over and then list every cool feature
@patricorgi9 күн бұрын
Very interested in jumping back! I always just use Ctrl-O; but really need more specific jumpbacks such as within the same file.
@loo_99 күн бұрын
despite how little I care about this specific content, i find it interesting to learn more about the vim api
@tilakmadichettitheappdeveloper9 күн бұрын
cancel this guy now
@abhiavipatel9 күн бұрын
Well he also made telescope so cut him some slack
@no_name47969 күн бұрын
@@abhiavipatel and nvim-lspconfig. Who really uses neovim for editing code without using that plugin lol?
@ivanjermakov9 күн бұрын
I see, april fool's advent of nvim.
@ranjithkumar-xt2zw9 күн бұрын
Thanks teej for posting daliy
@akshettrj8 күн бұрын
Loving this series 👏🏻👏🏻
@camilocoelho70979 күн бұрын
Hey TJ, I wanted to thank you for this initiative. I had tried to switch to (n)vim for some time now. The explanations you are giving in this series helped me fill some of the gaps and questions I had. One thing still remains a pain for me. I usually have 2 "tabs" (windows in vim land) open - usually code and test or code and code. And during development I need to move those tabs to the left or right and have specific files in the left and right. Could you please do a video on that. How to manage windows with specific buffers and switch them easily? Thanks
@jamesaffleck41929 күн бұрын
I'm not sure if this is what you want. C-w h/j/k/l = switch to active window to the left/below/above/right of current window. (Many people remap these to just c-h/j/k/l) C- H/J/K/L = move window to that direction Another handy one is using c-6 or is it c-^ this switches to most recent vim buffer (like last channel on a TV remote). A lot of people don't absolutely love the above setup, so they will also use primeagen's harpoon plugins, or use telescope's buffer search. :Telescope buffers To pick the file they want. For switching tabs gt/gT switch to prev/next tab.
@LorenzoBettini7 күн бұрын
"attempt to call field '_get_urls' (a nil value)" I guess it's another case of use of a function not yet in the stable release?
@mohitkumar-jv2bx9 күн бұрын
I can easily see people unpacking their pitchforks. 😂😂
@CNich909 күн бұрын
Finally I can satisfy the right click and “reveal file in Explorer” option that I miss from vscode lol. Plus I can now add whatever the hay option I want!
@MichaelGame_Dev7 күн бұрын
Thanks for updating the github! This series has been helpful. I'm currently using Lazyvim, but it's a bit too much. I want to use something like a cross between this and kickstart. The default kickstart file just has so many tables in it, it gets difficult to understand where I am in the structure!
@craigdanielmaceacher9 күн бұрын
Probably a little easier to setup the amenu using the LspAttach/LspDetach autocmd, so we know we have an lsp attached the buffer
@Windeycastle6 күн бұрын
Because I've never heard about jumplist and tag stack, it would be very interesting to hear about!
@zenshade20009 күн бұрын
Oh Lord, now we're going to get newbies turning Neovim into VsCode, which I find just hilariously funny for some reason. :)
@QuebnQ9 күн бұрын
i wish we could change the border of popup menu.
@11WicToR119 күн бұрын
i would like to see jump-list video ...i m still confused about "ctrl-o" and "ctrl-t", and why both work for lsp references for example
@lpanebr9 күн бұрын
<a href="#" class="seekto" data-time="407">6:47</a> cool! I didn't know C-t back command!
@hyperthreaded8 күн бұрын
I didn't either, I always used Ctrl-o, which isn't quite the same lol.
@lpanebr8 күн бұрын
@@hyperthreaded same here!
@JorgeDB8 күн бұрын
Same, even though I won't use the menu, just for that piece of information was worth watching the full video
@theTalkingYuccaTree8 күн бұрын
This video is sacrilegious
@zohaibakber30569 күн бұрын
multi cursor tutorial when?
@no_name47969 күн бұрын
Multicursors were pushed to 0.12 Ie they aren't yet a thing on neovim
@Teslacoil336 күн бұрын
Me before watching the video: I'll just watch this one, but there's no way I'll actually bother with it. Me after watching the video : O.O
@vaolin17039 күн бұрын
Great tutorial. But where‘s the test? Red test, green test, you know? How can I be sure it works?
@paulosantana96079 күн бұрын
He did functional tests and even got the video as evidence
@MCTTABOB9 күн бұрын
actually I'm guilty of using mouse a lot in neovim and this is quite useful its because my primary occupation is just reviewing code and writing very little
@adriansrfr8 күн бұрын
One thing id love to see is to be able to query lua and return a pretty table. It seems it should be able to be done with csv, json, toml, yaml, etc but I have not figured out how to do it. Can telescope do this?
@zvrk9 күн бұрын
Jump list video would be really good
@Kane01238 күн бұрын
Finally, I can use VIM
@Alonso_Cid9 күн бұрын
Error executing lua callback, attempt to call field '_get_urls' (a nil value). Do I need any package to use the _get_urls function?
@LocoFreeman9 күн бұрын
I had the same problem, and I checked the code at the github page for the _defaults.lua and I can't see what I'm missing or messing up
@avuenja9 күн бұрын
Same thing here, check on GH, and nothing missing. Idk why works on TJ machine haha @teej_dv
@Alonso_Cid9 күн бұрын
@@LocoFreeman Same, well, I guess I could try to use other method, but to be honest is a function I won't ever use so I just deleted it: vim.cmd [[ aunmenu PopUp anoremenu PopUp.Inspect Inspect amenu PopUp.-1- anoremenu PopUp.Definition lua vim.lsp.buf.definition() anoremenu PopUp.References Telescope lsp_references nnoremenu PopUp.Back amenu PopUp.-2- ]] local group = vim.api.nvim_create_augroup("nvim_popupmenu", { clear = true }) vim.api.nvim_create_autocmd("MenuPopup", { pattern = "*", group = group, desc = "Custom PopUp Setup", callback = function() vim.cmd [[ amenu disable PopUp.Definition amenu disable PopUp.References ]] if vim.lsp.get_clients({ bufnr = 0 })[1] then vim.cmd [[ amenu enable PopUp.Definition amenu enable PopUp.References ]] end end, })
@AntoineamtoineStevan9 күн бұрын
same issue here using Neovim v0.10.0
@Ninjafire3008 күн бұрын
same problem
@Ash-qp2yw9 күн бұрын
Update the repo, TJ! I've been using neovim for about 3-odd years now, and I'm considering going through and reworking my config off this series. I have some cruft that's built up that I no longer use
@teej_dv9 күн бұрын
haha sorry! just updated!
@JulianColeman039 күн бұрын
"a little bit goofy". Naaaaahhhh
@wcrb159 күн бұрын
OMG this is cursed and I love it
@Redyf6 күн бұрын
Please make a video on debugging and testing too
@RobertFletcherOBE9 күн бұрын
How do I add Devin to the right click menu
@Mini-kyu8 күн бұрын
Ok. You got me..
@diegobarbieri78049 күн бұрын
Dayly Tj > Daily drugs
@sreedev8 күн бұрын
what is a mouse?
@moussaadem79339 күн бұрын
Blasphemy
@examinethose8 күн бұрын
:ReallyMad:
@niacinsoupbowl9 күн бұрын
Sysadmins use neovim also and the mouse is useful for us.... Don't be dissing the mouse!
@averagetechnologyenojyer9 күн бұрын
Chad
@cristobaljvp9 күн бұрын
I am unsubscribing... jk tj keep up with the good work
@ForeverZer09 күн бұрын
This video is pure heresy: blasphemy is not something to be "joked" about or classified as "funny". My disappointment is immeasurable and my day is ruined.
@rexsybimatrimawahyu32929 күн бұрын
1 view in 1 minute, bro fell off..
@Unknown_V79 күн бұрын
Anyone who wants to do that just go back to vscode
@vsz-z24289 күн бұрын
i never used vscode in the first place
@loo_99 күн бұрын
despite how little I care about this specific content, i find it interesting to learn more about the vim api