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

Поділитися
Вставка
  • Опубліковано 10 чер 2024
  • 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.
    ⚠️ NVChad has had some breaking changes, make sure to use the v2.0 branch if you're using this video. You can find the command below.
    Commands:
    NVChad Install line: git clone -b v2.0 github.com/NvChad/NvChad ~/.config/nvim --depth 1
    Neovim is my favorite text editor, but out of the box, it can be a little mid. With this configuration, you can turn it into an amazing experience for working with Next.js.
    In this video, we're going to set up our neovim configuration to support some of the best features for creating web apps with Next.js. We're also going to introduced none-ls as a drop in replacement for null-ls.
    Final Configuration: github.com/dreamsofcode-io/nv...
    Video Links:-
    Install Command - git clone -b v2.0 github.com/NvChad/NvChad ~/.config/nvim --depth 1
    NVChad - nvchad.com
    None ls - github.com/nvimtools/none-ls....
    Become a better developer in 4 minutes: bit.ly/45C7a29 👈
    Join this channel to get access to perks:
    / @dreamsofcode
    Join Discord: / discord
    Join Twitter: / dreamsofcode_io
    00:00 - Intro
    00:18 - Setup
    02:26 - JavaScript & TypeScript
    06:29 - TailwindCSS
    07:27 - Eslint
    08:38 - Sponsor
    10:02 - Autoformatting
    12:38 - Tag autocloser & Treesitter
  • Наука та технологія

КОМЕНТАРІ • 157

  • @dreamsofcode
    @dreamsofcode  5 місяців тому +5

    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 5 місяців тому

      how can i set prettierd to 4 space indenting

    • @dreamsofcode
      @dreamsofcode  5 місяців тому +1

      @@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 5 місяців тому

      @@dreamsofcode isn't there a way to do this globally on all the projects and files

  • @conarius13
    @conarius13 5 місяців тому +35

    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 5 місяців тому +1

      this :)

    • @LexicalNoScope
      @LexicalNoScope 5 місяців тому +1

      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 5 місяців тому

      how can I initialize tailwind-cmp-colorizer with cmp after installing the plugin?

    • @stanwiek
      @stanwiek 2 місяці тому

      @@LexicalNoScope do you have it?

    • @AlameenAdeyemi
      @AlameenAdeyemi 11 днів тому

      @@LexicalNoScope Is it ready now?

  • @dreamsofcode
    @dreamsofcode  3 місяці тому +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 2 місяці тому +1

      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  2 місяці тому +1

      @@TheHegiApologies! I can't pin a comment on this video but I missed the description on this video! Should be sorted now.

    • @TheHegi
      @TheHegi 2 місяці тому

      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 дні тому +1

      Ermegerd - please make an updated version ❤

  • @pablodiaz9058
    @pablodiaz9058 4 місяці тому +6

    As suggested in the video, I'd love to have a web development setup video!!!! Great content btw!!!!

  • @siduck_og
    @siduck_og 5 місяців тому +12

    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 3 місяці тому +1

      hey any idea why the icons are not visible on mine

    • @ericzedd
      @ericzedd 3 місяці тому

      you need nerd fonts @@abhijeetpundkar4348

    • @siduck_og
      @siduck_og 2 місяці тому

      @@abhijeetpundkar4348 nerdfonts must be enabled in your terminal

  • @guitaripod
    @guitaripod 5 місяців тому +32

    I have zero intention of using Next.js, but I love watching these videos. They're so well made

    • @RuiAndrada
      @RuiAndrada 5 місяців тому +1

      Wow, me too!!!

  • @reandov
    @reandov 5 місяців тому +1

    Great video! I was waiting for a configuration designed to be used with NextJS. Thanks a lot!

  • @Redyf
    @Redyf 5 місяців тому +1

    I starting searching for a setup 2 days ago, thank you for making this video dreams!

  • @angelenriquechavezponce1629
    @angelenriquechavezponce1629 5 місяців тому +1

    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!

  • @rev4324
    @rev4324 5 місяців тому +1

    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

  • @LeFede
    @LeFede 5 місяців тому +1

    +1 to web dev setup thanks again!

  • @A.Dalton
    @A.Dalton 5 місяців тому +1

    i wasn't sure which editor will i choose emacs or neovim but because of your content i decided to go Neovim, Thanks :)

  • @stevenrodriguez2882
    @stevenrodriguez2882 4 місяці тому

    Thank you for the work that you do

  • @Mainmenify
    @Mainmenify 5 місяців тому +3

    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  5 місяців тому +1

      These are some great tips! Thanks for sharing them.

  • @lorili6885
    @lorili6885 5 місяців тому

    OMG it's scary!! Why do you always know what I'm working on?? Man, love your channel

    • @dreamsofcode
      @dreamsofcode  5 місяців тому +1

      Sounds like you're working on the same thing I am as well 😅.
      Thank you!

  • @knnmran
    @knnmran 5 місяців тому

    thank you for introducing me to NvChad!

    • @dreamsofcode
      @dreamsofcode  5 місяців тому +1

      It's a really great base config!

  • @carlhandy
    @carlhandy 5 місяців тому

    This came in clutch as I just made the switch from IntelliJ to Neovim

  • @vimalathithand917
    @vimalathithand917 4 місяці тому

    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😅

  • @kirthevasenk4164
    @kirthevasenk4164 5 місяців тому +1

    Since web development is growing fast.. I need a video on it indeed..And I am looking forward for sveltekit using with nvim

  • @bibekjha5628
    @bibekjha5628 5 місяців тому

    Loved your video.

  • @LeFede
    @LeFede 5 місяців тому

    is there a way to set a keybinding for turning on/off autosave?

  • @shahsolaymansinha
    @shahsolaymansinha 3 місяці тому

    Thanks a lot brother!

  • @darthvader4899
    @darthvader4899 5 місяців тому +2

    Awesome video. Thanks for the setup. Could you please show us how to setup tailwind-colorizer-cmp as well?

    • @dreamsofcode
      @dreamsofcode  5 місяців тому +4

      Absolutely, I'll add a ticket for a tailwindcss dedicated video with some other plugins.

    • @darthvader4899
      @darthvader4899 5 місяців тому +1

      @@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.

  • @iAmTheWagon
    @iAmTheWagon 5 місяців тому +1

    Yes I absolutely would. Please and thank you.

  • @albert21994
    @albert21994 5 місяців тому

    more webdev setups please! :D

  • @TITAN9389
    @TITAN9389 5 місяців тому +1

    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)

  • @raediantz3192
    @raediantz3192 4 місяці тому

    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.

  • @francksgenlecroyant
    @francksgenlecroyant 4 місяці тому

    Thank You Men, You Cool, I got convinced to just subscribe to the channel, make one for java dev env.

  • @majvax
    @majvax 4 місяці тому

    Do you plan on doing a nvchzd setup for note taking with maybe a latex integration ?

  • @mohdarafathossain7852
    @mohdarafathossain7852 3 місяці тому

    Thank you!

  • @A.Dalton
    @A.Dalton 5 місяців тому

    yeah, continue with the webdev setups

  • @user-gx7zx4nx4h
    @user-gx7zx4nx4h 5 місяців тому

    Can components or libraries from different folders within the project be automatically imported?

  • @djbessel
    @djbessel 5 місяців тому +1

    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 4 місяці тому

      @dreamsofcode has a node setup video as well. You might find it helpful.

  • @roopaish
    @roopaish 5 місяців тому

    This video made me use nvim finally, after trying so hard. Don't know why formatting says no lsp is found.

  • @stevenrodriguez2882
    @stevenrodriguez2882 4 місяці тому

    would you be able to setup a Clojure environment with repl functionality?!

  • @meandyoucoding
    @meandyoucoding 5 місяців тому

    yes. do a dedicated web development setup. 🙏🙏🙏🙏🙏🙏

  • @yashrajjaiswal9941
    @yashrajjaiswal9941 2 місяці тому

    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

  • @haroldmanzano1406
    @haroldmanzano1406 5 місяців тому

    thanks a lot for the vid, the only thing I can't get to work is the formatting

  • @voi__wood5508
    @voi__wood5508 5 місяців тому

    will there be a simillar tutorial for vue/nuxt?

  • @code-island
    @code-island 2 місяці тому

    I had to install vscode-langservers-extracted, after add cssls, is it right? how to install it as code, instead of using npm?

  • @yjjack447
    @yjjack447 5 місяців тому

    want to see perfect nvim setup for vue and Nuxt!!

  • @ongayijohnian8787
    @ongayijohnian8787 Місяць тому

    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 🥺

  • @owofied
    @owofied 5 місяців тому

    What desktop manager is that?
    Because it looks like KDE Plasma but I'm not sure

  • @indrajitsarkar3169
    @indrajitsarkar3169 5 місяців тому

    i just moved to vscode with neovim extension, it's been great, the fatigue of maintaining plugins is real

  • @yagee
    @yagee 4 місяці тому

    Does anyone have working config for Astro? Unfortunately can't make it format on save

  • @darthvader4899
    @darthvader4899 5 місяців тому

    Can you also have colors in tailwindcss as well?

  • @soulofangel1990
    @soulofangel1990 5 місяців тому

    that's amazing, could you please do Neovim for Java?

  • @darthvader4899
    @darthvader4899 5 місяців тому +1

    how can I initialize a plugin with alrady built-in cmp of the NvChad?

    • @dreamsofcode
      @dreamsofcode  5 місяців тому

      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!

  • @hindustaniyodha9023
    @hindustaniyodha9023 5 місяців тому +1

    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 5 місяців тому

      ask in nvchad server

  • @kamillaskowski4872
    @kamillaskowski4872 5 місяців тому

    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  5 місяців тому

      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!

  • @user-bd3lo4ry4c
    @user-bd3lo4ry4c 3 місяці тому

    Hello, man, awesome videos!
    Please record same tutorial for Vue 3 project. Thanks.

  • @pv3201
    @pv3201 5 місяців тому

    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.

  • @xiiniius2716
    @xiiniius2716 2 місяці тому

    Please give as a powerfull setup for web development with the new nvchad file structure . Thank you

  • @sylarfx
    @sylarfx 5 місяців тому

    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  5 місяців тому +1

      I shall add it to the backlog! Thank you for the feedback

  • @Gilded30
    @Gilded30 4 місяці тому

    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)

  • @liamwinterton7370
    @liamwinterton7370 18 днів тому

    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.

  • @AdrianAyala
    @AdrianAyala 3 місяці тому

    @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 3 місяці тому

      NEVERMIND! I am dumb; I did not notice the numbered lines.

  • @gunnartjensvold9715
    @gunnartjensvold9715 2 місяці тому

    Will you do one for the ultimate setup for Vue.js?

  • @IkraamDev
    @IkraamDev 5 місяців тому +1

    Which laptop is best for software engineering if you’re not using MacOS? I’m getting an itch to use Linux again.

    • @RmNrIHRoZSBDQ1AK
      @RmNrIHRoZSBDQ1AK 5 місяців тому +1

      if EU, check Tuxedo Computers, if US, System76

  • @NishanSingh-io4zh
    @NishanSingh-io4zh 5 місяців тому

    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 :(

  • @alejandroubeto2287
    @alejandroubeto2287 22 дні тому

    Sorry but, is there an option to save a file without formatting?

  • @user-cb4pq6ev6o
    @user-cb4pq6ev6o 5 місяців тому

    can you please make a course on neovim it will be really helpful

  • @ChrisHaupt
    @ChrisHaupt 3 місяці тому +1

    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  3 місяці тому

      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.

  • @hazeion
    @hazeion 3 місяці тому

    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.

  • @newbiedb
    @newbiedb 5 місяців тому

    I cannot setup debugger for nextjs fullstack app with neovim

  • @DioArsya
    @DioArsya 5 місяців тому

    damn this is very interesting

  • @PaulPandi69420
    @PaulPandi69420 5 місяців тому

    Yes we need dedicated web dev setup with react nextjs and all the ergonomics that come with vscode...

  • @kushalmondal618
    @kushalmondal618 5 місяців тому +1

    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  5 місяців тому

      Are they getting rid of the comment section?? 😭

    • @kushalmondal618
      @kushalmondal618 5 місяців тому +1

      @@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🚀🚀🚀

  • @sympijs
    @sympijs 5 місяців тому

    Now how to resolve git conflicts in neovim? 🙏we need a video! :)

  • @lintaoamons5712
    @lintaoamons5712 5 місяців тому

    please do a debug set-up video

  • @cassiorsfreitas
    @cassiorsfreitas 5 місяців тому +1

    "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 18 днів тому

      @cassiorsfreitas Same issue here but with vscode-css-language-server. Did you ever figure out how to fix it?

  • @ongayijohnian8787
    @ongayijohnian8787 Місяць тому

    Mahn, please do the dadbod plugins for NvChad

  • @solaaar3
    @solaaar3 5 місяців тому

    i don't understand why you import and call the file nulls_ls while you are using none-ls?

    • @dreamsofcode
      @dreamsofcode  5 місяців тому

      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!

  • @theonekingboo
    @theonekingboo 2 місяці тому

    please make one for c#

  • @oussamasethoum1665
    @oussamasethoum1665 5 місяців тому +1

    Can you do a config to work with sveltekit?

  • @cristophergutierrez6241
    @cristophergutierrez6241 5 місяців тому +5

    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 5 місяців тому +9

      bro get help dont try programming rn
      id say go to another doctor

    • @tears_falling
      @tears_falling 5 місяців тому +4

      stop looking at screens, go to another doctor

    • @AbhiShake-pl3cf
      @AbhiShake-pl3cf 5 місяців тому +2

      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

    • @jitx2797
      @jitx2797 5 місяців тому +3

      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 5 місяців тому

      @@jitx2797 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

  • @markgagnon28
    @markgagnon28 5 місяців тому

    Make one for angular please

  • @tabotkevin8116
    @tabotkevin8116 5 місяців тому +1

    Which arch distro are you using?

    • @youdontknowme2508
      @youdontknowme2508 5 місяців тому +1

      Arch or arch based since he's using Pacman

    • @tabotkevin8116
      @tabotkevin8116 5 місяців тому

      @@youdontknowme2508 sorry I was trying to ask the exact Arch distro.

    • @hitarthpatel
      @hitarthpatel 5 місяців тому

      its just bare bones arch linux it self @@tabotkevin8116

    • @Redyf
      @Redyf 5 місяців тому

      Probably vanilla arch linux

  • @gtavextreme40
    @gtavextreme40 2 дні тому

    nvim setup for rails development?

  • @gitanshusankhla2261
    @gitanshusankhla2261 4 місяці тому

    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.

  • @devilevil3212
    @devilevil3212 5 місяців тому

    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!

  • @siduck_og
    @siduck_og 5 місяців тому

    cool

  • @prashlovessamosa
    @prashlovessamosa 2 місяці тому

    hey buddy can you please remake this with lazyvim and one small request please do make one for java please.

  • @WhyHaya
    @WhyHaya 5 місяців тому

    hey can you make for c

  • @Mempler
    @Mempler 5 місяців тому

    Man, i also use arch *btw*!

  • @codingdestro
    @codingdestro 5 місяців тому

    sir create on flutter development setup for neovim please please please

  • @adityagautam4689
    @adityagautam4689 5 місяців тому

    try pragmasevka nerd font

  • @joeljededemekong5628
    @joeljededemekong5628 5 місяців тому

    what desktop environment do you use?

    • @Redyf
      @Redyf 5 місяців тому

      He's using gnome for recording

    • @ivar9125
      @ivar9125 3 місяці тому

      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

  • @amankumbhalwar
    @amankumbhalwar Місяць тому

    no custom file found in new chad git repo

    • @dreamsofcode
      @dreamsofcode  Місяць тому +1

      Make sure to use the v2.0 branch!
      The description should have it.

    • @amankumbhalwar
      @amankumbhalwar Місяць тому

      @@dreamsofcode not working I tried which u mention in description

    • @amankumbhalwar
      @amankumbhalwar Місяць тому

      @@dreamsofcode can u please give config file in git

  • @yashsolanki3665
    @yashsolanki3665 5 місяців тому +1

    Lol

  • @EnricoFiasco-pz3yo
    @EnricoFiasco-pz3yo 2 місяці тому

    nvchad updated to 2.5 and it kinda sucks :/

    • @dreamsofcode
      @dreamsofcode  2 місяці тому +1

      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!

  • @BullBullOnline
    @BullBullOnline 5 місяців тому

    The perfect Neovim setup for Solidity ??

  • @majdifahoum5069
    @majdifahoum5069 5 місяців тому

    React 😊

  • @codedusting
    @codedusting 5 місяців тому

    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  5 місяців тому +1

      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 5 місяців тому

      @@dreamsofcode will check

  • @khanra17
    @khanra17 5 місяців тому

    😂