Neovim - Test, Neotest
12:57
7 ай бұрын
Neovim - Configure Less, Code More
17:26
Rust - Pointers vs References
12:45
Godot - My first 2d game - Part 2
57:18
Godot - My first 2d game - Part 1
37:26
Neovim: How to Use Java Debugging
12:59
Neovim Tutorial - Java + Lombok
8:16
Neovim Tutorial - LSP Setup
5:36
Жыл бұрын
UE5 vs UE4 - UI comparison
6:52
3 жыл бұрын
Пікірлер
@Gabriel-nm4te
@Gabriel-nm4te 9 күн бұрын
how do you show you keystrokes?
@Gabriel-nm4te
@Gabriel-nm4te 9 күн бұрын
this is exactly what i was looking for, not so many people use windows and neovim. glad to see good content being created, please upload more frequently
@JosephOzielComposer
@JosephOzielComposer 17 күн бұрын
wow what a great language
@user-kk4vy7uq5o
@user-kk4vy7uq5o 25 күн бұрын
Thank you very much. BTW how did you enable those cursor animations
@IvanByteTV
@IvanByteTV 12 күн бұрын
It’s a GUI for neovim. Google “Neovide”
@josephdburdick
@josephdburdick Ай бұрын
What plugin are you using that make your cursor animate like that?
@neel3226
@neel3226 Ай бұрын
"promo sm"
@zefnine
@zefnine Ай бұрын
pretty cool!
@rakshithg9669
@rakshithg9669 Ай бұрын
Thanks a lot man I learnt so much
@xiLike2Doitx
@xiLike2Doitx Ай бұрын
What about dap?
@JD-gr3wk
@JD-gr3wk 2 ай бұрын
thank you man, this helped me a lot. greetings from Argentina!
@eygs493
@eygs493 2 ай бұрын
it worked right outt of box, thank you, lol
@nevork7578
@nevork7578 2 ай бұрын
Хорошее видео, но над акцентом стоит поработать, ухо режет
@sefumies
@sefumies 2 ай бұрын
Not working at all on Mac even with setup for mac and vcpkg, LSP on neovim complains it cant find the SDL2/SDL.h files. Same with al tutorials on SDL and Mac, seems it just isnt compatible with latest
@itachicodes2506
@itachicodes2506 2 ай бұрын
Can you do a new 2024 update for Java debugging please
@user-if3pt4ik4l
@user-if3pt4ik4l 3 ай бұрын
which your font?
@IvanByteTV
@IvanByteTV 3 ай бұрын
BlexMono Nerd Font
@NormalNvim
@NormalNvim 3 ай бұрын
Neotest is super nice. We ship it.
@wilberargueta
@wilberargueta 3 ай бұрын
i had problem with nvim/treesitter :(, not found "C" compiler
@IvanByteTV
@IvanByteTV 3 ай бұрын
Try to install on windows :mingw-g++ On Linux : sudo apt-get install build-essential Also try to search for cc or clang
@NoahNobody
@NoahNobody 4 ай бұрын
Good for you for making this. I don't think many people are interested in this type of language nowadays. When I first got into programming, REBOL was one of the first languages I tried to learn. I had a lot of fun with it, but found it difficult to get past the beginner phase. I had some difficulties with some of the most basic concepts, so I was unable to understand or write the more advanced programs. I thought I would visit it again for nostalgic reasons and to see if I have gotten smart enough to understand what I failed to do in the past.
@DURGHAM6
@DURGHAM6 4 ай бұрын
how to make the cursor glow when its moving ....??
@IvanByteTV
@IvanByteTV 4 ай бұрын
Ah, just install neovide. It is a GUI for neovim. Works brilliantly
@DURGHAM6
@DURGHAM6 4 ай бұрын
@@IvanByteTV thank u so much
@olsuhvlad
@olsuhvlad 4 ай бұрын
13 And no man hath ascended up to heaven, but he that came down from heaven, even the Son of man which is in heaven. 14 And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: 15 That whosoever believeth in him should not perish, but have eternal life. 16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. 17 For God sent not his Son into the world to condemn the world; but that the world through him might be saved. 18 He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God. 19 And this is the condemnation, that light is come into the world, and men loved darkness rather than light, because their deeds were evil. 20 For every one that doeth evil hateth the light, neither cometh to the light, lest his deeds should be reproved. 21 But he that doeth truth cometh to the light, that his deeds may be made manifest, that they are wrought in God. (Jn.3:13-21)
@justingodesky5912
@justingodesky5912 4 ай бұрын
Incredible
@aixing6011
@aixing6011 5 ай бұрын
Thanks for sharing. Unfortunately, it wasn't very clear what was going most of the time. I honestly just enjoyed the music, while I did something else :)
@MrLotrus
@MrLotrus 5 ай бұрын
You can control your tests in Summary window. r - run test or tests if directory selected. d - debug them. i - go to this test. o - show output of last result in window, m - mark test. Whole mapping in :h neotest.
@ShivanshGupta51
@ShivanshGupta51 5 ай бұрын
Thank you dude !! I love this type of straightforward content
@user-hw4kh7ze5f
@user-hw4kh7ze5f 5 ай бұрын
not clear how to install and configure it. another confusing video re the neovim
@daephx
@daephx 5 ай бұрын
should link the code in the description.
@catoflado4977
@catoflado4977 6 ай бұрын
How to create java projects in neovim?
@jamie7546
@jamie7546 6 ай бұрын
"PromoSM"
@sashok88881
@sashok88881 6 ай бұрын
Hi Thanks for the nice video I have been interested in this topic for the past few months (I mean nvim or similar configurations) But I still have a question that I haven't found an answer to: Is it really possible to use nvim/astrovim/etc instead of Rider for dotnet or XCode for c++/swift? I mean nvim can cover all IDE features: unit testing, debugging. Currently I can see LSP + nvim as a powerful combination for editing but sometimes we need to test and debug code too
@Marin0520
@Marin0520 6 ай бұрын
Thank you dude! Very straightforward tutorial!
@2002budokan
@2002budokan 6 ай бұрын
Thank you Ivan, now I have an idea why there in std::cell::UnsafeCell beyond Cell exists.
@indrajitsarkar3169
@indrajitsarkar3169 6 ай бұрын
managing neovim and keeping it up to date can be a pain sometimes. I personally prefer lazyvim, easy config, pick and choose language specific configs.
@pictureus
@pictureus 6 ай бұрын
Just started picking up neovim since my work laptop can barely run webstorm/vscode. It has huge issues with ram to the point that I have to use a swapdisk for everything. Using kickstarter, harpoon, oil, undotree and some custom keymaps suggested by theprimeagean etc. Now it's more fluent, however I do miss the ease of use test integration that JetBrains products provide.
@Muffin331
@Muffin331 6 ай бұрын
Здравствуйте, Иван! А вы не могли бы мне подсказать, как реализовать мобильное приложение с использованием библиотеки sdl2? Все существующие гайды уже устарели, никак не могу решить эту проблему. Буду премного благодарен за любую помощь.
@Polynuttery
@Polynuttery 7 ай бұрын
Nice video. Can you make the font bigger in future please?
@IvanByteTV
@IvanByteTV 7 ай бұрын
Sure! Thank you for your feedback!
@VANTYCSolutions
@VANTYCSolutions 7 ай бұрын
I ❤ Neovim it is my preferred choice. Just for some very specialized tasks I switch to other options especially for Java. But for Frontend this text based editor is enough to me. Thank you Ivan 👍!
@marinakustova7828
@marinakustova7828 7 ай бұрын
👏👏👏
@boeufkak
@boeufkak 7 ай бұрын
greetings from ireland. astronvim is class, the community repo is amazing for not having to pollute your config. if you like coding show us coding, though. good luck on youtube
@IvanByteTV
@IvanByteTV 7 ай бұрын
Thank you for good words! I appreciate it!
@_zh3ro_
@_zh3ro_ 7 ай бұрын
Thank you very much for sharing your experience. One thing that I had to find out and might be helpful to others is the list of environment names for each java version: enum ExecutionEnvironment { J2SE_1_5 = 'J2SE-1.5', JavaSE_1_6 = 'JavaSE-1.6', JavaSE_1_7 = 'JavaSE-1.7', JavaSE_1_8 = 'JavaSE-1.8', JavaSE_9 = 'JavaSE-9', JavaSE_10 = 'JavaSE-10', JavaSE_11 = 'JavaSE-11', JavaSE_12 = 'JavaSE-12', JavaSE_13 = 'JavaSE-13', JavaSE_14 = 'JavaSE-14', JavaSE_15 = 'JavaSE-15', JavaSE_16 = 'JavaSE-16', JavaSE_17 = 'JavaSE-17', JavaSE_18 = 'JavaSE-18', JAVASE_19 = 'JavaSE-19' }
@IvanByteTV
@IvanByteTV 7 ай бұрын
Wow! Thanks, it's helpful!
@m3kbeatz
@m3kbeatz 8 ай бұрын
Can u set values in debug mode?
@IvanByteTV
@IvanByteTV 7 ай бұрын
Sure, as in a normal debug mode
@badral-balushi5911
@badral-balushi5911 8 ай бұрын
the keys remap for me, I have set them to resemble Microsoft applications, like this map_key ("n", "<C-w>", "<Cmd>q<CR>") -- exit map_key ("n", "<C-s>", "<Cmd>w<CR>") -- save changes map_key ("n", "<C-q>", "<Cmd>q!<CR>") -- exit + discard changes 😂🤣😂🤣 or lets say they are more modular 😁😁
@badral-balushi5911
@badral-balushi5911 8 ай бұрын
thanks for implementing the function in the keys remap, this is how a programmer should do his stuff ... also thanks for all the other stuff in the video, much appreciated honestly
@encapsulatio
@encapsulatio 9 ай бұрын
What do you mean it's not actively developing anymore?How do you even come up with that conclusion? Version 1.0 of Red has significant chances of being released in 2024. Their Gitter/Matrix channel is very much active. Red is for the most part finished in design since years ago but due to main developers of the language being historically awful with their roadmaps and their time wasted with crypto nonsense , version 1.0 kept being delayed for years. In 2023 development finally picked up significantly and hopefully in 2024 a 64 bit self hosted 1.0 Red is finally going to be available.
@THeMin1000
@THeMin1000 9 ай бұрын
Hi jdtls is working great, however, lsp specific keymaps such as go to def, go to impl that are already setup for other languages are not working for some reason. What could be the reason?
@879548
@879548 9 ай бұрын
Nice video, you're the best) but, can you tell me what diagnostics in your nvim? I'm using null_ls with checkstyle and cmp for autocomplete. With your guide I have autocomplete for Lombok generated methods and app builds well, but diagnostics show me that these methods're error
@Amin-ze2hr
@Amin-ze2hr 10 ай бұрын
Thanks for the video. Do you have any idea how we should set it up for non-springboot projects? (projects that run via war file in tomcat)
@4xelchess905
@4xelchess905 10 ай бұрын
This a common example, where the compiler actually understands what you're trying to do with the first code and turns it into a clean and efficient branchless assembly. Branchless is not useless, but you shouldn't attempt to do it (or even care about it) if you don't delve into the assembly. And even then, always benchmark (like you did), performance is rarely intuitive, and there are legitimate examples where a branch is better than none (like early returns).
@Bas_Code
@Bas_Code 10 ай бұрын
The video only tell me what you're doing not teaching me what you're doing... 😢😢😢 Too fast, lot of copy and pasting not like you first video on nvim
@ermolaevym
@ermolaevym 10 ай бұрын
Oh, sorry for that. Do you like more teaching like videos ? When I’m explaining with details why?
@Bas_Code
@Bas_Code 10 ай бұрын
@@ermolaevym the first one you did was full of details and it awesome 👍, after the first one, I can follow any longer caz it was full of copy paste and super fast. Nevertheless still like your channel... Thanks for your time
@Bas_Code
@Bas_Code 10 ай бұрын
Thanks so much for this video bro, if you know what have went through before coming across you video about nvim on windows? Thanks so much and am subscribing right away...
@Ashaiksameer
@Ashaiksameer 11 ай бұрын
Can we get a final video ...i am stuck in a loop where i cannot go out of neovim... Unable to understand how to install plugins and main problem unable to configure with lua.. I am tried to install a launguage unable to configure lsp which wants cmp and null-ls... Please help me ...make a roadmap and give a fixed steps to install any plugin or any launguage and its configuration... Please me and friends are struggling with lua..please make a video everlast In youtube neovim video complete in one video big video please🥺🥺🥺 reply
@IvanByteTV
@IvanByteTV 11 ай бұрын
Thank you for your comment. I will do a video. Could you please share what kind of languages are you programming with? I tested astranvim - it works brilliantly and saves a ton of time.
@Ashaiksameer
@Ashaiksameer 11 ай бұрын
@@IvanByteTV java,c++,python.. Please make me to understand how to customize lua..the primary steps to be followed... So that me and my friends can be greatful for your help.. I tried your java video.but i realized i done everything copy paste...and i tried for c++ unable to get it and python . After i removed nvim and re installed and tried java ..it is not working... Please make a video on java,python,c++ In one video compare differences and common steps to be followed.. Please reply make a big video "how to customize any plugin with lua and any launguage on own"' If you are comfortable can you use wsl.. Most of my friends use wsl... Please help us 😭 Ivan reply 🥺