this is my 3rd attempt for configureing nvim with lua. you get straight to the point, without going to much into the details. This series is a MUST SEE
Its definitely a pain in the ass to set it all up. im on my first attempted and its doing my head in haha. Did you end up getting it done on your 3rd attempted?
I just decided to leave VScode for Nvim a few days ago. I tried using Vim before but it all seemed complicated. Finally, I decided to give it another shot this week and I found your channel. I can't thank you enough Tuff. Your videos are great!!!!!
Thank you for all my heart U literally understand how to explain this issue I don’t know English but ur videos help me too much please I need more configuration like that please step by step show me around
I've a doubt, neovim already has sensible defaults like utfencoding, hidden etc, so do we need to include those in lua config as well? I think we don't have to as we're just changing the config and the features are already compiled along with the binary
Hello friend, I'm new to vim / neovim and I'm configuring themes and settings still, I wanted to know how do I put that same line spacing that you're using, I think my neovim lines are very close between yes and it bothers me. Would you help me? ;-;
How did you make that aliase n for nvim, I tried to make an aliase like that on my .bashrc eg: aliase n='nvim', It didn't work, outputs command not found, can someone help please
Hello, thank you so much for your video. I've been using vscode for a while now and wanted to tried Neovim and because of you it was easy to move. Also I have a question, does anyone know what is the replacement for Nvim-tree auto_close since it says it was REMOVED ? THANKS.
@@tuffgniuz thanks for the answer. i just type builin command :colorscheme nightfox & it applies but after reload my nvim colorscheme set to default. I used init.vim and it works great but i want try using lua((
You need to check if u have both this github.com/kyazdani42/nvim-web-devicons plugin installed and if u are using a nerd font. You can find nerd fonts here github.com/ryanoasis/nerd-fonts. You need both to display icons properly
The command :luafile % does not update my settings, the use of folders for the modules is mandatory or I can do init.moon lua\mappings.lua or needs to be init.moon lua\mappings\init.lua
As far I as I know you don't need to have a special folders for each module, as long as the files go inside the lua folder you should be able to just require them. For example it you have a mymodule.lua file inside your lua folder, just add require('mymodule') inside your main init.lua
Hey man great video :) I have a question regarding the icons on the tree. I'm using kitty and even having the devicons installed i do not seem to get them visualised in the tree view. Is there any step that I might be missing? Clean ubuntu install if it matters
Thanks! Hmm .. What font are you using? Because thats the only reason I can think of at the top of my head. I dont actually know if is a requirement though, but I think you need to use nerd fonts for the devicons to work.
This has to be the best guide I've seen online for getting started with Neovim config. Well done!
Thanks! I have a feeling this video is outdated though.
This was really, really helpful for a first time neovim and lua noob. I search lots of videos and tutorials and yours is one of the best!
Glad it helped!
Thank you for this step by step tutorial. This is what I have been looking for for a long time.
Glad you liked it!
Awesome! I've used NeoVim with AstroNvim for a while, but figured I'd set up my own configuration. You're doing a great job! Thanks again!
Thank you ! You did a great job simplifying such a complex daw....Looking forward to be a great producer
Thanks!
this is my 3rd attempt for configureing nvim with lua. you get straight to the point, without going to much into the details. This series is a MUST SEE
Its definitely a pain in the ass to set it all up. im on my first attempted and its doing my head in haha. Did you end up getting it done on your 3rd attempted?
I just decided to leave VScode for Nvim a few days ago. I tried using Vim before but it all seemed complicated. Finally, I decided to give it another shot this week and I found your channel. I can't thank you enough Tuff. Your videos are great!!!!!
Thanks. Glad my videos are helping you out
Bram linked me this cus he thought it'd be interesting to me and it's something I needed. Thanks!
Ah I see. Hopefully it was helpfull or interesting. I'll have more content like this coming.
Honestly the best vim video ever watch. You should do more
Thanks! Seems a lot of people really like this video. Planning to start posting videos again soon
Great. Cleared up some things. I had setting things up with lua. Thanks again.
Glad to know it was helpfull
Thank you for all my heart
U literally understand how to explain this issue
I don’t know English but ur videos help me too much please I need more configuration like that please step by step show me around
Good job! Nice and easy to follow tutorial.
If this text was larger this video would get a gold star.
this helped me a lot thanks !!
Glad it helped!
This is great man,
Thank you so much man !
I've a doubt, neovim already has sensible defaults like utfencoding, hidden etc, so do we need to include those in lua config as well? I think we don't have to as we're just changing the config and the features are already compiled along with the binary
I have a question, why using ' ' to replace rather than using directly in the NvimTreeToggle mapping?
Why there are cross signs beside the folders or files in the nvim-tree
Thank you so much sir for your help 🙏
Nice Tutorial !
What presentation tool did you use at the beginning? Thanks.
I think it was lookatme that I was using here.
Thank you; this helps a lot!
subbed, thanks a lot :)
Hello friend, I'm new to vim / neovim and I'm configuring themes and settings still, I wanted to know how do I put that same line spacing that you're using, I think my neovim lines are very close between yes and it bothers me. Would you help me? ;-;
But i found that some tree sitter JavaScript plugins don't run on windows.
Could you please make a video on how to configure the terminal like yours? (E.g, shell, colorscheme, fonts)
Sure, I've been planning to do a video on my workflow so I might upload it this week
@@tuffgniuz Thank you very much. I'll wait for it :D
@@tuffgniuz how can you show the icons in the terminal? Nice series of videos!
@@javierr5845 Take a look at this the.exa.website/. That's what I use. Just alias it to "ls" or "ll"
@@tuffgniuz Thanks it worked perfectly!
How did you make that aliase n for nvim, I tried to make an aliase like that on my .bashrc eg: aliase n='nvim', It didn't work, outputs command not found, can someone help please
Sorry for the late reply. In my case, I use the fish shell, and it allows to easily create an alias. Perhaps you can look into that.
is it matter of the packer plugin load order ?
Hi sorry for the late reply.. I don't think it should matter that much. If it does I think you will notice
Hello, thank you so much for your video. I've been using vscode for a while now and wanted to tried Neovim and because of you it was easy to move. Also I have a question, does anyone know what is the replacement for Nvim-tree auto_close since it says it was REMOVED ? THANKS.
hello! can someone helps me. after reload nvim,, my colorscheme set to default. It is annoying, Whats is it? Linux Ubuntu
How do u set ur colorscheme?
@@tuffgniuz thanks for the answer. i just type builin command :colorscheme nightfox & it applies but after reload my nvim colorscheme set to default. I used init.vim and it works great but i want try using lua((
Hello, i'm follow your tutorial but my logo directory just questions logo, how to fix it?
You need to check if u have both this github.com/kyazdani42/nvim-web-devicons plugin installed and if u are using a nerd font. You can find nerd fonts here github.com/ryanoasis/nerd-fonts. You need both to display icons properly
The command :luafile % does not update my settings, the use of folders for the modules is mandatory or I can do
init.moon
lua\mappings.lua
or needs to be
init.moon
lua\mappings\init.lua
As far I as I know you don't need to have a special folders for each module, as long as the files go inside the lua folder you should be able to just require them. For example it you have a mymodule.lua file inside your lua folder, just add require('mymodule') inside your main init.lua
Would be great if you use input capture for beginner like me :)
Yeah I completely forgot about that, will try and remember that for next time ;-)
Hey man great video :) I have a question regarding the icons on the tree. I'm using kitty and even having the devicons installed i do not seem to get them visualised in the tree view. Is there any step that I might be missing? Clean ubuntu install if it matters
Thanks! Hmm .. What font are you using? Because thats the only reason I can think of at the top of my head. I dont actually know if is a requirement though, but I think you need to use nerd fonts for the devicons to work.
@@tuffgniuz Installed nerd fonts and everything seems to be working now :)
👌👌👌
Pretty good
Nice video
perfectly
Dumb? Can you use both, init.lua and init.vim?
I dont think you can use both files at the same time. It is possible to embed lua code inside init.vim though