Setup VSCode Like Neovim For Productivity In 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น • 83

  • @andrewkosenko2757
    @andrewkosenko2757 ปีที่แล้ว +26

    I've set up most of the thing the same way as you did, but adjusted it to my needs and taste, thank you for creating one of the most useful vscode setup videos out here!

    • @MinhazTaher
      @MinhazTaher ปีที่แล้ว

      can you share your settings.joson?

  • @generaldevil6193
    @generaldevil6193 9 หลายเดือนก่อน +2

    I didn't want to shift from the vscode environment to nvim completely. This is the best of both worlds and exactly what I needed. Thankyou!

  • @antoniousawad2264
    @antoniousawad2264 ปีที่แล้ว +9

    This is actually one of the few videos that specifically has what I need, Thank you man

  • @N_N_N
    @N_N_N 4 หลายเดือนก่อน +1

    Thank you for making this. Best setup-video out there, great 'vibe' in the video too. I'll save this and recommend it to anyone wanting to set up Vscode vim, 10/10.

  • @philsitumorang
    @philsitumorang ปีที่แล้ว +2

    This is really awesome, thank you! One thing why I didn't use VS Code with "vim motions" because I didn't knew that I can setup keybindings with the specific things like explorer and terminal.

  • @darianmorat
    @darianmorat ปีที่แล้ว +1

    I think mine is perfect for what i need and for having that vim feeling, but from this video i can improve a few things, ty mate

  • @kirillvoloshin2065
    @kirillvoloshin2065 8 หลายเดือนก่อน +1

    great video! straight to the point + few extra interesting setting

  • @ozzyfromspace
    @ozzyfromspace 7 หลายเดือนก่อน

    Omg thank you so much! I just started working on a Nuxt project and the autocomplete is trash in neovim, so after hours, I realized the most straightforward thing to do was use vscode. But I absolutely love neovim, so I’m really digging the setup you have here!! aside from vscode being noticeably slower, this is a very acceptable compromise. I think I’ll even port this setup to my work computer. Thanks so much!! ✨🏆❤️

  • @blz777
    @blz777 11 หลายเดือนก่อน +1

    Thank you for the great kick-starter setup!

  • @thomasrichards8055
    @thomasrichards8055 ปีที่แล้ว +2

    Good to see a fellow user of everforest :-)

  • @vbs6168
    @vbs6168 ปีที่แล้ว +1

    Great video! Please make more productivity videos

  • @LuisDa20
    @LuisDa20 ปีที่แล้ว

    Thanks so much for this, please keep doing videos like this you are a awesome programmer

  • @bro-rubro
    @bro-rubro 9 หลายเดือนก่อน +1

    this video saved me so much... thank you for real

  • @shuaidong7995
    @shuaidong7995 ปีที่แล้ว +1

    很棒,我也在学习使用VIm进行开发。加油!

  • @shanquan93
    @shanquan93 ปีที่แล้ว +3

    Hello! I am trying to learn vim motions, starting with the vim emulator in vscode,
    can you explain how you got the lines of code to work like Vim? For example the numbering of lines of codes starts from 1, outwards from your current line of code. I saw at 5:15 it's vs code style (follows normal sequence) but after the cut at 5:23 it is vim style.
    Thank you! I wanna change it to the vim way of counting, to practice skipping lines of codes when moving the cursor.

    • @martonvalentin7386
      @martonvalentin7386 ปีที่แล้ว

      in settings.json: "editor.lineNumbers": "relative"

  • @mitidziracerex3512
    @mitidziracerex3512 ปีที่แล้ว +3

    Please show the setup and operation of the Helix editor under load.

  • @sumeetprajapati15
    @sumeetprajapati15 ปีที่แล้ว

    Exactly what I needed. Thank you for sharing.

  • @chillydonuts
    @chillydonuts ปีที่แล้ว +1

    I love the ASMR! Keep up the good work. :)

  • @Redyf
    @Redyf ปีที่แล้ว +1

    This is the perfect video, thank you very much!

  • @DaVinc-hi7hd
    @DaVinc-hi7hd ปีที่แล้ว

    ​ @bitterteasweetorange this is what I was thinking of doing !! Having somewhat similar setup in both... !! loved this tutorial

  • @pacosmosisx8607
    @pacosmosisx8607 ปีที่แล้ว +3

    Wow, this is amazing. You are great!

  • @imertkaradayi
    @imertkaradayi ปีที่แล้ว +1

    Can someone explain the 4:10 , how am I going to adjust my workspace ?

  • @gradientO
    @gradientO ปีที่แล้ว +2

    thoughts on vscode-neovim vs VsCodeVim?

  • @mebecomedartnes
    @mebecomedartnes 6 หลายเดือนก่อน

    i found out that when i am not opening any file and try to open sidebar with ctrl+e it only open the sidebar and won't focus to it so i can't move up or down, do you have any idea to fix this ?

    • @francobaigorria6475
      @francobaigorria6475 หลายเดือนก่อน +1

      five months later, but I fixed that problem with this configuration {
      "key": "ctrl+e",
      "command": "workbench.files.action.focusFilesExplorer",
      "when": "editorTextFocus || !editorIsOpen"

  • @ConstantlyGreg
    @ConstantlyGreg 7 หลายเดือนก่อน +1

    The children yearn for Neovim

  • @memomeme4305
    @memomeme4305 ปีที่แล้ว +1

    omg what keyboard are you using?

  • @nemanjazivkovic6895
    @nemanjazivkovic6895 ปีที่แล้ว

    Does anyone else have issue with Sticky scroll relative line number not being updated when moving through lines?

  • @macmanuelodumeru3708
    @macmanuelodumeru3708 ปีที่แล้ว

    This is absolutely beautiful coming from a neovim user. But are you able to add whichkey into this?
    Subbed

  • @riddickstark9628
    @riddickstark9628 ปีที่แล้ว +5

    Love your setup. Was using vim before but I currently moved to VS code for its plugins and overall, the vast amount of configurations one can do.
    P.S: To make coding more fun, I use the GlassIt extension to make transparency mode enabled. I then add a cool background on lively wallpaper with the effects (I use ripple effect), so when I move my cursor it shows the ripple effects. Very similar to Neovide and just makes my setup less boring to my eyes.

    • @darianmorat
      @darianmorat ปีที่แล้ว

      I also use glassit, but I think the only problem is that makes the text also transparent, and that is really annoying cause I cannot use black backgrounds look nice without making the text almost gone 😅

  • @ErmandDurro
    @ErmandDurro ปีที่แล้ว +1

    Great video. Thanks a lot for the great quality of the content 😃

  • @yesboss9219
    @yesboss9219 11 หลายเดือนก่อน

    how can i set up same for windows some help me with settings.json

  • @stylersito
    @stylersito 7 หลายเดือนก่อน

    what's your keyboard, the sounds amazing

  • @Meowmix8088
    @Meowmix8088 ปีที่แล้ว

    Hype video. Immediate sub

  • @micohaustria5009
    @micohaustria5009 ปีที่แล้ว

    I am using a windows computer and I didn't know what is the cmd button counterpart is. I know that cmd button is for mac but how about us windows users? I tried to press the windows key for cmd but it doesn't work. Please help. Thanks

    • @vaibhav5783
      @vaibhav5783 ปีที่แล้ว

      cmd means cntrol (ctrl) key

  • @nexxel
    @nexxel ปีที่แล้ว +1

    great vid!

  • @tempura8390
    @tempura8390 ปีที่แล้ว

    This was beautiful, i usually use e to open neotree on neovim, is there a way to use the same command for vscode vim? pd: I really don't want to use Neovim extension.

    • @ja31ya
      @ja31ya 11 หลายเดือนก่อน

      Unfortunately the majority of vim keybinds (with the exception of j&k) only work when editing a file, so if you're focused on the sidebar, you can't use . This means if you want to show/hide explorer tree, you have to do so with a vscode binding. I bound explorer view to "ctrl+[" and that seems to feel pretty good.

  • @Zeioth
    @Zeioth ปีที่แล้ว

    Nothing like true linux and true neovim

  • @victorajayi9056
    @victorajayi9056 ปีที่แล้ว

    This looks so good but I don't know vim. I've tried and it's just so much to learn and I don't know if I have the patience

  • @MasterHobbitLoL
    @MasterHobbitLoL ปีที่แล้ว

    Awesome vid

  • @MohammedAhmed-id1ry
    @MohammedAhmed-id1ry ปีที่แล้ว

    Finally ❤🎉

  • @caique1394
    @caique1394 ปีที่แล้ว

    whats your keyboard?

  • @RudraNarayanBoitei
    @RudraNarayanBoitei 27 วันที่ผ่านมา

    ❤Keyboard name or Keyboard Sound name if you are using any Software ??

  • @theglowpt3
    @theglowpt3 ปีที่แล้ว

    Genuine question, why not just use neovim at this point? The whole point of vim is it's fast and runs in the terminal. Setting up a graphical application like this seems counter intuitive to me

    • @bitterteasweetorange
      @bitterteasweetorange  ปีที่แล้ว +16

      In fact, I use both neovim and vscode. However, when learning a new programming language or debugging, there's not enough time to set up neovim. Therefore, I need to mimic neovim's configuration in vscode to cover certain situations.

    • @darianmorat
      @darianmorat ปีที่แล้ว

      ​@@bitterteasweetorangethe quick search and find in files with a good configuration can mimic telescope. And u can pretty much remove all the extra info from the editor... That in your settings and it's like vim with the cool things about Vscode

  • @vhspiceros
    @vhspiceros ปีที่แล้ว

    👏👏👏👏👏👏

  • @vikaskyatannawar8417
    @vikaskyatannawar8417 ปีที่แล้ว

    Wouldn't it be better to just use vscode shortcuts?

  • @Hellbending
    @Hellbending ปีที่แล้ว +1

    I’d love to see one of each of your videos for Lazy, then one for the Neovim plug-in for vscode (I find the ‘official’ vim plugin (the one you use here) tends to memory leak after a while for me 😢
    But I’d be stoked to see full setups.
    Would be really cool if your videos became the go to for setting up x, y, z vim-style!

    • @riddickstark9628
      @riddickstark9628 ปีที่แล้ว

      Used to have the same issue until I decided to do a fresh install on vscode and it fixed the issue for me. Took a while since I had all my extensions setup but haven't had an issue, yet lol.

    • @ousketro9155
      @ousketro9155 ปีที่แล้ว

      Seconded for a full setup with the VSCode Neovim plugin. Beautiful video btw.

  • @kurushimee
    @kurushimee 5 หลายเดือนก่อน

    God damn, your keyboard sounds sexy

  • @nickmultikill
    @nickmultikill ปีที่แล้ว

    can you share this setup plz? as gist if possible. Great video :)

    • @bitterteasweetorange
      @bitterteasweetorange  ปีที่แล้ว +2

      Glad to help. gist.github.com/bitterteasweetorange/78e9a204734abb389adf9acfd9f0997b

  • @milon27
    @milon27 ปีที่แล้ว

    😢😢 control+ d bot working for me

  • @yusufelmirzayev189
    @yusufelmirzayev189 ปีที่แล้ว

    Hi your videos is amazing.Make a lot of contents please

  • @phonglenus
    @phonglenus ปีที่แล้ว

    Looks like you quite like that theme

    • @bitterteasweetorange
      @bitterteasweetorange  ปีที่แล้ว

      call me "everforest fanatic" lol

    • @phonglenus
      @phonglenus ปีที่แล้ว

      @@bitterteasweetorange

    • @phonglenus
      @phonglenus ปีที่แล้ว

      @@bitterteasweetorangeWhat is the name of zsh theme? i want to set it like yours?

    • @bitterteasweetorange
      @bitterteasweetorange  ปีที่แล้ว

      @@phonglenus It's p10k.

    • @phonglenus
      @phonglenus ปีที่แล้ว

      @@bitterteasweetorange thanks u 😄

  • @akibahmed229
    @akibahmed229 ปีที่แล้ว

    source code?

  • @simpingsyndrome
    @simpingsyndrome ปีที่แล้ว

    the only problem for my setup is my potato device

  • @hero3616
    @hero3616 4 หลายเดือนก่อน

    These are the things that yield devs not deliver any value for the corps where they work at 😂

  • @migy220
    @migy220 9 หลายเดือนก่อน

    IMO, why choose this setup?
    1. you have the luxury to use VSCode plugins
    2. Stop wasting your time setting up plugins to Neovim/Lazyvim, especially if you want to use ready-made templates for specific frameworks, linter, prettier, etc..
    3. Read 1 and 2
    Generally, your 1+ hrs of setting up a VIM ide can be used to work on a project/learn new stuff

  • @m4dd0x_
    @m4dd0x_ 7 หลายเดือนก่อน

    keyboard: space65