Such quality content on this channel, I’m absolutely blown away 😮 I’ve been working on my config for a couple months since starting my Neovim adventure and resources like this are invaluable to me 🙏
Thank you for the detailed explanations of the lazy plugin manager. I was trying to make a fresh install of my Neovim without using a distribution (LazyVim). Your video helped me understand and better organize my plugins. Now I feel confident on making my custom setup without having unused plugins that comes with the Distro.
Loved how you organize the folders so that it can make our life easier when installing and configuring plugins and nvim in general. Also, your pace is perfect for a newbie like me. Other creators are just too fast to keep up with.
I started with your previous "amazing" (packer) set up, and then hopped over here to continue without appending, a bit faster but I'm at the pink screen after typing :Lazy so doing ok thanks again ser
Compliments to you, Josean, for providing an excellent blueprint on how tutorials should be written and presented. I found you to be articulate, the tutorial informative, well-structured and perfectly timed. I appreciate the extra effort you put into supplying sources for the content that you reference. Please share how you generate the keyboard overlay of your keystrokes in the bottom right. I hope people head over and buy you a coffee as a gesture of thanks for your effort. Enjoy
@@joseanmartinezcan you help,my lazyvim is working fine,also tsserver is working fine,but tsserver is not giving suggestions for html tags in jsx, I have to write lot of html and css in jsx ,,,in my lunar vim tsserver is giving me suggestions for html tags in jsx file but in lunarvim problem is autocomplete work on tab key not on enter key...anh help
I just wanted to drop you a quick comment to thank you for this video. I am switching from VScode to nvim, and I'm getting my setup tuned. Your explanations about how the plugins, options and the plugin.lua files work together and the lazy loading. It's helping me to understand how nvim configuration works so I can setup nvim for my uses. Cheers.
That's the coolest way to see the updates.... it was really annoying to have long list of updates hiding my buffer... but i also don't want missing out of update for so long that when i update everything crashing all at once, so i need notification for increamentally fixing breaking changes
Thank you for the video. I think your video is the most up-to-date video ever. There are not many videos on lazy.nvim. Your repo layout is also pretty neat. I was trying to use lazyvim is a reference, but that repo was really convoluted. Yours is simple and to the point. I really appreciate all your efforts in creating this.
I really like your videos about neovim! It helped me getting into it and flatten the curve. It would be super awesome if you could make a video about the ns-null replacement 👍
Thank you for your generious guide of giving a bunch of useful live example of using lazy.nvim. I'm recently using lazy and lost my self in the documentation. Your video just picks up the key points and has lightn me up. 😍Like to see more of this.
I just discovered this video and love it! The lazy package manager is great and your video lays out a configuration so well, i "took" a few ideas. :) You mentioned in the video, about lsp configuration, yes please! I am struggling with mason/lazy/lsp and confused.
I love your channel. I love optimising my dev environment and i’ve been using packer since forever so this is exactly what i needed. Thanks for the help :)
Hi, Amazing video ! It would be amazing to have a video to optimize LSP configuration by ourself. Because I work mostly on PHP and Laravel at work, and Python, Swift and Typescript for my personnal project. Thank's to you I have working configs but it's not really optimize. Thank for sharing great stuff!
Do I need a lazy plugin manager for plugins? I prefer loading them all upfront rather than needing to load them when required, like having bullets ready in a gunfight. Exellent video...
Found your channel a few weeks ago and been loving your Neovim content. Would love to see a video with your thoughts on null-ls.nvim and typescript.nvim alternatives. Keep up the great work!
@joseanmartinez I am very interested in this too. I use neovim for work and both null-ls and typescript.nvim are plugins I use. I often work with typescript. Also this was a great video. I see your config has changed a lot since your video to set up neovim. THe configuration looks interesting and I'm planning to switch mine up in a similar way once I get lazy.nvim installed. Thanks for the great content. These videos really help me to understand how neovim works as well as a lot of the plugins I use.
Thank you for exploring a great developer experience for us! I've made split keyboard and learning vim for work and it inspiring me for new horizons. Good job!
Everything worked for me (except the icon colors) until the beginning of packer. I'm glad Lazy came along. Do you recommend deleting all previous packer-based configurations on Neovim before migrating them to Lazy?
After copying ur telescope config from the git repo, i cant seem to get it to work. Maybe you could do a short vid explaining how to use it in the way u have it setup?
Really enjoyed your thorough walkthrough last time! This one is just as clear and helpful, so thanks. Out of curiosity, is there a reason you have your files nested in the *josean* folder? Keep crushin it!
Hey! Thanks, really appreciate it. I’m pretty sure I saw it as a convention in another setup and stuck with it, but if you prefer, you can probably do without it.
I guess that it's because you want to have multiple tile tree mappings, ee ef ec er, otherwise you could only have 1, which is the toggle with `e` I also added `keymap.set("n", "es", "NvimTreeFocus", { desc = "Focus on the tree" }) -- Focus on the tree` To send focus back to the tree if I open the wrong file
Yep! It was because I needed more keymaps for it, like opening the file tree but in the location of the current file I’m in with “ef”. And yes! You can use ctrl+l and ctrl+h if you’re using vim-tmux-navigator like me as the tree is just another split!
I see an issue with the config, since telescope is lazyloaded how do you go about seeing your keys like ff ? Im using LazyVim so it may be a different setup.I found out that in order to show the keys while loading lazy you have to put them in the keys = ...
Hi Josean I have a question, but don't expect an answer I I suppose you are very busy replying to many people, but the netrw when you open it has all the folders expanded I have set let g:netrw_liststyle = 3, but for some reason they don't automatically expand. Could you please shed some light on this please?
Josean, great video!!! I have an issue with my setup. I get this error when opening nvim/lua/k/plugins (any lua file) [mason-tool-installer] eslint_d: installing [mason-lspconfig.nvim] failed to install tsserver. Installation logs are available in :Mason and :MasonLog Press ENTER or type command to continue [mason-lspconfig.nvim] failed to install tailwindcss. Installation logs are available in :Mason and :MasonLog Press ENTER or type command to continue [mason-lspconfig.nvim] failed to install cssls. Installation logs are available in :Mason and :MasonLog Press ENTER or type command to continue Can you help?
Thanks! I just wanted something a bit simpler and felt like I didn’t really need it. I’m using a mixture of telescope and the built in lsp related functionality. It’s really a matter of preference.
Hola Jose, excelente video, mi configuración esta basada en la tuya y me encanta, exactamente ayer me mude a lazy, jeje me adelante por un día. Saludos desde CDMX México...por cierto cómo aprendiste a hablar así de bien el ingles, que me recomiendas?
just updated to lazy nvim because of you. One question , how do you make the round camera little window with you. you mention in a video but I forgot witch video was it. Thinking about to building a corne also.
Hey! Any chance you know how to make sure pyright doesn't give "Unable to import..." warning? All the modules work and in vscode it does not give a warning. Thanks!
Hi, I basically imported your profile and it's awesome. But I am unsure how to add plugins. Specifically I am trying to install 'neorg'. Could you please advise?
why is it called a plugin manager if you still have to edit the configuration file to add or remove plugins? there is no menu to add or remove plugins? seems it is more like a plugin install and update utility
I have used vim mode on vscode and the vanilla vim for two years. I never seen any videos that explain these concepts as clean&clear as you.
Such quality content on this channel, I’m absolutely blown away 😮 I’ve been working on my config for a couple months since starting my Neovim adventure and resources like this are invaluable to me 🙏
Thanks to Josean, I may never be done tweaking my config. It's a curse. But I embrace it.
I was STRUGGLING to understad how to organize and set up the pluggins before this video. I finally inderstand how it works. TY SO MUCH!
Just switched to lazy from packer this past weekend. Really excellent stuff!! Your tmux setup was so good.
Thank you for the detailed explanations of the lazy plugin manager.
I was trying to make a fresh install of my Neovim without using a distribution (LazyVim).
Your video helped me understand and better organize my plugins.
Now I feel confident on making my custom setup without having unused plugins that comes with the Distro.
Awesome!
Loved how you organize the folders so that it can make our life easier when installing and configuring plugins and nvim in general. Also, your pace is perfect for a newbie like me. Other creators are just too fast to keep up with.
Enjoy your attention to detail with clear examples. Please do a LSP setup.
Thanks! Here’s the LSP setup video:
ua-cam.com/video/NL8D8EkphUw/v-deo.html
You are a rockstar, this was exactly what I needed to get past the learning curve and setup lazy.nvim.
I started with your previous "amazing" (packer) set up, and then hopped over here to continue without appending, a bit faster but I'm at the pink screen after typing :Lazy so doing ok thanks again ser
I love your thorough tutorials on nvim configs! I would definitely like to see an LSP-centric video showing all things LSP!
Compliments to you, Josean, for providing an excellent blueprint on how tutorials should be written and presented. I found you to be articulate, the tutorial informative, well-structured and perfectly timed. I appreciate the extra effort you put into supplying sources for the content that you reference. Please share how you generate the keyboard overlay of your keystrokes in the bottom right. I hope people head over and buy you a coffee as a gesture of thanks for your effort. Enjoy
I really appreciate that! Glad I could help and thank you for the support🙏🏽
@@joseanmartinezcan you help,my lazyvim is working fine,also tsserver is working fine,but tsserver is not giving suggestions for html tags in jsx, I have to write lot of html and css in jsx ,,,in my lunar vim tsserver is giving me suggestions for html tags in jsx file but in lunarvim problem is autocomplete work on tab key not on enter key...anh help
I just wanted to drop you a quick comment to thank you for this video. I am switching from VScode to nvim, and I'm getting my setup tuned. Your explanations about how the plugins, options and the plugin.lua files work together and the lazy loading. It's helping me to understand how nvim configuration works so I can setup nvim for my uses. Cheers.
Thanks for the guide. Finally was able to swap from packer to lazy
This is the best explanation of Lazy I've found. Awesome job!
That's the coolest way to see the updates....
it was really annoying to have long list of updates hiding my buffer...
but i also don't want missing out of update for so long that when i update everything crashing all at once, so i need notification for increamentally fixing breaking changes
Nice! Glad you found that helpful.
now almost all my questions about lazy.vim are closed. Tank you, Josean. Keep going. (liked, subscribed)
Great video. Will have this for future reference, also would like to see your video with your new lsp config.
yo thanks finally migrated everything to lazy - was absolutely worth it!
This one is the most helpful and actually teaching video on neovim plugins use, kudos!
Happy to hear it was helpful! Thanks for the feedback.
perfect, just what I needed! most other tutorials are still using packer
Awesome! Glad you found it helpful.
A video with setting up LSP with this new lazy.nvim would be great!
Thank you for the video. I think your video is the most up-to-date video ever. There are not many videos on lazy.nvim. Your repo layout is also pretty neat. I was trying to use lazyvim is a reference, but that repo was really convoluted. Yours is simple and to the point. I really appreciate all your efforts in creating this.
I really like your videos about neovim! It helped me getting into it and flatten the curve. It would be super awesome if you could make a video about the ns-null replacement 👍
As always great video. Thanks Josean 🙏
Thank you for your generious guide of giving a bunch of useful live example of using lazy.nvim. I'm recently using lazy and lost my self in the documentation. Your video just picks up the key points and has lightn me up. 😍Like to see more of this.
I just discovered this video and love it! The lazy package manager is great and your video lays out a configuration so well, i "took" a few ideas. :) You mentioned in the video, about lsp configuration, yes please! I am struggling with mason/lazy/lsp and confused.
Awesome info in all the videos, I am new to nvim so all his videos has helped me a lot.
great video man was stuck for days you helped me get unstuck thank you!
Informative and well presented! Awesome! Thank you so much!
Really appreciate the feedback and your support! Thank you! Happy to hear you found it helpful!
Glad to see this pop up in my feed!
Awesome! Hope you enjoy it!
Brilliant, Josean. Thank you so much!
Can’t thank you enough for your content it has helped me a lot.
Commenting for the algorithm, amazing tutorial, thank you!
Great video! Very nice and most important very thorough!
The animations were also of really good quality. Keep it coming!
thanks for your videos. now i have done everything you have done in your videos
Awesome! Thanks for the feedback 🙏🏽
Thank you for the video Josean. I was able to follow along 👍
Thanks man for the detailed video about lazy and I like your videos just because your videos are very detailed. Thanks again! I subbed
Awesome! I really appreciate that, glad it was helpful!
I am brand new to neovim and I was so turned around with lazy.nvim but your video helped so much! Earned my sub for sure :)
Awesome, thank you!
I love your channel. I love optimising my dev environment and i’ve been using packer since forever so this is exactly what i needed. Thanks for the help :)
Awesome, really happy to hear that!
Thanks for the video! I'd love to learn how to set up lsp and linting / formatting.
Awesome! Happy to hear it was helpful.
Thanks for this video Josean!
Awesome! Glad to hear it was helpful.
So far so good. Thanks.
You, sir, just got a new subscriber!
Sí señor! Gracias por este mega video, explicás todo de forma extremdamente accesible. Saludos y gracias!
Saludos! Muchísimas gracias 🙏🏽
This video was soooo useful! Keep it up man !!
Sweet! Happy to hear that, thanks for the feedback!
This setup is great. luv your work. I just struggle to get my null-ls to work correctly with mason. but the rest is perfect
Hi, Amazing video !
It would be amazing to have a video to optimize LSP configuration by ourself. Because I work mostly on PHP and Laravel at work, and Python, Swift and Typescript for my personnal project.
Thank's to you I have working configs but it's not really optimize.
Thank for sharing great stuff!
Cool! Appreciate the feedback, considering making a dedicated lsp video. Thank you 🙏🏽
thank you for amazing setup! love it.
Thank you so much for this tutorial!
Thanks for another amazing tutorial. Yes, I'd like to watch your tutorial on lspconfig which always confuse me.
Awesome, glad you found it helpful! Appreciate the feedback, definitely on the list.
Great video, Congratz 🎉🎉🎉
Thanks!
Yes, do the lsp video. Thanks!
Working on it! Thanks for the feedback.
Another great video!
simple and to the point, thank you :)
Nice explanation dude, you just got a sub. Lookin forward for more great videos like this
Awesome, appreciate it!
... so maybe I should tinker with my config again now 😉👍
Amazing guide! just a question, how did u set up that bottom status bar in iterm?
Do I need a lazy plugin manager for plugins? I prefer loading them all upfront rather than needing to load them when required, like having bullets ready in a gunfight. Exellent video...
As long as you need a gun at your children's birthday party
Found your channel a few weeks ago and been loving your Neovim content. Would love to see a video with your thoughts on null-ls.nvim and typescript.nvim alternatives. Keep up the great work!
Awesome! Really appreciate it. Thanks for the feedback, will be looking into that.
@joseanmartinez I am very interested in this too. I use neovim for work and both null-ls and typescript.nvim are plugins I use. I often work with typescript.
Also this was a great video. I see your config has changed a lot since your video to set up neovim. THe configuration looks interesting and I'm planning to switch mine up in a similar way once I get lazy.nvim installed. Thanks for the great content. These videos really help me to understand how neovim works as well as a lot of the plugins I use.
Thank you, so much time saver !
Thank you for exploring a great developer experience for us! I've made split keyboard and learning vim for work and it inspiring me for new horizons. Good job!
That’s really awesome! Happy to hear the videos have been helpful, hope you’re enjoying your split!
I hope we'll see the next episode about LSPs.@@joseanmartinez
Everything worked for me (except the icon colors) until the beginning of packer. I'm glad Lazy came along. Do you recommend deleting all previous packer-based configurations on Neovim before migrating them to Lazy?
I really like video, and i want more video on neovim config,
AstroVim is best please make video on it
+1 for the LSP video!
Cool, thanks for the feedback!
@@joseanmartinez+1 again
Working on it! Should be the next video coming up, thanks for the feedback!
Finally :)
Hi Josean, can you tell how to work with Git please? Resolving conflicts in particular.
After copying ur telescope config from the git repo, i cant seem to get it to work. Maybe you could do a short vid explaining how to use it in the way u have it setup?
Really enjoyed your thorough walkthrough last time! This one is just as clear and helpful, so thanks.
Out of curiosity, is there a reason you have your files nested in the *josean* folder?
Keep crushin it!
Hey! Thanks, really appreciate it. I’m pretty sure I saw it as a convention in another setup and stuck with it, but if you prefer, you can probably do without it.
this convention is mainly to avoid name collisions between plugins and your configuration files
Yep, I use lazy.nvim too.
Thank you for this! Could you please do debug adapter setup for neovim? Thanks!
Amazing, thank you!!
Awesome, glad it was helpful!
so informative!
Glad you found it helpful! Thanks for the feedback!
Note at 9:34 that there has to be a comma after the curly braces of 'dependecies'
thank you so much
Hi Josean, thanks for the amazing content! I noticed that you changed toggle file tree keymap from leader-e to leader-e-e. Why?
I guess that it's because you want to have multiple tile tree mappings, ee ef ec er, otherwise you could only have 1, which is the toggle with `e`
I also added
`keymap.set("n", "es", "NvimTreeFocus", { desc = "Focus on the tree" }) -- Focus on the tree`
To send focus back to the tree if I open the wrong file
Just realized I can move between nvim tree and my code on the right using regular vim motions, but pressing ctrl `ctrl+h` and `ctrl+l`
Yep! It was because I needed more keymaps for it, like opening the file tree but in the location of the current file I’m in with “ef”. And yes! You can use ctrl+l and ctrl+h if you’re using vim-tmux-navigator like me as the tree is just another split!
I see an issue with the config, since telescope is lazyloaded how do you go about seeing your keys like ff ? Im using LazyVim so it may be a different setup.I found out that in order to show the keys while loading lazy you have to put them in the keys = ...
Hi Josean I have a question, but don't expect an answer I I suppose you are very busy replying to many people, but the netrw when you open it has all the folders expanded I have set let g:netrw_liststyle = 3, but for some reason they don't automatically expand. Could you please shed some light on this please?
love the vid, btw what font are you using, looks so good
Hey! Thanks! I’m using MesloLG Nerd Font. You can find the list here: www.nerdfonts.com/font-downloads
Thank you man.
Thank you!
I had to explicitly replace all key occurrences with otherwise the shortcuts do not work for me e.g. "leader e e". Ventura 13.6 (Intel)
You have to define your leader key before lazy. So it doesnt mess up
@@shrewd7795 I see (I might have not noticed that information before) thanks for pointing it out.
Can you make a video reviewing mini.nvim, it seems very powerful and useful with minimal effort.
Sounds interesting! I haven’t looked into that yet, thanks for letting me know about it
I really enjoy your tutorials, very useful and good quality content! Make some more videos about neovim! :)
Great! What keyboard did you used? it's sounds very good 😮
Cherry Corne Version 3 Kit
most programmers are using (Keychron keyboard)
@@waso999Thank you! I will check it later
Josean, great video!!! I have an issue with my setup. I get this error when opening nvim/lua/k/plugins (any lua file) [mason-tool-installer] eslint_d: installing
[mason-lspconfig.nvim] failed to install tsserver. Installation logs are available in :Mason and :MasonLog
Press ENTER or type command to continue
[mason-lspconfig.nvim] failed to install tailwindcss. Installation logs are available in :Mason and :MasonLog
Press ENTER or type command to continue
[mason-lspconfig.nvim] failed to install cssls. Installation logs are available in :Mason and :MasonLog
Press ENTER or type command to continue
Can you help?
Great vid. Any reason as to why you are no longer using lsp saga for your lsp buffers?
Thanks! I just wanted something a bit simpler and felt like I didn’t really need it. I’m using a mixture of telescope and the built in lsp related functionality. It’s really a matter of preference.
Thank you for a great video 😀. So easy to understand and to get started with. I have almost moved completly to vim from vs code.
Awesome! Thank you 🙏🏽
Hola Jose, excelente video, mi configuración esta basada en la tuya y me encanta, exactamente ayer me mude a lazy, jeje me adelante por un día. Saludos desde CDMX México...por cierto cómo aprendiste a hablar así de bien el ingles, que me recomiendas?
Que bien! Aprendí inglés desde temprana edad en una escuela bilingüe. Muchas gracias 🙏🏽
where do you get this amazing prompt from? Its worth installing ios on a virtual machine :D
i cant find the code for the one you mentioned you used previously for setting up the nvim-tree
Hi all? I installed Neovim 0.9 on my ubuntu mate. But ./config folder didn't exist. How I found those confguring files?
just updated to lazy nvim because of you. One question , how do you make the round camera little window with you. you mention in a video but I forgot witch video was it. Thinking about to building a corne also.
Awesome! I use a mask in Final Cut Pro to achieve that. Typically I am screen recording and recording myself on my camera at the same time.
@@joseanmartinez Thank you!
wepa!
Hey! Any chance you know how to make sure pyright doesn't give "Unable to import..." warning? All the modules work and in vscode it does not give a warning. Thanks!
When you use :Explore, you get a cool navigation tree. When I do it, I just get the listing of what's immediately visible in my own dir. What do?
Add “vim.g.netrw_liststyle=3” into your lua code
When I last tried vim/nvim it was slower than sublime text. Is it better now?
Hi, I basically imported your profile and it's awesome. But I am unsure how to add plugins. Specifically I am trying to install 'neorg'. Could you please advise?
help me a lot, tks
why is it called a plugin manager if you still have to edit the configuration file to add or remove plugins? there is no menu to add or remove plugins? seems it is more like a plugin install and update utility
It would be cool to get the keyboards shorcut created in a cheatsheet kinda lol