This video rightfully deserves the title "from scratch" and you deserve recognition for being a talented instructor who knows what to explain and what to leave out.
Watching Neovim setups doesn't feel the same anymore, I find myself surprisingly understand this shit. Thank you for your patience in explaining every detail 🙏
It's been a few months since I've been watching neovim configurations and tutorials, I was about to throw in the towel and leave any of the prefabricated ones as a development environment, I don't know how I got here, but I really appreciate having seen everything, it's definitely what I was looking for , simple, clean, readable and explained in a very professional way even for the least knowledgeable on the subject. The quality and simplicity of his work is impressive. Thank you so much
Awesome tutorial by an awesome instructor. It is usually very difficult to follow people demonstrating how to setup Neovim because they move so damn fast. I love how you actually explain the configurations. That is so helpful. I am going to redo my Neovim your way now. I love LazyVim but it seems so bloated from the start and configuring it is not the most intuitive for non developers like me. I just want a nice looking Neovim for editing and creating configuration files for my system and network. I liked and subscribed. Thank you!
Man, thank you so much for the kind words! I'm really happy to hear that it was helpful. Best of luck with your setup, and feel free to reach out if you have any questions along the way. Cheers!
Finally an actual tutorial that worked for me. You wouldn't believe how many times I have struggled with LSP thing. Thank you and thank you TJ for the kickstart repo.
Thank you! :) Same for me - it took a while to figure this out, so it makes me really happy if my videos make it a bit easier for others! Kudos to TJ, indeed! 🙏
Your approach of breaking down configurations and explaining their impact on my workflow is invaluable for beginners like me. Keep up the fantastic work!
Finally a Neovim setup video that makes sense! Thank you. After screwing around with the original kickstart config and being frustrated by it, I found your video, scrapped my configs, started from scratch, and followed along with this tutorial. Now I have a beautiful setup that's well laid out and easy to understand. Now if I can only get rid of that tsserver error that keeps popping up everytime I start Neovim...
Amazing video! This was exactly what I needed. I downloaded kickstart when I was first getting into nvim, but even after reading through it I felt overwhelmed by the amount of information in there. This laid things out nicely and offered a lot of clarity on the functions of some of these plugins. I really like the idea of keeping init.lua nice and clean by importing the plugins instead of having everything in one file. I'll definitely be referencing this video a ton. Thanks for the effort!
Awesome guide. It took me a whole weekend today to setup and resolve everything you configured, and it would probably take more than weeks to adapt with the entire setup.😆 I just wished you actually included plugins for debugging during this setup. It's super crucial for coding, but too bad you didn't discuss it (except for pointing out Mason). Thanks a lot!
Thanks for the feedback! And good point about the debugger. I'm considering shooting a video on configuring nvim for Python specifically. Would this be something you're interested in?
crazy good video! I was watching through many videos but this one just hits the spot of beginner friendly, handholding and nice explanations. Super well done!
I can't thank you enough. Thanks for helping and preventing me quit neovim due to complex boiler plate plugins (atleast for newbies like me). Now i get the entire structure of the neovim configs. subbed. Keep posting these amazing content.
I started learning neovim and picked kickstart, but could not make sense of configuration from tj himself. U have done a great job explaining and this should the only tutorial needed for neovim with lazy pkg manager ❤ u and ur content.
Thank you so much for this awesome begginer friendly tutorial have tried many before that but no one explains concepts like you did in this video and thanks to you I finally setup my neovim :)
Great Great Great!! I've been wanting to rewrite my nvim config, but seriously, after watching this tutorial, I think I'm just gonna grab your config and run with it 😅. It's a rear gem and really easy to understand. Thank you 😜
Thx for the presentation. It will really help if a new user can start with some very basic setup and work up to higher levels. A document that describes this journey will be very helpful.
@@henrymisc Yes a simple two page document simply stating the specific commands and steps. I felt the presentation was fast paced. I think breaking up the video into 3 segments - one getting it installed and basic configuration will help (this should include a choice of different plugin managers). The second could be the different plugins that are friendly, color, syntax highlighting, formatting, etc) and finally a third one which goes to advanced configuration. Just my thoughts. This way someone not very familiar can simply follow and benefit. Imagine a blind man executing the instructions.
I started out with NvChad, and it worked fine, but there were too many "under the hood features". I played *a lot* of config tutorial videos, and none were even close to being as comprehensable or as complete as yours for using a "from scratch" configuration. I now feel like I can tweak my own and understand what I'm doing. Thanks!
thank you for this! I wanted to follow the same approach and you nailed it! also a zen like experience without the presenter constantly yelling at me :D
I think that this is the best guide for Neovim from scratch. Instead of just doing stuff very quickly, you stopped to explain things that at first were not obvious.
Thanks you, great video. I was just rebuilding my nvin configuration just yesterday. Funny I thought I was the only person who users nord. Double plus good.
The color themes were all crazy in Mac native Terminal. Installed iTerm (after I tried everything else for a few hours and all the themes looked fine).
This feature is called "ligatures". You need a terminal emulator and a font that supports it. I'm using WezTerm with JetBrains Mono and it is enabled by default :)
Great video, currently redoing my config just a question though, why are you importing each plugin individually instead of doing something like this in the lazy config: require("lazy").setup("plugins")
Great question! I do it primarily for debugging purposes. When I upgrade and something breaks, I can quickly comment plugins in and out. Also, sometimes I like to keep plugin configs around even if I'm not currently using them. Maybe not the cleanest approach, but that's kinda what works for me.
Its really an easy and straight forward for configuring nvim from scratch its a great video thanks man , btw can u tell me what nerd font are you using
Thank you Henry Misc for this video!! I was wondering of following along but maybe we can just clone your GitHub source code config files and have everything set up, or do I need to manually install other stuff like dependencies, plugins, or LSP servers? I'm sorry if its a dumb question. I'm so new to this ( T - T )
It’s not a dumb question at all! :) You can absolutely clone my GitHub config. Just place it in ~/.config/nvim and start Neovim. The lazy plugin manager will handle the rest, automatically installing itself and all the dependencies. No manual steps should be required! If you run into any issues, feel free to open an issue or start a discussion on the Github.
Henry, can you please make a video or help me to setup cpp support inside nvim. I am trying from past 1 week watched every next video on youtube tried everything , but still can't able setup lsp for cpp😢 Please please please.
I got a question, I am using Iterm2 terminal and for some cases I need to copy codes for chatgpt unfortunately I can't be able to copy codes because I cannot do cmd + c to copy in clipboard. How can I do copy codes to general clipboard ?
Thank you for this video. I wanted to switch to kickstart because lazyvim does strange things lately... They switch to a completer which is still in beta, and swapped out telescope...
hey I've followed your setup but one thing is driving me crazy: the autoformat on lua files works quite randomly, one time it will format correctly and other time it will e.g. indent with tabs instead of spaces, any hints? edit: I've just switched to conform.nvim from kickstart and seems to work without issues
It could be a few things. Check that your .stylua config matches your desired setup and that the modeline (last line of init.lua in Kickstart) aligns with it. For ad-hoc fixes, you can reindent a file with: :set tabstop=4 shiftwidth=4 expandtab :retab This will reindent using 4 spaces. Hope this helps!
Essentially, you need to copy everything inside the nvim directory to ~/.config/nvim. Once you open neovim, everything should install. However, I would recommend using the neovim-kickstart-config repo since the config from my dotfiles depends on some external configurations like environment variables, etc.
Thanks bro for this There is lot of things to learn about neovim can you make a playlist for teaching us because i am complete beginner and i want to become advance in using neovim . please....😢😢
after following you wezterm guild, I going to continue here, eventhough I dont like vi becaue of stupid shift+control command. so lets see if this great setup will overcome my dislike :)
I am getting error because of tsserver: Error executing vim.schedule lua callback: ...l/share/nvim/lazy/mason.nvim/lua/mason-registry/init.lua:80: Cannot find package "tsserver".
noob update: i was able to make this whole thing work eventually, I have one last thing left which is init.lua crying about undefined prepend ... for the record everything work so I'm not sure if it's an issue but it is bugging when I open the file
This video rightfully deserves the title "from scratch" and you deserve recognition for being a talented instructor who knows what to explain and what to leave out.
Wow, thanks for the kind words! 🫶
Watching Neovim setups doesn't feel the same anymore, I find myself surprisingly understand this shit. Thank you for your patience in explaining every detail 🙏
Glad to hear that! :)
First i tried to watch Theprimeagen's nvim setup then I realise I needed a tutorial to watch that tutorial and here I am btw loveing it so far.
Welcome on board! Hope you enjoy! :)
same bro 😂
It's been a few months since I've been watching neovim configurations and tutorials, I was about to throw in the towel and leave any of the prefabricated ones as a development environment, I don't know how I got here, but I really appreciate having seen everything, it's definitely what I was looking for , simple, clean, readable and explained in a very professional way even for the least knowledgeable on the subject.
The quality and simplicity of his work is impressive.
Thank you so much
Great to hear that! Thanks for taking the time to write the comment. Made my day :)
This is EXCELLENT. Love the start from scratch approach. Dude, you have a gift.
Man, thanks so much for your comment! 🫶
Awesome tutorial by an awesome instructor. It is usually very difficult to follow people demonstrating how to setup Neovim because they move so damn fast. I love how you actually explain the configurations. That is so helpful. I am going to redo my Neovim your way now. I love LazyVim but it seems so bloated from the start and configuring it is not the most intuitive for non developers like me. I just want a nice looking Neovim for editing and creating configuration files for my system and network. I liked and subscribed. Thank you!
Man, thank you so much for the kind words! I'm really happy to hear that it was helpful. Best of luck with your setup, and feel free to reach out if you have any questions along the way. Cheers!
Made my setup based on your video. Clear explanations and great pacing. Have been using it for two weeks, and so far I'm loving it. Thank you!
Great to hear! :)
Finally an actual tutorial that worked for me. You wouldn't believe how many times I have struggled with LSP thing. Thank you and thank you TJ for the kickstart repo.
Thank you! :) Same for me - it took a while to figure this out, so it makes me really happy if my videos make it a bit easier for others! Kudos to TJ, indeed! 🙏
Your approach of breaking down configurations and explaining their impact on my workflow is invaluable for beginners like me. Keep up the fantastic work!
Great to hear! Really appreciate your comment :)
Great video, super well presented. Makes setting up neovim actually make sense
Finally found the right tutorial for me man its hassle doing all these setup but u did it in subtle way.Subbed you for your effort and future content.
Finally a Neovim setup video that makes sense! Thank you. After screwing around with the original kickstart config and being frustrated by it, I found your video, scrapped my configs, started from scratch, and followed along with this tutorial. Now I have a beautiful setup that's well laid out and easy to understand. Now if I can only get rid of that tsserver error that keeps popping up everytime I start Neovim...
@@eherrmann01 Hi thanks :) regarding the tssever error, can try changing tsserver to ts_ls in lsp.lua? It seems they have renamed it.
Fantastic video. This finally explains to me how to set up Neovim with or without distros!
I didn't know anything about Neovim customizability. You gave me a starting point. Thank you so much.
Amazing video! This was exactly what I needed. I downloaded kickstart when I was first getting into nvim, but even after reading through it I felt overwhelmed by the amount of information in there. This laid things out nicely and offered a lot of clarity on the functions of some of these plugins. I really like the idea of keeping init.lua nice and clean by importing the plugins instead of having everything in one file. I'll definitely be referencing this video a ton. Thanks for the effort!
What a nice comment - made my day! Thank you :)
from all the nvim vids out there, this is by far my fav! good job and all well explained! DANKE! :)
Wow, thanks! :)
Awesome guide. It took me a whole weekend today to setup and resolve everything you configured, and it would probably take more than weeks to adapt with the entire setup.😆
I just wished you actually included plugins for debugging during this setup. It's super crucial for coding, but too bad you didn't discuss it (except for pointing out Mason).
Thanks a lot!
Thanks for the feedback! And good point about the debugger. I'm considering shooting a video on configuring nvim for Python specifically. Would this be something you're interested in?
crazy good video! I was watching through many videos but this one just hits the spot of beginner friendly, handholding and nice explanations. Super well done!
Man, thanks for the feedback - makes me really happy! 🫶
I knew next to nothing about nvim or lua and sat through this to make my own config, much better than kickstart, thank you. Subbed!
Awesome, thanks for the sub! :)
I can't thank you enough. Thanks for helping and preventing me quit neovim due to complex boiler plate plugins (atleast for newbies like me). Now i get the entire structure of the neovim configs. subbed. Keep posting these amazing content.
Thanks for this, much appreciated! 🫶
I started learning neovim and picked kickstart, but could not make sense of configuration from tj himself.
U have done a great job explaining and this should the only tutorial needed for neovim with lazy pkg manager
❤ u and ur content.
Glad to hear that! Thanks for taking the time to leave a comment :)
Thank you so much for this awesome begginer friendly tutorial have tried many before that
but no one explains concepts like you did in this video and thanks to you I finally setup my neovim :)
Wow, thank you! It's comments like this that keep me going! 🫶
Great Great Great!!
I've been wanting to rewrite my nvim config, but seriously, after watching this tutorial, I think I'm just gonna grab your config and run with it 😅.
It's a rear gem and really easy to understand. Thank you 😜
Awesome! You're very welcome :)
Beautiful clean setup. Appreciate it very much!!
It worked!
This video is worth watching!
Thanks a lot!
This is the best Neovim course I have ever seen, Thank you buddy!
My pleasure! Thanks for taking the time to leave a comment :)
Really simple and well-featured setup. This step by step helped a lot in getting my own config up and running, so thank you!
The nuanced explanations are appreciated. Thank you
Thx for the presentation. It will really help if a new user can start with some very basic setup and work up to higher levels. A document that describes this journey will be very helpful.
Hi, thank you! Just to clarify, do you mean a blog post about this setup?
@@henrymisc Yes a simple two page document simply stating the specific commands and steps. I felt the presentation was fast paced. I think breaking up the video into 3 segments - one getting it installed and basic configuration will help (this should include a choice of different plugin managers). The second could be the different plugins that are friendly, color, syntax highlighting, formatting, etc) and finally a third one which goes to advanced configuration. Just my thoughts. This way someone not very familiar can simply follow and benefit. Imagine a blind man executing the instructions.
@@ramesherrabolu1590 Got it. Thanks a lot for the suggestion! :)
Great setup man, love this, as a beginner this really helped me
Awesome, thank you!
looks like what im looking for. already using kickstart with some customs. my sunday is saved :) thx man and greetz from germany
Welcome! Appreciate you watching!
You're a gem, brother💗
Thank you for accepting my request for NeoVim Setup from Scratch.
Thanks a ton.
Of course! Was a lot of fun (and work) making this and I'm glad if it is helpful :)
I started out with NvChad, and it worked fine, but there were too many "under the hood features". I played *a lot* of config tutorial videos, and none were even close to being as comprehensable or as complete as yours for using a "from scratch" configuration. I now feel like I can tweak my own and understand what I'm doing. Thanks!
Thanks, glad it was helpful. Appreciate you taking the time to leave a comment. If you get stuck LMK :)
This is so helpful, thank you so much. I can't appreciate this enough
Was wondering where the videos were at. Right on man.
Appreciate you watching! :)
thank you for this! I wanted to follow the same approach and you nailed it!
also a zen like experience without the presenter constantly yelling at me :D
Hahaha 😃 Glad it was helpful!
So useful! Thank you so much!
simple and to the point, thank you :)
Glad it helped!
Awesome tutorial, clean and simple configuration. Thank you very much for posting this.
My pleasure! I'm glad if I could help :)
Thank you for the video buddy! Got through this from your reddit post. Keep the good work up!
Glad if it is helpful! Thanks for taking the time to leave a comment :)
THX for your work !
My pleasure!
You deserve more subs man ! Great !!!!!
I think that this is the best guide for Neovim from scratch.
Instead of just doing stuff very quickly, you stopped to explain things that at first were not obvious.
Thanks for the kind words! 🙏
This was a life saver bro.....thanks for sharing
Thanks you, great video. I was just rebuilding my nvin configuration just yesterday. Funny I thought I was the only person who users nord. Double plus good.
Team Nord! 🤜🤛 Thanks for the feedback, I'm glad you enjoyed it!
This was awesome, youve got my sub. Would love to see your tmux config too and your workflow with Tmux+Nvim
Thanks for the sub! Will definitely talk about Tmux soon!
Great video! Now I finnaly know what my config does :D
That's always good 😄
Great content! 🚀
Glad you enjoyed it! :)
Another great video! Thank you
Glad you liked it🙂
Wow ❤ You are a really good teacher
Thanks a lot for the compliment! I'm glad you think so :)
Amazing content!!
Thanks! Appreciate you watching! :)
thank you bro now i understand how to config it with how i want
thank you very much!
Very nice video, highly appreciated - tyvm!
btw. what kind of nerd font are you currently using? It's looking really nice! keep up the good stuff :)
Thanks for the encouraging comment! :) The font is JetBrains Mono.
@@henrymisc thank you, too! :)
Great tutorial Henry, you got a new subscriber! What do you use to record your screen? It looks ooks great! :)
Thanks for subbing - much appreciated :) For this video I used OBS.
The color themes were all crazy in Mac native Terminal. Installed iTerm (after I tried everything else for a few hours and all the themes looked fine).
That's a really good point! I should've mentioned that a true color terminal is required. Glad you were able to figure it out!
hey henry I was reading your config please make videos on kitty and tmux the way you configured them.
Definitely :)
@@henrymisc great will wait for it I was playing with kitty I found that we can render images in kitty it is so good please include that too.
21:13 a quick question how did u combine >= into a single char
This feature is called "ligatures". You need a terminal emulator and a font that supports it. I'm using WezTerm with JetBrains Mono and it is enabled by default :)
Excellent approach thank you! Do you have recommendations for tmux setup?
Thank you, appreciate you watching! :) I don't have any specific recommendations, but I'm planning to make a video about it soon.
Great video, currently redoing my config
just a question though, why are you importing each plugin individually instead of doing something like this in the lazy config:
require("lazy").setup("plugins")
Great question! I do it primarily for debugging purposes. When I upgrade and something breaks, I can quickly comment plugins in and out. Also, sometimes I like to keep plugin configs around even if I'm not currently using them. Maybe not the cleanest approach, but that's kinda what works for me.
Its really an easy and straight forward for configuring nvim from scratch its a great video thanks man , btw can u tell me what nerd font are you using
Thank you! The font is JetBrains Mono :)
Danke Chef
Gerne :)
greate tutorial !!!! worked right from the start without any changes.... I was wondering how to enable format of a region in a file ...
Thank you Henry Misc for this video!! I was wondering of following along but maybe we can just clone your GitHub source code config files and have everything set up, or do I need to manually install other stuff like dependencies, plugins, or LSP servers? I'm sorry if its a dumb question. I'm so new to this ( T - T )
It’s not a dumb question at all! :) You can absolutely clone my GitHub config. Just place it in ~/.config/nvim and start Neovim. The lazy plugin manager will handle the rest, automatically installing itself and all the dependencies. No manual steps should be required! If you run into any issues, feel free to open an issue or start a discussion on the Github.
@@henrymisc It workedd yay!! Thank you so so much
Man, that was wonderful!!! Please, tell what terminal client do u use???
i did not find you auto formatting file in github
I renamed it to none-ls.lua because none-ls actually covers more than just autoformatting. Apologies for any confusion!
@@henrymisc no need to apologies , anyways thanks for the tutorial it was amazing
Do you have a list of all the keyboard shortcuts in your config?
Not really. I find that it's not necessary when you have which-key installed (1:03:03).
where is the auto formatting config 🥲
You can find it under "lua/plugins/none-ls.lua". Technically, none-ls supports more than just autocompletion, so I renamed it :)
@@henrymisc thanks
Henry, can you please make a video or help me to setup cpp support inside nvim.
I am trying from past 1 week watched every next video on youtube tried everything , but still can't able setup lsp for cpp😢
Please please please.
I got a question, I am using Iterm2 terminal and for some cases I need to copy codes for chatgpt unfortunately I can't be able to copy codes because I cannot do cmd + c to copy in clipboard. How can I do copy codes to general clipboard ?
Thank you for this video. I wanted to switch to kickstart because lazyvim does strange things lately... They switch to a completer which is still in beta, and swapped out telescope...
Thanks for sharing! Glad it was helpful :)
30:00 bufferline - where i left off
Can I do this on Windows? I want to switch from VSCode. Thanks.
yes you can bro..
@@0xkrypton thanks will try to setup mine.
woah thanks
Welcome! Appreciate you watching!
hey I've followed your setup but one thing is driving me crazy: the autoformat on lua files works quite randomly, one time it will format correctly and other time it will e.g. indent with tabs instead of spaces, any hints?
edit: I've just switched to conform.nvim from kickstart and seems to work without issues
It could be a few things. Check that your .stylua config matches your desired setup and that the modeline (last line of init.lua in Kickstart) aligns with it. For ad-hoc fixes, you can reindent a file with:
:set tabstop=4 shiftwidth=4 expandtab
:retab
This will reindent using 4 spaces. Hope this helps!
Hey it's really great information I got which I really want to know about nvim. Just 1 req if you could guide me how to add Salesforce-lsp in this
Could you tell me how to set up your nvim config file.. from your dot git repo
Essentially, you need to copy everything inside the nvim directory to ~/.config/nvim. Once you open neovim, everything should install. However, I would recommend using the neovim-kickstart-config repo since the config from my dotfiles depends on some external configurations like environment variables, etc.
@henrymisc okk thanx 4 this
@@henrymisc after git clone I am facing build issue and in neo-tree and other issues could you check 1c
@@latakantsharma3134 what version of neovim are you using? I built it with 0.10.1.
@henrymisc nvim 0.10.2
Please, can you make Golang setup video.
Do you have video for setting it up in windows?
I don't have any experience with Windows unfortunately. But from what I've heared, it should be very similar if you're using WSL.
@@henrymisc thanks I will try it out.
could I ask what the font is you are using?
It's JetBrains Mono
What font do u use?
JetBrains Mono
i can't find autoformatting file
It's in the none-ls module. Renamed it because none-ls supports more than just formatting.
@ thanks
Thanks bro for this There is lot of things to learn about neovim can you make a playlist for teaching us because i am complete beginner and i want to become advance in using neovim . please....😢😢
Thanks man, I appreciate you watching! There will definitely be more Vim content coming soon. Stay tuned :)
Anyone who can guide me how to setup zoom in/out in lazyvim?
Cloning instead of moving is crazy
anyone able to setup in windows ? i need help please let me know
thank you for the noob-friendly video, perfectly explained and elaborated. thank you for this.
Thanks for the feedback and pointing that out!
@@henrymisc you made a subscriber out of me for this video alone so thank you brother
What keyboard you are using?
An Iris CE from Keebio
it ain't 2025
after following you wezterm guild, I going to continue here, eventhough I dont like vi becaue of stupid shift+control command. so lets see if this great setup will overcome my dislike :)
Hope you enjoy it! :)
make your tmux video
Coming! 🫡
Neo I’m?😢😮 vim
I am getting error because of tsserver: Error executing vim.schedule lua callback: ...l/share/nvim/lazy/mason.nvim/lua/mason-registry/init.lua:80: Cannot find package "tsserver".
I think they renamed it. Can you try "ts_ls" instead of "tsserver"?
@ right right, I already fixed it. The comment might help someone though, thank you :)
noob update: i was able to make this whole thing work eventually, I have one last thing left which is init.lua crying about undefined prepend ... for the record everything work so I'm not sure if it's an issue but it is bugging when I open the file
mhh what version of nvim are you using? When I set it up, I was running on 0.10.1. Could you try with that version?
@@henrymisc NVIM v0.9.5