The perfect Neovim setup for Next.js (it's back)

  Рет қаралды 37,402

Dreams of Code

Dreams of Code

Күн бұрын

Пікірлер: 165
@dreamsofcode
@dreamsofcode 9 ай бұрын
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/DreamsofCode/ . The first 200 of you will get 20% off Brilliant’s annual premium subscription.
@sarthaksharma9656
@sarthaksharma9656 9 ай бұрын
how can i set prettierd to 4 space indenting
@dreamsofcode
@dreamsofcode 9 ай бұрын
@@sarthaksharma9656 you can set a .pretterierrc file in your project directory to configure the formatting preferences! There's some details in the prettier docs. Hope that helps
@sarthaksharma9656
@sarthaksharma9656 9 ай бұрын
@@dreamsofcode isn't there a way to do this globally on all the projects and files
@iammac5813
@iammac5813 3 ай бұрын
Hello @dreamsofcode Could you please make a video on How to install and setup NvChadv2.5 as the author changed it to be used as a plugin and documentation is confusing for beginner . thank you in advance if you will kindly consider my request or if you can just post your config with NVCHADv2.5 with full ide feature that would be more than enough
@conarius13
@conarius13 9 ай бұрын
A few things for tailwindcss: 1. Rustywind. It is a formatter for tailwind classes, so even your tailwind classes get formatted nicely 2. tailwindcss-cmp-colorizer It's great tool where you have the colorizer stuff for all the tailwind classes you use so you always know what color you just chose
@a_maxed_out_handle_of_30_chars
@a_maxed_out_handle_of_30_chars 9 ай бұрын
this :)
@LexicalNoScope
@LexicalNoScope 9 ай бұрын
I just wrote a plugin which runs Rustywind cli commands from within neovim, and it also runs --write (sort tailwind classes) on save of jsx, tsx ,etc. filetypes. It is working now, however, this is the first neovim plugin I have written while still being new to neovim at that. I will post the repo when I get a few kinks worked out.
@darthvader4899
@darthvader4899 9 ай бұрын
how can I initialize tailwind-cmp-colorizer with cmp after installing the plugin?
@stanwiek
@stanwiek 6 ай бұрын
@@LexicalNoScope do you have it?
@AlameenAdeyemi
@AlameenAdeyemi 3 ай бұрын
@@LexicalNoScope Is it ready now?
@guitaripod
@guitaripod 9 ай бұрын
I have zero intention of using Next.js, but I love watching these videos. They're so well made
@RuiAndrada
@RuiAndrada 9 ай бұрын
Wow, me too!!!
@rev4324
@rev4324 9 ай бұрын
It’s important to note that this will work really well with a large number of JS/TS projects/frameworks, not just with Next! Great video, as always
@pablodiaz9058
@pablodiaz9058 7 ай бұрын
As suggested in the video, I'd love to have a web development setup video!!!! Great content btw!!!!
@siduck_og
@siduck_og 9 ай бұрын
at the end of the video, opts can also be a table and it'd merge with the main table. opts = { ensure_installed = { "lua", "javascript", "tsx" }, }
@abhijeetpundkar4348
@abhijeetpundkar4348 7 ай бұрын
hey any idea why the icons are not visible on mine
@ericzedd
@ericzedd 6 ай бұрын
you need nerd fonts @@abhijeetpundkar4348
@siduck_og
@siduck_og 6 ай бұрын
@@abhijeetpundkar4348 nerdfonts must be enabled in your terminal
@Mainmenify
@Mainmenify 8 ай бұрын
Using NvChad as a base is such a nice introduction to NeoVim! Some tips: - you don't need to import the default NvChad config of TS. Just set the "opt" table and NvChad will override where necessary - you can just set `config = true` if you do want to leave the setup as is. Otherwise, you can again just pass the config through the "opts" table. I use the callback only for splitting the plugin's configuration into its standalone file and importing it - lazy load, lazy load, lazy load! (see keys, cmd, event)
@dreamsofcode
@dreamsofcode 8 ай бұрын
These are some great tips! Thanks for sharing them.
@angelenriquechavezponce1629
@angelenriquechavezponce1629 9 ай бұрын
Im kinda new to the whole Vim/Nvim world so all of these videos work wonders to make it more manageable for all of us. Thanks!
@Deus-lo-Vuilt
@Deus-lo-Vuilt Ай бұрын
wow , thank you very much , I was just looking for this kind of videos to be able to set it up and use it in Next
@LeFede
@LeFede 9 ай бұрын
+1 to web dev setup thanks again!
@A.Dalton
@A.Dalton 9 ай бұрын
i wasn't sure which editor will i choose emacs or neovim but because of your content i decided to go Neovim, Thanks :)
@ChrisHaupt
@ChrisHaupt 6 ай бұрын
Tried watching Tj Devries vids to get going but I think he just doesn't understand the needs of a learner. really appreciate your style and how much work you put into these vids 🙏
@dreamsofcode
@dreamsofcode 6 ай бұрын
I appreciate that! I'm going to be doing a more focused neovim video soon looking at each line of config, specifically aimed at beginners! I've definitely had my own questions about Neovim when configuring it and sometimes it's a little too fast.
@lorili6885
@lorili6885 9 ай бұрын
OMG it's scary!! Why do you always know what I'm working on?? Man, love your channel
@dreamsofcode
@dreamsofcode 9 ай бұрын
Sounds like you're working on the same thing I am as well 😅. Thank you!
@reandov
@reandov 9 ай бұрын
Great video! I was waiting for a configuration designed to be used with NextJS. Thanks a lot!
@dreamsofcode
@dreamsofcode 9 ай бұрын
You're very welcome!
@carlhandy
@carlhandy 9 ай бұрын
This came in clutch as I just made the switch from IntelliJ to Neovim
@liamwinterton7370
@liamwinterton7370 4 ай бұрын
Can't get the typescript language server to install :( I feel like the config that I'm writing just isn't being recognized whatsoever. The directory structure is different to the one you got when you installed and it's driving me crazy. I really want to learn how to develop on linux but fuck me everything is so overly complicated.
@kirthevasenk4164
@kirthevasenk4164 9 ай бұрын
Since web development is growing fast.. I need a video on it indeed..And I am looking forward for sveltekit using with nvim
@darthvader4899
@darthvader4899 9 ай бұрын
Awesome video. Thanks for the setup. Could you please show us how to setup tailwind-colorizer-cmp as well?
@dreamsofcode
@dreamsofcode 9 ай бұрын
Absolutely, I'll add a ticket for a tailwindcss dedicated video with some other plugins.
@darthvader4899
@darthvader4899 9 ай бұрын
@@dreamsofcode Thanks a lot. By the way, is there way to make diagnostic messages more usable. They are always off the screen and I cannot read them.
@ongayijohnian8787
@ongayijohnian8787 5 ай бұрын
I love nvim more on more everyday beacuse of this channel, videos are fun and exclusive Please do one for the DADBOD pack in NvChad, pretty please 🥺
@stevenrodriguez2882
@stevenrodriguez2882 7 ай бұрын
Thank you for the work that you do
@ricksanchez207
@ricksanchez207 15 күн бұрын
awesome vid! does this setup autocompeltes/suggest components props? thanks!
@darthvader4899
@darthvader4899 9 ай бұрын
how can I initialize a plugin with alrady built-in cmp of the NvChad?
@dreamsofcode
@dreamsofcode 9 ай бұрын
You should be able to add it to the plugins table and just import the existing config. Similar to how I do it with the lspconfig!
@ayushtripathi4514
@ayushtripathi4514 Ай бұрын
could you please make a video on how to setup normal CSS autocompletion?
@djbessel
@djbessel 9 ай бұрын
I did a lot of this in NvChad, but I hit a roadblock trying to set up DAP for debugging my node applications. This caused me to switch from NvChad to LazyVim, which has some convenient "extras" defined that make setting it up easier. I would still be interested in seeing how this is done in an NvChad setup.
@anakinsonone
@anakinsonone 8 ай бұрын
@dreamsofcode has a node setup video as well. You might find it helpful.
@indrajitsarkar3169
@indrajitsarkar3169 9 ай бұрын
i just moved to vscode with neovim extension, it's been great, the fatigue of maintaining plugins is real
@hazeion
@hazeion 7 ай бұрын
I could have sworn the Mason app showed the languange server names.. the "tsserver" rather than the whole typescript-language-server name. Now its not doing that.. I wonder what changed.
@vimalathithand917
@vimalathithand917 8 ай бұрын
Great video! yea a dedicated video explaining neovim setup for web dev would be awsome! And is there a possibility of using Jupiter notebook in neovim too?I'm starting to learn ml😅
@A.Dalton
@A.Dalton 9 ай бұрын
yeah, continue with the webdev setups
@francksgenlecroyant
@francksgenlecroyant 8 ай бұрын
Thank You Men, You Cool, I got convinced to just subscribe to the channel, make one for java dev env.
@shahsolaymansinha
@shahsolaymansinha 7 ай бұрын
Thanks a lot brother!
@cristophergutierrez6241
@cristophergutierrez6241 9 ай бұрын
How can I program when my eyes hurts? I try to program for 30 minutes but I can’t, it’s awful and the doctor’s not offering any solution.
@rando521
@rando521 9 ай бұрын
bro get help dont try programming rn id say go to another doctor
@tears_falling
@tears_falling 9 ай бұрын
stop looking at screens, go to another doctor
@AbhiShake-pl3cf
@AbhiShake-pl3cf 9 ай бұрын
Mine too, but i enjoy it. When i code (ofc, look at screen), my eyes hurt. When i dont for some hours, my head aches
@heyjitendra
@heyjitendra 9 ай бұрын
visit some different doctor fam... also try looking to some distance after like 20 mins... There are some rule or something
@AbhiShake-pl3cf
@AbhiShake-pl3cf 9 ай бұрын
@@heyjitendra ah yes, theres also a tool (its in linux, not sure if its in windows) that auto locks screen for 20 seconds every 20 mins and tells you to look far, close eyes and so on
@meandyoucoding
@meandyoucoding 9 ай бұрын
yes. do a dedicated web development setup. 🙏🙏🙏🙏🙏🙏
@sympijs
@sympijs 9 ай бұрын
Now how to resolve git conflicts in neovim? 🙏we need a video! :)
@raediantz3192
@raediantz3192 8 ай бұрын
I'm a little late to the party but I've been binging your videos all night to get a nice NvChad setup for my usual languages/stacks, Next included. It's going great! The only language I had trouble with was Elixir, but I got that up and running eventually. The only thing left is finding a plugin for Embedded Elixir that auto closes tags for eex/heex files. Do you have any plans to make more elixir content? Would love to see how you would setup NvChad for Pheonix.
@PaulPandi69420
@PaulPandi69420 9 ай бұрын
Yes we need dedicated web dev setup with react nextjs and all the ergonomics that come with vscode...
@IkraamDev
@IkraamDev 9 ай бұрын
Which laptop is best for software engineering if you’re not using MacOS? I’m getting an itch to use Linux again.
@RmNrIHRoZSBDQ1AK
@RmNrIHRoZSBDQ1AK 9 ай бұрын
if EU, check Tuxedo Computers, if US, System76
@xiiniius2716
@xiiniius2716 6 ай бұрын
Please give as a powerfull setup for web development with the new nvchad file structure . Thank you
@SayfSentinel
@SayfSentinel Ай бұрын
hey, live the video, Could you PLEASE make a video about setting neovim for php/ wordpress and laravel please? There is NO video setting this up which is a but frustrating.
@dreamsofcode
@dreamsofcode Ай бұрын
Absolutely! I'll add it on to my list.
@bibekjha5628
@bibekjha5628 9 ай бұрын
Loved your video.
@klyuk88
@klyuk88 7 ай бұрын
Hello, man, awesome videos! Please record same tutorial for Vue 3 project. Thanks.
@mouloudhasrane3412
@mouloudhasrane3412 Ай бұрын
I did evetything but the autot Import is not working
@kamillaskowski4872
@kamillaskowski4872 9 ай бұрын
And how about the debugger? I've been trying to configure the js-debug-adapter, nvim-dap to work with the launch.json provided in the Next.js documentation. Unfortunately, nothing seems to work. It connects to the debugger, but it doesn't stop at a specific breakpoint or displays a message that the adapter is slow. I have no idea how to configure it to make it work. Similarly, in other JS frameworks.
@dreamsofcode
@dreamsofcode 9 ай бұрын
I have a debugger in my node.js configuration which may work for Next.js. Although I expect it will only work for server side. It might run into the same issues you're experiencing, however. If you have discord, it'd be great to connect there and find out more!
@roopaish
@roopaish 8 ай бұрын
This video made me use nvim finally, after trying so hard. Don't know why formatting says no lsp is found.
@oussamasethoum1665
@oussamasethoum1665 9 ай бұрын
Can you do a config to work with sveltekit?
@dreamsofcode
@dreamsofcode 9 ай бұрын
Absolutely! I shall add it to be backlog.
@oussamasethoum1665
@oussamasethoum1665 9 ай бұрын
@@dreamsofcode Thank you
@AdrianAyala
@AdrianAyala 7 ай бұрын
@dreamsofcode Wait....wait....I am so lost! At the 13:36 mark Why did we delete everything we just inputted in our plugs.lua file?
@AdrianAyala
@AdrianAyala 7 ай бұрын
NEVERMIND! I am dumb; I did not notice the numbered lines.
@gunnartjensvold9715
@gunnartjensvold9715 6 ай бұрын
Will you do one for the ultimate setup for Vue.js?
@dreamsofcode
@dreamsofcode 6 ай бұрын
NVChad has had some breaking changes since this video! It's recommended to using the v2.0 branch instead for this video. I'll be doing an updated version of this video again soon!. git clone -b v2.0 github.com/NvChad/NvChad ~/.config/nvim --depth 1
@TheHegi
@TheHegi 6 ай бұрын
This should be in the description or a pinned comment. I have been going nuts for 2h straight for apparently no reason... Thanks for the update though!
@dreamsofcode
@dreamsofcode 6 ай бұрын
@@TheHegiApologies! I can't pin a comment on this video but I missed the description on this video! Should be sorted now.
@TheHegi
@TheHegi 6 ай бұрын
No big deal. Pretty amazing content though! Might I recommend a video about dotfiles and how you organize your configuration for everything? (I am using git with a bunch of submodules where applicable. Like nvchad or nvm. Assuming you are doing something similar) You were able to show quite a few tips so far about tmux and vim. This could tie them together, I think. :)
@pnel
@pnel 3 ай бұрын
Ermegerd - please make an updated version ❤
@albert21994
@albert21994 9 ай бұрын
more webdev setups please! :D
@Gilded30
@Gilded30 7 ай бұрын
i have zero intention of using next (instead i prefer to use vite with react and try to do some basic projects) but i hope this setup also works (if not i can still use vscode but want to try to do the nvchad way)
@alejandroubeto2287
@alejandroubeto2287 4 ай бұрын
Sorry but, is there an option to save a file without formatting?
@heismyke
@heismyke 6 күн бұрын
:MasonInstallAll doesnt install anything what do i do ?
@mohdarafathossain7852
@mohdarafathossain7852 7 ай бұрын
Thank you!
@code-island
@code-island 6 ай бұрын
I had to install vscode-langservers-extracted, after add cssls, is it right? how to install it as code, instead of using npm?
@ongayijohnian8787
@ongayijohnian8787 5 ай бұрын
Mahn, please do the dadbod plugins for NvChad
@solaaar3
@solaaar3 9 ай бұрын
i don't understand why you import and call the file nulls_ls while you are using none-ls?
@dreamsofcode
@dreamsofcode 9 ай бұрын
None-ls is a drop in replacement for null-ls, so the file imports stay the same. If you check out their documentation, it should explain more!
@cassiorsfreitas
@cassiorsfreitas 9 ай бұрын
"Spawning language server with cmd: `vscode-eslint-language-server` failed. The language server is either not installed, missing from PATH, or not executable."
@shahram099
@shahram099 4 ай бұрын
@cassiorsfreitas Same issue here but with vscode-css-language-server. Did you ever figure out how to fix it?
@majvax
@majvax 8 ай бұрын
Do you plan on doing a nvchzd setup for note taking with maybe a latex integration ?
@haroldmanzano1406
@haroldmanzano1406 9 ай бұрын
thanks a lot for the vid, the only thing I can't get to work is the formatting
@lintaoamons5712
@lintaoamons5712 8 ай бұрын
please do a debug set-up video
@TITAN9389
@TITAN9389 9 ай бұрын
Thanks for the config, but I'm having problem now the previous video of (nvim rust) the autocomplete is no longer working, please can you provide a full config repo that includes JS / TS + Rust + Go that works all together ? Thank you P.S ( I think I've found an issue with hrsh7th/nvim-cmp plugin, after disabling it the autocomplete is working now)
@yjjack447
@yjjack447 9 ай бұрын
want to see perfect nvim setup for vue and Nuxt!!
@yashrajjaiswal9941
@yashrajjaiswal9941 6 ай бұрын
I have tried the same config provided but when ever I open any project with nvim the first file I open is not highlighted , it is just shown as plain text, the next files I open are formatted properly. Does anyone know how can I fix this issue
@rjanik2588
@rjanik2588 2 ай бұрын
Can you use Emmet with jsx?
@stevenrodriguez2882
@stevenrodriguez2882 7 ай бұрын
would you be able to setup a Clojure environment with repl functionality?!
@hindustaniyodha9023
@hindustaniyodha9023 9 ай бұрын
Tailwindcss LSP never work even when it is loaded IDK why. I have tried installing using lazy by editing the plugins config and using Mason. when I do LspLog it is never attached.
@siduck_og
@siduck_og 9 ай бұрын
ask in nvchad server
@newbiedb
@newbiedb 9 ай бұрын
I cannot setup debugger for nextjs fullstack app with neovim
@gtavextreme40
@gtavextreme40 3 ай бұрын
nvim setup for rails development?
@gitanshusankhla2261
@gitanshusankhla2261 8 ай бұрын
hey @dreamsofcode your video are awesome and very easy to understand, but could you make a tutorial on "setup neovim for arduino". please it will be really helpful.
@theonekingboo
@theonekingboo 6 ай бұрын
please make one for c#
@youzdaki
@youzdaki 9 ай бұрын
Can components or libraries from different folders within the project be automatically imported?
@yagee
@yagee 8 ай бұрын
Does anyone have working config for Astro? Unfortunately can't make it format on save
@owofied
@owofied 9 ай бұрын
What desktop manager is that? Because it looks like KDE Plasma but I'm not sure
@soulofangel1990
@soulofangel1990 9 ай бұрын
that's amazing, could you please do Neovim for Java?
@pv3201
@pv3201 9 ай бұрын
Anyone able to get nextJS working with dap in nvim for server-side debugging? I'm able to attach but breakpoints aren't pausing execution.
@sylarfx
@sylarfx 9 ай бұрын
Hey, another great video, love this tutorial series of neovim language setups. Could you make also one tutorial for remote machine execution like VSCode has? Keep it up!
@dreamsofcode
@dreamsofcode 9 ай бұрын
I shall add it to the backlog! Thank you for the feedback
@prashlovessamosa
@prashlovessamosa 5 ай бұрын
hey buddy can you please remake this with lazyvim and one small request please do make one for java please.
@devilevil3212
@devilevil3212 9 ай бұрын
hey, total noob here, i really like ur terminal style. can u share ur config file give some some more details like themes fonts and other stuff. and ur videos are one of the bests!
@DioArsya
@DioArsya 9 ай бұрын
damn this is very interesting
@codingdestro
@codingdestro 9 ай бұрын
sir create on flutter development setup for neovim please please please
@dreamsofcode
@dreamsofcode 9 ай бұрын
Added to the backlog!
@LeFede
@LeFede 9 ай бұрын
is there a way to set a keybinding for turning on/off autosave?
@markgagnon28
@markgagnon28 9 ай бұрын
Make one for angular please
@WhyHaya
@WhyHaya 9 ай бұрын
hey can you make for c
@tabotkevin8116
@tabotkevin8116 9 ай бұрын
Which arch distro are you using?
@youdontknowme2508
@youdontknowme2508 9 ай бұрын
Arch or arch based since he's using Pacman
@tabotkevin8116
@tabotkevin8116 9 ай бұрын
@@youdontknowme2508 sorry I was trying to ask the exact Arch distro.
@hitarthpatel
@hitarthpatel 9 ай бұрын
its just bare bones arch linux it self @@tabotkevin8116
@Redyf
@Redyf 9 ай бұрын
Probably vanilla arch linux
@adityagautam4689
@adityagautam4689 9 ай бұрын
try pragmasevka nerd font
@NishanSingh-io4zh
@NishanSingh-io4zh 9 ай бұрын
Hi Elliott, I really like your Videos and the way you teach. I've been learning Vim and lua since a while now. Your videos helped me get a better experience or in other words made it less painful. Thank you very much. I am doing Angular right and would really love, if could you please make a video about its configuration. I know, not so many likes Angular but it would be great, if you can make a video. I spent whole evening figuring out, how to get the server up and running, but failed quite a few times now. Not too many resources out there to get some help :(
@Mempler
@Mempler 9 ай бұрын
Man, i also use arch *btw*!
@amankumbhalwar
@amankumbhalwar 4 ай бұрын
no custom file found in new chad git repo
@dreamsofcode
@dreamsofcode 4 ай бұрын
Make sure to use the v2.0 branch! The description should have it.
@amankumbhalwar
@amankumbhalwar 4 ай бұрын
@@dreamsofcode not working I tried which u mention in description
@amankumbhalwar
@amankumbhalwar 4 ай бұрын
@@dreamsofcode can u please give config file in git
@BullBullOnline
@BullBullOnline 9 ай бұрын
The perfect Neovim setup for Solidity ??
@codedusting
@codedusting 9 ай бұрын
The problem with vim setups is that every single person has it's own way of writing the configuration which is downright confusing. Lol
@dreamsofcode
@dreamsofcode 9 ай бұрын
It's true! That's why I tend to use NVChad which is rather consistent. You can check the docs out and see it's similar to how I do it.
@codedusting
@codedusting 9 ай бұрын
@@dreamsofcode will check
@EnricoFiasco-pz3yo
@EnricoFiasco-pz3yo 6 ай бұрын
nvchad updated to 2.5 and it kinda sucks :/
@dreamsofcode
@dreamsofcode 6 ай бұрын
Yeah, :(. You can still use the 2.0 branch for the mean time, however. I'm going to be redoing these videos again over the next few months!
@joeljededemekong5628
@joeljededemekong5628 9 ай бұрын
what desktop environment do you use?
@Redyf
@Redyf 9 ай бұрын
He's using gnome for recording
@ivar9125
@ivar9125 7 ай бұрын
And what software to edit the video? I am stunned by how well crafted these videos are. I’d love to be able to create videos half as good as these for work but have no idea as where to start
@yashsolanki3665
@yashsolanki3665 9 ай бұрын
Lol
@khanra17
@khanra17 9 ай бұрын
😂
@majdifahoum5069
@majdifahoum5069 9 ай бұрын
React 😊
@iAmTheWagon
@iAmTheWagon 9 ай бұрын
Yes I absolutely would. Please and thank you.
@kushalmondal618
@kushalmondal618 9 ай бұрын
No way I'm Gonna Miss the Comment Section.... Recently I was trying to making nvim my primary editor after a lot of years of VSCode, but as now i can pretty much do 95% work with my KB only, I was sure to jump into Nvim, but its not that easy to actually setup and get the feel of that proper environment out of it at first, configuration was a must, then i came along with your channel and following you i have set up the next js dev env... thanks a lot ,,, and Please make a video for wev development configuration........
@dreamsofcode
@dreamsofcode 9 ай бұрын
Are they getting rid of the comment section?? 😭
@kushalmondal618
@kushalmondal618 9 ай бұрын
@@dreamsofcode My Fault ,,,, Should have said "No way I'm Gonna Miss to comment to you for asking a config of Nvim for Full-Setup Web Development " ✨✨As you said to comment if anyone want that, 😇😇😇.......Sorry English is Not my Native,🤒🤒 ...........But again Thanks to you .......That was some Easy Yet Powerful Config🚀🚀🚀
@Redyf
@Redyf 9 ай бұрын
I starting searching for a setup 2 days ago, thank you for making this video dreams!
@voi__wood5508
@voi__wood5508 9 ай бұрын
will there be a simillar tutorial for vue/nuxt?
@darthvader4899
@darthvader4899 9 ай бұрын
Can you also have colors in tailwindcss as well?
@knnmran
@knnmran 9 ай бұрын
thank you for introducing me to NvChad!
@dreamsofcode
@dreamsofcode 9 ай бұрын
It's a really great base config!
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 996 М.
Going Back To Next
45:09
Theo - t3․gg
Рет қаралды 76 М.
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 30 МЛН
Офицер, я всё объясню
01:00
История одного вокалиста
Рет қаралды 2 МЛН
I tried Neovim Distributions so you don't have to
9:12
typecraft
Рет қаралды 165 М.
Setting up a production ready VPS is a lot easier than I thought.
29:50
Skills Every Programmer Must Build (Early On!)
3:24
CodeMunk
Рет қаралды 5 М.
My Neovim Dev Workflow
41:37
Lazar Nikolov
Рет қаралды 31 М.
Null-ls IS BEING ARCHIVED | Prime Reacts
32:02
ThePrimeTime
Рет қаралды 91 М.
Turn VIM into a full featured IDE with only one command
11:55
Dreams of Code
Рет қаралды 671 М.
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
ThePrimeTime
Рет қаралды 312 М.
The Home Server I've Been Wanting
18:14
Hardware Haven
Рет қаралды 37 М.
How to ACTUALLY switch from VS Code to Neovim
5:09
Joshua Morony
Рет қаралды 233 М.