My NeoVim Setup

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

Комментарии • 90

  • @zyhru
    @zyhru Месяц назад +18

    Bro is so well spoken, easy to follow sheesh. subbed

  • @pierreantoine-cheron
    @pierreantoine-cheron Месяц назад +13

    Tip: with lazy you can use the "opts" property, to replace "config = function() { require("PLUGIN_NAME").setup({}) end" since Lazy automatically call the setup function with the content of "opts"
    For example in your treesj file, you can replace the line 3-5 by "opts = {}"

  • @VieiraBBX
    @VieiraBBX 2 дня назад

    if you map harpoon to 1-5, its way easier to use each pinned file :)
    I use:
    h -> add file
    H -> open harpoon menu
    1-5 -> open 1-5 harpoon file

  • @treesway5411
    @treesway5411 18 дней назад +1

    Thanks man. Picked up some nice things in this overview.

  • @statxs
    @statxs 16 дней назад

    i fw this channel heavy ❤

  • @sarundayo
    @sarundayo Месяц назад +6

    "My fav color scheme: gorgoroth"
    >found the metal listener

  • @comosaycomosah
    @comosaycomosah Месяц назад

    damn bro you have like almost the perfect setup well done..the only issue with things like the changed theme is you gotta change it on hella stuff to match if you like using it on a bunch

  • @Pariah902
    @Pariah902 Месяц назад +1

    Really cool setup and awesome video!

  • @Sub0x-x40
    @Sub0x-x40 Месяц назад +1

    man that is the sickest windows rice ever, i use linux and windows side by side also.

  • @Aleod_
    @Aleod_ Месяц назад +12

    Your comment plugin is not necessary anymore nvim supports comments out of the box ^^

    • @muizzyranking
      @muizzyranking Месяц назад +1

      I think it's not that customizable yet or at least, it is easy to add more functionality with a plugin.

    • @pumpkinjutsu1249
      @pumpkinjutsu1249 Месяц назад

      is there a way to comment a selection within a line? Because when I select a word, 'gc' comments the whole line

  • @mahiabir6348
    @mahiabir6348 Месяц назад +7

    I'm more interested in your windows desktop setup actually. What witchcraft did you pull to make it look like this?

    • @miguelcanais
      @miguelcanais Месяц назад

      hyprland

    • @mahiabir6348
      @mahiabir6348 Месяц назад +1

      ​​@@miguelcanais The prompt says appdata/local though. Isn't that the config location in windows?

    • @miguelcanais
      @miguelcanais Месяц назад +3

      @@mahiabir6348 Ok then it really is witchcraft

    • @fawwn
      @fawwn 24 дня назад +1

      he is most likely using glazewm

    • @mahiabir6348
      @mahiabir6348 24 дня назад

      @@fawwn Yeah. Well I've since switched to linux completely

  • @iamzero____0x
    @iamzero____0x Месяц назад +1

    i show a error in a html where the error was showing in a cool format so can i know the plugin for it.

  • @neunmalelf
    @neunmalelf Месяц назад

    @codingwithsphere
    a) do you have repo with your terminal / prompt config?
    b) can you remember from where you got the wallpaper
    tx

  • @batyrmuhadov3469
    @batyrmuhadov3469 Месяц назад +5

    Now you should drop your wezterm config

    • @dredzul
      @dredzul Месяц назад +2

      Yes, could you please post a link to your wezterm config, terminal colorscheme and custom prompt setup?

  • @RazoBeckett.
    @RazoBeckett. Месяц назад +3

    Typecraft mentioned

  • @gijspampiermole9718
    @gijspampiermole9718 8 дней назад

    How did you get nvim to work on windows? I'm getting loads of errors whenever i clone my Linux nvim config to my windows pc, all related to windows

  • @shmmh
    @shmmh Месяц назад

    I normally move the cursor to the same line or as close as possible to the word and do / to search for the the term I want to go to, and press enter.

  • @antenando
    @antenando Месяц назад

    Well i guess it is really really nice

  • @s3r1al1337
    @s3r1al1337 Месяц назад +4

    Nice! Suggestion: you can remove Comment.nvim as this functionality has been integrated into neovim. I don't know the exact version but it has been there for some time.

  • @hechuan5075
    @hechuan5075 Месяц назад

    yo brother, i just ran into the same problem with none-ls. i dont think its a skill issue, theres too much to customize as far as formatter goes when using null-ls, specifying which to pick, when to trigger, async vs not. You get this little nice fast plugin that does all of that for you, so beautiful

  • @JoaoPaulo-cc7qh
    @JoaoPaulo-cc7qh Месяц назад +1

    these warnings and error messages are beautiful, which plugin does this?

    • @avgvstvs96
      @avgvstvs96 11 дней назад

      Did u ever find this? I just spent 10 minutes going through his repo and still couldn’t find it. I’m pretty upset, because I can’t find it through google either

  • @avgvstvs96
    @avgvstvs96 11 дней назад

    I just spent 10 minutes going through your repo and still can’t find that error plugin. I’m pretty upset, because I can’t find it through google either. you didnt mention it at all.

  • @emilnordgard5228
    @emilnordgard5228 Месяц назад +1

    You would like the kanawaga dragon theme.

  • @IcatIcatI
    @IcatIcatI Месяц назад

    Nice config

  • @AschKris
    @AschKris Месяц назад

    Hey! What font are you using? I guess that's more of a wezterm question lol

  • @poutineausyropderable7108
    @poutineausyropderable7108 27 дней назад

    How did you get instant theme switching?

  • @vortexstudios_echo
    @vortexstudios_echo Месяц назад

    Nice! Ive been using lazyvim coz I hate configuring stuff, Your config looks sick! I might just copy it... (If im allowed)

  • @fsocietytrading
    @fsocietytrading Месяц назад

    can you share you starship cfg pls

  • @ThaLiquidEdit
    @ThaLiquidEdit Месяц назад

    Please make a video about your windows rice!!!

  • @luismarez4792
    @luismarez4792 Месяц назад

    Nice Video. But don't you have a problem using marks by setting the the maps of mini.surround with `m`?. I guess you just can't use the marks a,d,f,h,n,r and,F, and keep tracking those that you can use. But i have doubts. so please let me know

    • @codingwithsphere
      @codingwithsphere  Месяц назад

      @@luismarez4792 tbh, I didnt start using marks until after this video. Ive switched surround to z now

    • @luismarez4792
      @luismarez4792 Месяц назад

      @@codingwithsphereI understand how hard is to apply all of the features that vim or NeoVim has to offer. And many of them doesn't seem to have significant impact on the workflow. So is better that you just take your time and enjoy the ride. and i really want you to help if you want to use vim as its fullest. Btw thare are many keymaps that already uses `z` at the beginning for motions or operators. like horizontal scrolling, folding and spell suggestion

    • @hechuan5075
      @hechuan5075 Месяц назад

      check out something like grapple. harpoon2 or arrow. They are all better implementations of the default mark

  • @DiscoBiscuit-l5v
    @DiscoBiscuit-l5v Месяц назад +1

    Are you actually running windows in this video? If so, how the hell did you make it look like that? It looks frankly amazing.
    And how is it to navigate?

    • @codingwithsphere
      @codingwithsphere  Месяц назад +5

      GlazeWM + zebar + translucentTB. Glazewm gives me vim-like shortcuts for managing my windows

    • @alexdefoc6919
      @alexdefoc6919 Месяц назад

      maybe he uses a different window manager? I saw with btop that windows runs dwm

    • @DiscoBiscuit-l5v
      @DiscoBiscuit-l5v Месяц назад

      @@alexdefoc6919 wow, didn't know that was possible. Interesting

  • @aaronskywarder
    @aaronskywarder Месяц назад

    null-ls is not being updated anymore iirc, it's archived for over a year now, so conform was a good call and not really a skill issue on your end.

  • @ThsHunt
    @ThsHunt Месяц назад

    is this windows in the video if yes how did you change the layout of windows

  • @__J____ff
    @__J____ff Месяц назад

    look at you boyyyyyyy you are the new famous boy with boy's slickkkkkk as fkkkkkk neovim setup boy ! the slickest neovim setup boy the famous boy. You gon be famous booooiiiiiiiiii

  • @edipedipbulmaz
    @edipedipbulmaz 29 дней назад

    and ur coding lua on that?

  • @joandotvandamme3340
    @joandotvandamme3340 Месяц назад

    Are you using glaze extra to remove tittles and get transparency?

    • @codingwithsphere
      @codingwithsphere  Месяц назад +1

      No transparency worked out of the box for me. I removed the titlebar in my wezterm configuration

  • @yorjansandoval9381
    @yorjansandoval9381 Месяц назад +2

    looks great, but transparency is not for me. (i dont speak english)

  • @EmileNani
    @EmileNani Месяц назад

    Can you share that wallpaper please bruv? Really nice config!

  • @hrqmonteiro
    @hrqmonteiro Месяц назад

    Which WM are you using? Do you have dotfiles for that?

    • @codingwithsphere
      @codingwithsphere  Месяц назад

      @@hrqmonteiro im using glazewm. My config is super minimal. It basically comes looking like that. I only slightly reduced the margins and changed the focused window border color

    • @hrqmonteiro
      @hrqmonteiro Месяц назад

      @@codingwithsphere So are you on Windows?
      Lol i though it was a Linux. I never knew you could use a wm in Windows.
      I guess i am off it for too many years now lol
      Thanks!

    • @codingwithsphere
      @codingwithsphere  Месяц назад

      @@hrqmonteiro yes im on windows in this video !

  • @jeenyuhs2002
    @jeenyuhs2002 Месяц назад

    Is the font JetBrains Mono?

  • @mdc1562
    @mdc1562 Месяц назад

    what font are you using?

  • @itsharsh5997
    @itsharsh5997 Месяц назад

    Taking away zen mode from this. Things good

  • @user-td5gy2fh3p
    @user-td5gy2fh3p 25 дней назад +2

    Wow, the amount of bloat here is insane. Sure, some of this stuff can be useful, but most of it is just nerdy bloat shit that distracts you from getting really work done.

    • @davguev
      @davguev 16 дней назад +3

      Your comment is bloat.

  • @ShashiShekhar-r4m
    @ShashiShekhar-r4m Месяц назад +1

    Could have use tabout, metajump plugins to do all these things in vscode. Customise keybindings of vscode to move cursor from home row. Most of people don’t know power of vscode. People use nvim to look cool.

    • @codingwithsphere
      @codingwithsphere  Месяц назад +5

      I did use tabout, metajump and vscodevim. The problem with vim emulation in other editors is that it's an emulation, not the real deal. VSCodevim is incomplete as of right now. Additionally, not all UI elements can be interacted with easily with the keyboard. There are workarounds for most issues, but then what's the point? Why use vscode just to try and make it as close to a modal editor as possible? I do know the power of vscode; and a keyboard-only workflow is not part of it.

    • @lian1238
      @lian1238 Месяц назад

      Why not use both? Literally today I used nvim to write and vscode to preview a markdown file 😂

    • @lian1238
      @lian1238 Месяц назад +2

      Okay. I commented too soon. I no longer need vscode after watching to the end! Thanks!

    • @hechuan5075
      @hechuan5075 Месяц назад

      @@lian1238 i spent quite some time setting up render-markdown and markdown-preview. Markdown has never been easier in neovim

    • @hechuan5075
      @hechuan5075 Месяц назад +1

      @@codingwithsphere ooouch, nice rebuttal. yeah, nothing encourages keyboard only workflow like vim/neovim. And another point against vscode, i dont want to modify a freaking setting using a JSON, **** that ****. why would anyone want to use yaml or json to configure something if they can do the same with a simple language like lua?