My neovim autocomplete setup: explained

  Рет қаралды 23,809

TJ DeVries

TJ DeVries

Ай бұрын

Пікірлер: 60
@collie2280
@collie2280 Ай бұрын
you must be able to crank out all of these videos with your increased efficiency and workflow with neovim
@bfors8498
@bfors8498 Ай бұрын
For me, my neovim workflow allows me to more efficiently make my neovim configuration more efficient
@atomicman007
@atomicman007 Ай бұрын
​@@bfors8498 Infinite productivity 📈
@gjermundification
@gjermundification Ай бұрын
@@bfors8498 Just like for bandwidth distribution; most people are confused by what they can actually do with the gained capacity.
@quadra5443
@quadra5443 Ай бұрын
you were recommended next to a video called History of Skibidi Toilet. my feed is beyond fuc*ed
@chrishoppner150
@chrishoppner150 Ай бұрын
neovim is just the skibidi toilet of programming tbh
@Oglokoog
@Oglokoog Ай бұрын
@@chrishoppner150 neovim is the camera men, VSCode is the toilets
@AGentooUser
@AGentooUser 17 күн бұрын
May God save you from your feed, I hope I'm not too late and your brain didn't die yet 😅
@vondentz
@vondentz Ай бұрын
TJ should do a video reading child books
@Debrugger
@Debrugger Ай бұрын
He did one a while ago. I forget what the book was called, The man and the neovim or something
@maxwebstudio
@maxwebstudio Ай бұрын
@@Debrugger 🤣
@frederickmichaud6783
@frederickmichaud6783 Ай бұрын
I love tidbits of efficiency with my coffee in the morning. thanks Teej!
@steckmajster
@steckmajster Ай бұрын
I'm on this journey to try to transition to neovim from vs code for my editing. It's scary, and hard, and I get exhausted when I don't know what's happening or what keybindings to use to achieve what I want. But your videos are inspiring and might just be enough to make me reach the summit.
@riccardoshrives5881
@riccardoshrives5881 Ай бұрын
Heck yeah dude! Been waiting for this one!
@sudomateo
@sudomateo Ай бұрын
Loving these videos! I'd love a video on your configuration around Vim tabs and your decision to Vim tabs and splits rather than tmux panes.
@muhametsmaili3832
@muhametsmaili3832 Ай бұрын
Thank you man. You are amazing.
@workflowinmind
@workflowinmind Ай бұрын
I love these new formats
@Feedback406
@Feedback406 Ай бұрын
I liked the funny interludes you did back then those were cool
@DanielSantaCruz
@DanielSantaCruz Ай бұрын
Great content! Keep it coming! Only comment: the blue highlight on the text makes it impossible to read the text you are highlighting.
@czintrpt5585
@czintrpt5585 Ай бұрын
love it, nvim-cmp gives me the most problems so far
@rib9985
@rib9985 Ай бұрын
Holy smokes this is really powerful
@WaylonWalker
@WaylonWalker Ай бұрын
Totally read this as my complete neovim setup.
@tauiin
@tauiin Ай бұрын
there is also cmp_async-path instead of cmp-path to make it a bit faster
@brattonross
@brattonross Ай бұрын
shoutout old macdonald
@madlep
@madlep Ай бұрын
Elixir mentioned :D
@ficolas2
@ficolas2 Ай бұрын
Could you make a video about how to make Luasnip snippets, specially using tree sitter queries? I have had quite a bit of trouble with those, and you being a tree sitter maintainer probably have it really easy.
@mambusskruj
@mambusskruj Ай бұрын
ok now i know how i will spend my weekend
@RazoBeckett.
@RazoBeckett. Ай бұрын
I don't create my custom snippets, but i do use the C-k and C-j business which is C-h and C-l for me. Nvim is really powerful and i hate hitting TAB.
@user-xd5gd4pc9h
@user-xd5gd4pc9h Ай бұрын
Love you! Greate vidoe! 👍I am wondering what is it going to be if Tj have this auto-compete and ai-assistant coding tools such as llm-ls. Which is really cool IMO. Can Tj use this ls(llm-ls) together with nvim-cmp or what Tj do with these ai things. Thank you TJ.!
@VeslorTV
@VeslorTV Ай бұрын
this is gold
@IainSimmons
@IainSimmons Ай бұрын
Great video! You mentioned not liking using the same key for multiple things... But I'm fairly certain you've mentioned in a previous video that you also use Ctrl+J/Ctrl+K for moving between Neovim windows. I know some people also use Ctrl+K for viewing LSP information for whatever is under the cursor... Do you do those things and how does that work in your mind? Different modes?
@teej_dv
@teej_dv Ай бұрын
Different modes, different actions. Ya
@josecarloscirqueirajunior2914
@josecarloscirqueirajunior2914 Ай бұрын
thats great
@chornsokun
@chornsokun Ай бұрын
More vid like this please 😊
@MegaPacoquinha
@MegaPacoquinha Ай бұрын
Is there any video of teej where he goes in details how he moves between files?
@internetexplorer7880
@internetexplorer7880 Ай бұрын
Please make a codeium plugin setup tutorial? I can't get it to autocomplete an entire function for some reason. Would help tons
@mathewmorris
@mathewmorris Ай бұрын
BLAZINGLY FAST MENTIONED
@Kane0123
@Kane0123 Ай бұрын
Does Teej do video work in neovim? What a chad
@IgorGuerrero
@IgorGuerrero Ай бұрын
I have the same but I use J for forward and K for backwards instead...
@0x72F
@0x72F Ай бұрын
i think there is a small problem with that c-k and c-j setup: once you get to the last placeholder, you cant go back
@itr00ow93
@itr00ow93 Ай бұрын
ever thought of using a way so we can see what you type?
@marcobuess
@marcobuess Ай бұрын
I really tried to love but I find it rather uncomfortable to use on non qwerty layouts. Any advice?
@user-ek8cd1gg3f
@user-ek8cd1gg3f Ай бұрын
Try a more comfortable letter ;)
@erlangparasu6339
@erlangparasu6339 24 күн бұрын
Please make tutorial about how to test the config that we have changed (eg. in plugins .lua). How to test to see the effect? For example using print to debug. Where we can see the output. etc. Thanks
@shed_one
@shed_one Ай бұрын
Why is luasnip not included as a source for nvim-cmp?
@nabinkatwal3831
@nabinkatwal3831 Ай бұрын
what is that font's name?
@tokiomutex4148
@tokiomutex4148 Ай бұрын
Tab doing everything will cause concurrency issues
@bobbybobsen123
@bobbybobsen123 Ай бұрын
Please explain to me why we are using C-k to go down and C-j to go up 😆
@teej_dv
@teej_dv Ай бұрын
Haha for me it's like K is on the right of j, so moving to the right in the snippet 😂
@JustSomeAussie1
@JustSomeAussie1 Ай бұрын
Your earlobes are hanging out of your headphones😳
@teej_dv
@teej_dv Ай бұрын
And?
@JustSomeAussie1
@JustSomeAussie1 Ай бұрын
@@teej_dv you must have freakishly large lobes
@abujessica
@abujessica Ай бұрын
5:18 does it reload on the server when you save it on your machine? wtf????? how do you do that?????????????????????????????????????
@leonasdev
@leonasdev Ай бұрын
also wandering this black magic
@petertillemans2231
@petertillemans2231 Ай бұрын
eieio? Yes, blame it on your kids. You're a crypto emacs user, aren't you?
@wolfisraging
@wolfisraging Ай бұрын
may be sometime better to talk about what exactly you're working on using neovim, rather than neovim
@mona.supremacy
@mona.supremacy Ай бұрын
🤡🤡🤡
@vanvothe4817
@vanvothe4817 Ай бұрын
I don't care autocomplete
Oil.nvim - My Favorite Addition to my Neovim Config
5:22
TJ DeVries
Рет қаралды 33 М.
tree-sitter explained
15:00
TJ DeVries
Рет қаралды 74 М.
Climbing to 18M Subscribers 🎉
00:32
Matt Larose
Рет қаралды 36 МЛН
Is it Cake or Fake ? 🍰
00:53
A4
Рет қаралды 20 МЛН
Alat Seru Penolong untuk Mimpi Indah Bayi!
00:31
Let's GLOW! Indonesian
Рет қаралды 7 МЛН
1❤️#thankyou #shorts
00:21
あみか部
Рет қаралды 88 МЛН
Как быстро освоить Vim / Neovim?
23:31
PurpleSchool | Anton Larichev
Рет қаралды 49 М.
You Are WRONG About 0 Based Indexing
25:02
ThePrimeTime
Рет қаралды 245 М.
NEOVIM GIT PRODUCTIVITY: 2024
10:22
Ashish Alex
Рет қаралды 3 М.
I'm Never Using Neovim's Terminal The Same Again
8:43
DevOps Toolbox
Рет қаралды 30 М.
Gleam v1 HAS BEEN RELEASED
27:07
ThePrimeTime
Рет қаралды 155 М.
I Rewrote My Entire Neovim Config...
11:09
TJ DeVries
Рет қаралды 36 М.
Automatically Execute *Anything* in Nvim
11:03
TJ DeVries
Рет қаралды 67 М.
Software engineer interns on their first day be like...
2:21
Frying Pan
Рет қаралды 13 МЛН
🔥Идеальный чехол для iPhone! 📱 #apple #iphone
0:36
Не шарю!
Рет қаралды 1,3 МЛН
#miniphone
0:16
Miniphone
Рет қаралды 3,6 МЛН