How To Use lazy.nvim For A Simple And Amazing Neovim Config

Sdílet
Vložit
  • čas přidán 29. 06. 2024
  • In this video I go through everything you need to know to get up and running with lazy.nvim for an awesome and simple way of configuring and managing your Neovim plugins. This plugin manager has been great for simplifying my setup and making it more efficient. Hope you enjoy it!
    🚀 My Neovim Config/Dotfiles: github.com/josean-dev/dev-env...
    Help Support Me And The Channel: www.buymeacoffee.com/joseanma... 🙏🏽
    I've added which-key for helpful keymap suggestions to this new setup!
    lazy.nvim repo: github.com/folke/lazy.nvim
    My previous packer setup (separate branch in repo): github.com/josean-dev/dev-env...
    --------
    Commands to delete packer plugins and packer_compiled.lua in Mac or Linux:
    Delete packer_compiled.lua: "rm -rf ~/.local/share/nvim/site/pack"
    Delete packer installed plugins: "rm -rf ~/.local/share/nvim/site/pack"
    ---------
    ⏰ Timestamps
    00:00 - Introduction
    01:07 - Installing lazy.nvim
    03:37 - Checking health
    04:02 - Plugin example 1 (colorscheme)
    06:55 - Structuring plugins properly
    08:21 - Plugin example 2 (nvim-tree)
    10:42 - init.lua in "plugins" directory
    12:03 - Lazy loading on events 1 (nvim-cmp)
    15:40 - Lazy loading on events 2 (Comment.nvim)
    17:17 - Lazy loading on keymaps (vim-maximizer)
    18:41 - Plugin example 6 (bufferline)
    19:38 - Using the Lazy UI
    20:25 - Adding subdirectory under "plugins"
    21:52 - Configuring lazy.nvim
    22:40 - Adding lualine plugin with lazy component
    24:30 - Conclusion
    📧 Email for business inquiries: youtube@josean.com
    --------------------------------------------------------------------------------
    🖥️ My Desk Setup:
    💻 Computer & Monitor
    Apple 27” Studio Display for Coding & Video Editing: amzn.to/47YzRZt
    2021 M1 Pro Macbook Pro (mine): amzn.to/47XNhoC
    2023 M2 Pro Macbook Pro (newest): amzn.to/3qYHG0J
    🖱️ Mouse
    Apple Trackpad: amzn.to/45P0i1S
    Logitech MX Master 3s Mouse: amzn.to/3Z3bXIq
    ⌨️ Keyboard
    Cherry Corne Version 3 Kit: bit.ly/3UJgrjH
    Analyst Keyboard Case: bit.ly/3uyjIHQ
    Nice!Nano Microcontrollers: bit.ly/3FblL9L
    Gateron Ink Black V2 Switches: amzn.to/3YZ3cz9
    Batteries for Nice!Nanos: bit.ly/3uBmtrS
    Travel Case (Fits Analyst Corne Case): bit.ly/3Hmr7BR
    Gateron Ink Black V2 Switches: bit.ly/3VJToX4
    My Keycaps: bit.ly/3uHBbgV
    Blank PBT Keycaps: bit.ly/3UJhgJ6 or amzn.to/3UNQtLQ
    Planck PBT Keycap Set: amzn.to/3HopRhC
    You can also find some pre-built options and DIY kits on Etsy: www.etsy.com/search?q=corne
    🎧 Headphones
    Sony WH-1000XM4 Headphones: amzn.to/3sEJU65
    ----------------------------------
    🎬 My Video Gear:
    📹 Camera
    My Fuji xt3 Camera (only available used): amzn.to/3P4P1E7
    Recommended Cameras:
    Fuji xt5 (newest): amzn.to/3P0jMtK
    Fuji xt4 (used): amzn.to/3EmeUdt
    Fuji 23mm f2 Lens (great for video in smaller spaces): amzn.to/3L2L6pV
    Camera Field Monitor: amzn.to/3L2nrpW
    🎙️ Audio
    Rode VideoMic Pro+: amzn.to/45PecRC
    Overhead Camera/Mic Arm: amzn.to/45y8Ryl
    💡 Lighting
    Aputure Amaran 100d Keylight: amzn.to/47T4Y97
    Aputure Light Dome Mini II Softbox: amzn.to/3EstpMM
    Aputure Amaran Small RGB Light: amzn.to/3Pl6RnG
    IVISII Bright RGB Light: amzn.to/3EmfsA3
    ---------------------------------------------------------------------------------------------
    Links used in the description may be affiliate links. By clicking and/or purchasing from these affiliate links I receive a small commission (at no cost to you). This really helps me out in funding my videos and growing my channel, thank you for the support!
  • Věda a technologie

Komentáře • 194

  • @justsomedo0d
    @justsomedo0d Před 9 měsíci +20

    Such quality content on this channel, I’m absolutely blown away 😮 I’ve been working on my config for a couple months since starting my Neovim adventure and resources like this are invaluable to me 🙏

    • @JefCollier
      @JefCollier Před 7 měsíci

      Thanks to Josean, I may never be done tweaking my config. It's a curse. But I embrace it.

  • @talanb
    @talanb Před 9 měsíci +11

    I love your thorough tutorials on nvim configs! I would definitely like to see an LSP-centric video showing all things LSP!

  • @ThisGuyRocksLikeCrazy
    @ThisGuyRocksLikeCrazy Před 6 měsíci

    Thank you for the video. I think your video is the most up-to-date video ever. There are not many videos on lazy.nvim. Your repo layout is also pretty neat. I was trying to use lazyvim is a reference, but that repo was really convoluted. Yours is simple and to the point. I really appreciate all your efforts in creating this.

  • @iatheman
    @iatheman Před 9 měsíci +1

    This is the best explanation of Lazy I've found. Awesome job!

  • @jackli5926
    @jackli5926 Před 6 měsíci +3

    I have used vim mode on vscode and the vanilla vim for two years. I never seen any videos that explain these concepts as clean&clear as you.

  • @BrunoCoelho
    @BrunoCoelho Před 4 měsíci +1

    Loved how you organize the folders so that it can make our life easier when installing and configuring plugins and nvim in general. Also, your pace is perfect for a newbie like me. Other creators are just too fast to keep up with.

  • @Aucacoyan
    @Aucacoyan Před 7 měsíci

    Great video! Very nice and most important very thorough!
    The animations were also of really good quality. Keep it coming!

  • @worldxm
    @worldxm Před 10 měsíci +1

    Thank you for the detailed explanations of the lazy plugin manager.
    I was trying to make a fresh install of my Neovim without using a distribution (LazyVim).
    Your video helped me understand and better organize my plugins.
    Now I feel confident on making my custom setup without having unused plugins that comes with the Distro.

  • @user-kd3jr2in4t
    @user-kd3jr2in4t Před 9 měsíci

    now almost all my questions about lazy.vim are closed. Tank you, Josean. Keep going. (liked, subscribed)

  • @slmdchampion
    @slmdchampion Před 6 měsíci +1

    I just wanted to drop you a quick comment to thank you for this video. I am switching from VScode to nvim, and I'm getting my setup tuned. Your explanations about how the plugins, options and the plugin.lua files work together and the lazy loading. It's helping me to understand how nvim configuration works so I can setup nvim for my uses. Cheers.

  • @zezinhun
    @zezinhun Před měsícem

    I was STRUGGLING to understad how to organize and set up the pluggins before this video. I finally inderstand how it works. TY SO MUCH!

  • @user-rz6ew5nk7q
    @user-rz6ew5nk7q Před 6 měsíci +1

    I really like your videos about neovim! It helped me getting into it and flatten the curve. It would be super awesome if you could make a video about the ns-null replacement 👍

  • @TheRuancarlo
    @TheRuancarlo Před 10 měsíci

    This one is the most helpful and actually teaching video on neovim plugins use, kudos!

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci

      Happy to hear it was helpful! Thanks for the feedback.

  • @harleycoughlin8050
    @harleycoughlin8050 Před 4 měsíci

    Thanks for the guide. Finally was able to swap from packer to lazy

  • @ygvanz
    @ygvanz Před 10 měsíci +2

    Great video. Will have this for future reference, also would like to see your video with your new lsp config.

  • @boy_deploy
    @boy_deploy Před 10 měsíci +2

    Informative and well presented! Awesome! Thank you so much!

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +1

      Really appreciate the feedback and your support! Thank you! Happy to hear you found it helpful!

  • @foxglenacres
    @foxglenacres Před 7 měsíci

    I just discovered this video and love it! The lazy package manager is great and your video lays out a configuration so well, i "took" a few ideas. :) You mentioned in the video, about lsp configuration, yes please! I am struggling with mason/lazy/lsp and confused.

  • @ryansteiger6960
    @ryansteiger6960 Před 8 měsíci

    Thank you for the video Josean. I was able to follow along 👍

  • @ErmandDurro
    @ErmandDurro Před 3 měsíci

    As always great video. Thanks Josean 🙏

  • @andriesvanwyk3226
    @andriesvanwyk3226 Před 6 měsíci

    Brilliant, Josean. Thank you so much!

  • @raynebenson9040
    @raynebenson9040 Před 3 měsíci

    great video man was stuck for days you helped me get unstuck thank you!

  • @ryohai2
    @ryohai2 Před 9 měsíci

    Thank you for your generious guide of giving a bunch of useful live example of using lazy.nvim. I'm recently using lazy and lost my self in the documentation. Your video just picks up the key points and has lightn me up. 😍Like to see more of this.

  • @nizardev
    @nizardev Před 9 měsíci

    thank you for amazing setup! love it.

  • @muhammadraza7231
    @muhammadraza7231 Před 10 měsíci

    Thanks man for the detailed video about lazy and I like your videos just because your videos are very detailed. Thanks again! I subbed

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci

      Awesome! I really appreciate that, glad it was helpful!

  • @MORE2Clay
    @MORE2Clay Před 4 měsíci

    yo thanks finally migrated everything to lazy - was absolutely worth it!

  • @vichl3853
    @vichl3853 Před 4 měsíci

    Awesome info in all the videos, I am new to nvim so all his videos has helped me a lot.

  • @nullor
    @nullor Před 10 měsíci

    perfect, just what I needed! most other tutorials are still using packer

  • @paulaleksis1513
    @paulaleksis1513 Před 2 měsíci

    Can’t thank you enough for your content it has helped me a lot.

  • @FutanariNeko417
    @FutanariNeko417 Před 7 měsíci

    Commenting for the algorithm, amazing tutorial, thank you!

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars Před 10 měsíci +1

    simple and to the point, thank you :)

  • @foifirst
    @foifirst Před 5 měsíci

    Excellent precise introduction to lazy

  • @StoneColdET_
    @StoneColdET_ Před 10 měsíci

    Glad to see this pop up in my feed!

  • @sputnick1
    @sputnick1 Před 10 měsíci +15

    I love your channel. I love optimising my dev environment and i’ve been using packer since forever so this is exactly what i needed. Thanks for the help :)

  • @GavinTomlins
    @GavinTomlins Před 7 měsíci +4

    Compliments to you, Josean, for providing an excellent blueprint on how tutorials should be written and presented. I found you to be articulate, the tutorial informative, well-structured and perfectly timed. I appreciate the extra effort you put into supplying sources for the content that you reference. Please share how you generate the keyboard overlay of your keystrokes in the bottom right. I hope people head over and buy you a coffee as a gesture of thanks for your effort. Enjoy

    • @joseanmartinez
      @joseanmartinez  Před 7 měsíci +2

      I really appreciate that! Glad I could help and thank you for the support🙏🏽

    • @Imam.Mehdi_
      @Imam.Mehdi_ Před 7 měsíci

      ​@@joseanmartinezcan you help,my lazyvim is working fine,also tsserver is working fine,but tsserver is not giving suggestions for html tags in jsx, I have to write lot of html and css in jsx ,,,in my lunar vim tsserver is giving me suggestions for html tags in jsx file but in lunarvim problem is autocomplete work on tab key not on enter key...anh help

  • @rafaleljupio2724
    @rafaleljupio2724 Před 10 měsíci

    This video was soooo useful! Keep it up man !!

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci

      Sweet! Happy to hear that, thanks for the feedback!

  • @MenemAbrazo
    @MenemAbrazo Před 10 měsíci

    Sí señor! Gracias por este mega video, explicás todo de forma extremdamente accesible. Saludos y gracias!

  • @sa27ph
    @sa27ph Před měsícem

    Thank you so much for this tutorial!

  • @Hacking-Life
    @Hacking-Life Před 10 měsíci

    Thanks for this video Josean!

  • @ikhlasulkamal5245
    @ikhlasulkamal5245 Před 10 měsíci

    Nice explanation dude, you just got a sub. Lookin forward for more great videos like this

  • @gueyenono
    @gueyenono Před měsícem

    You, sir, just got a new subscriber!

  • @tiagodejesus456
    @tiagodejesus456 Před 7 měsíci

    Another great video!

  • @ThePlaguedWriter
    @ThePlaguedWriter Před 16 dny

    So far so good. Thanks.

  • @user-oo6vf1lo8i
    @user-oo6vf1lo8i Před 9 měsíci +2

    Enjoy your attention to detail with clear examples. Please do a LSP setup.

    • @joseanmartinez
      @joseanmartinez  Před 9 měsíci

      Thanks! Here’s the LSP setup video:
      czcams.com/video/NL8D8EkphUw/video.html

  • @s8x.
    @s8x. Před 10 měsíci +1

    thanks for your videos. now i have done everything you have done in your videos

  • @damnhatesyou
    @damnhatesyou Před 10 měsíci

    Great video this was really helpful especially learned I about some neat plugins. I was really missing an easy way to comment lines. now i just need multi cursor

  • @doctorcooper
    @doctorcooper Před 10 měsíci +1

    Thank you for exploring a great developer experience for us! I've made split keyboard and learning vim for work and it inspiring me for new horizons. Good job!

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci

      That’s really awesome! Happy to hear the videos have been helpful, hope you’re enjoying your split!

    • @doctorcooper
      @doctorcooper Před 10 měsíci

      I hope we'll see the next episode about LSPs.@@joseanmartinez

  • @user-ze3bc8hw3y
    @user-ze3bc8hw3y Před 9 měsíci

    This setup is great. luv your work. I just struggle to get my null-ls to work correctly with mason. but the rest is perfect

  • @JonathanMorrisMusic
    @JonathanMorrisMusic Před 10 měsíci +1

    Found your channel a few weeks ago and been loving your Neovim content. Would love to see a video with your thoughts on null-ls.nvim and typescript.nvim alternatives. Keep up the great work!

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +2

      Awesome! Really appreciate it. Thanks for the feedback, will be looking into that.

    • @MarkStrus
      @MarkStrus Před 10 měsíci +1

      @joseanmartinez I am very interested in this too. I use neovim for work and both null-ls and typescript.nvim are plugins I use. I often work with typescript.
      Also this was a great video. I see your config has changed a lot since your video to set up neovim. THe configuration looks interesting and I'm planning to switch mine up in a similar way once I get lazy.nvim installed. Thanks for the great content. These videos really help me to understand how neovim works as well as a lot of the plugins I use.

  • @TheThestarlo
    @TheThestarlo Před 9 měsíci

    Thank you, so much time saver !

  • @vhspiceros
    @vhspiceros Před 10 měsíci

    Great video, Congratz 🎉🎉🎉

  • @casino130
    @casino130 Před 9 měsíci +1

    I started with your previous "amazing" (packer) set up, and then hopped over here to continue without appending, a bit faster but I'm at the pink screen after typing :Lazy so doing ok thanks again ser

  • @jawuku3885
    @jawuku3885 Před 10 měsíci

    Thanks for the video! I'd love to learn how to set up lsp and linting / formatting.

  • @mathiaz943
    @mathiaz943 Před 9 měsíci

    A video with setting up LSP with this new lazy.nvim would be great!

  • @alonso0188
    @alonso0188 Před 8 měsíci

    Thank you man.

  • @vincecarpino
    @vincecarpino Před 10 měsíci +1

    Really enjoyed your thorough walkthrough last time! This one is just as clear and helpful, so thanks.
    Out of curiosity, is there a reason you have your files nested in the *josean* folder?
    Keep crushin it!

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +1

      Hey! Thanks, really appreciate it. I’m pretty sure I saw it as a convention in another setup and stuck with it, but if you prefer, you can probably do without it.

    • @comfysage
      @comfysage Před 8 měsíci

      this convention is mainly to avoid name collisions between plugins and your configuration files

  • @jizhang2407
    @jizhang2407 Před 10 měsíci

    Thanks for another amazing tutorial. Yes, I'd like to watch your tutorial on lspconfig which always confuse me.

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci

      Awesome, glad you found it helpful! Appreciate the feedback, definitely on the list.

  • @TheVantassell
    @TheVantassell Před 10 měsíci

    Amazing, thank you!!

  • @wojciech-kulik
    @wojciech-kulik Před 9 měsíci

    I really enjoy your tutorials, very useful and good quality content! Make some more videos about neovim! :)

  • @vaisakhkm783
    @vaisakhkm783 Před 10 měsíci

    That's the coolest way to see the updates....
    it was really annoying to have long list of updates hiding my buffer...
    but i also don't want missing out of update for so long that when i update everything crashing all at once, so i need notification for increamentally fixing breaking changes

  • @NoctuaDeveloppement
    @NoctuaDeveloppement Před 10 měsíci +5

    Hi, Amazing video !
    It would be amazing to have a video to optimize LSP configuration by ourself. Because I work mostly on PHP and Laravel at work, and Python, Swift and Typescript for my personnal project.
    Thank's to you I have working configs but it's not really optimize.
    Thank for sharing great stuff!

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +4

      Cool! Appreciate the feedback, considering making a dedicated lsp video. Thank you 🙏🏽

  • @KhanhLe-vo9vf
    @KhanhLe-vo9vf Před 9 měsíci

    This is a great developer experience for me. Really love it. Thank you so much

  • @daltonstegner6718
    @daltonstegner6718 Před 10 měsíci

    I am brand new to neovim and I was so turned around with lazy.nvim but your video helped so much! Earned my sub for sure :)

  • @matrixspielt
    @matrixspielt Před měsícem +1

    thank you so much

  • @sanketshah7670
    @sanketshah7670 Před 10 měsíci

    so informative!

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci

      Glad you found it helpful! Thanks for the feedback!

  • @nianhbg
    @nianhbg Před 10 měsíci

    Thank you for a great video 😀. So easy to understand and to get started with. I have almost moved completly to vim from vs code.

  • @iantnotes3047
    @iantnotes3047 Před 4 měsíci

    Amazing guide! just a question, how did u set up that bottom status bar in iterm?

  • @Linuxdirk
    @Linuxdirk Před 9 měsíci

    ... so maybe I should tinker with my config again now 😉👍

  • @reverse_shell
    @reverse_shell Před 10 měsíci

    +1 for the LSP video!

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +1

      Cool, thanks for the feedback!

    • @gwod4782
      @gwod4782 Před 10 měsíci

      ​@@joseanmartinez+1 again

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +1

      Working on it! Should be the next video coming up, thanks for the feedback!

  • @cheddikiravu3556
    @cheddikiravu3556 Před 7 měsíci

    Everything worked for me (except the icon colors) until the beginning of packer. I'm glad Lazy came along. Do you recommend deleting all previous packer-based configurations on Neovim before migrating them to Lazy?

  • @lpanebr
    @lpanebr Před 10 měsíci +1

    Yes, do the lsp video. Thanks!

  • @ryanliu7495
    @ryanliu7495 Před 8 měsíci

    help me a lot, tks

  • @devabdul
    @devabdul Před 10 měsíci +1

    I really like video, and i want more video on neovim config,
    AstroVim is best please make video on it

  • @danko-8229
    @danko-8229 Před 10 měsíci

    love the vid, btw what font are you using, looks so good

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +1

      Hey! Thanks! I’m using MesloLG Nerd Font. You can find the list here: www.nerdfonts.com/font-downloads

  • @seshadribasava2801
    @seshadribasava2801 Před 10 měsíci

    Finally :)

  • @vikingthedude
    @vikingthedude Před 10 měsíci

    Thank you for this! Could you please do debug adapter setup for neovim? Thanks!

  • @juancarloshernandez2545
    @juancarloshernandez2545 Před 10 měsíci

    Hola Jose, excelente video, mi configuración esta basada en la tuya y me encanta, exactamente ayer me mude a lazy, jeje me adelante por un día. Saludos desde CDMX México...por cierto cómo aprendiste a hablar así de bien el ingles, que me recomiendas?

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +2

      Que bien! Aprendí inglés desde temprana edad en una escuela bilingüe. Muchas gracias 🙏🏽

  • @CyperN077
    @CyperN077 Před 9 měsíci

    Do I need a lazy plugin manager for plugins? I prefer loading them all upfront rather than needing to load them when required, like having bullets ready in a gunfight. Exellent video...

  • @chyldstudios
    @chyldstudios Před 10 měsíci +1

    Yep, I use lazy.nvim too.

  • @bitcode_
    @bitcode_ Před 8 měsíci

    wepa!

  • @mkum2141
    @mkum2141 Před 10 měsíci

    Great vid. Any reason as to why you are no longer using lsp saga for your lsp buffers?

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +1

      Thanks! I just wanted something a bit simpler and felt like I didn’t really need it. I’m using a mixture of telescope and the built in lsp related functionality. It’s really a matter of preference.

  • @Zergeometer
    @Zergeometer Před 9 měsíci +1

    Hi Josean, thanks for the amazing content! I noticed that you changed toggle file tree keymap from leader-e to leader-e-e. Why?

    • @christianarzu
      @christianarzu Před 9 měsíci +1

      I guess that it's because you want to have multiple tile tree mappings, ee ef ec er, otherwise you could only have 1, which is the toggle with `e`
      I also added
      `keymap.set("n", "es", "NvimTreeFocus", { desc = "Focus on the tree" }) -- Focus on the tree`
      To send focus back to the tree if I open the wrong file

    • @christianarzu
      @christianarzu Před 9 měsíci +1

      Just realized I can move between nvim tree and my code on the right using regular vim motions, but pressing ctrl `ctrl+h` and `ctrl+l`

    • @joseanmartinez
      @joseanmartinez  Před 9 měsíci +1

      Yep! It was because I needed more keymaps for it, like opening the file tree but in the location of the current file I’m in with “ef”. And yes! You can use ctrl+l and ctrl+h if you’re using vim-tmux-navigator like me as the tree is just another split!

  • @emseek9822
    @emseek9822 Před 8 měsíci

    Note at 9:34 that there has to be a comma after the curly braces of 'dependecies'

  • @cr4zyg3n36
    @cr4zyg3n36 Před 7 měsíci +1

    Hi Josean I have a question, but don't expect an answer I I suppose you are very busy replying to many people, but the netrw when you open it has all the folders expanded I have set let g:netrw_liststyle = 3, but for some reason they don't automatically expand. Could you please shed some light on this please?

  • @wq6062
    @wq6062 Před 6 měsíci

    Great! What keyboard did you used? it's sounds very good 😮

    • @waso999
      @waso999 Před 6 měsíci

      Cherry Corne Version 3 Kit

    • @waso999
      @waso999 Před 6 měsíci

      most programmers are using (Keychron keyboard)

    • @wq6062
      @wq6062 Před 5 měsíci

      @@waso999Thank you! I will check it later

  • @Rundik
    @Rundik Před 9 měsíci

    When I last tried vim/nvim it was slower than sublime text. Is it better now?

  • @rlifts
    @rlifts Před 3 měsíci

    I see an issue with the config, since telescope is lazyloaded how do you go about seeing your keys like ff ? Im using LazyVim so it may be a different setup.I found out that in order to show the keys while loading lazy you have to put them in the keys = ...

  • @oskarkarlsson8905
    @oskarkarlsson8905 Před 7 měsíci

    After copying ur telescope config from the git repo, i cant seem to get it to work. Maybe you could do a short vid explaining how to use it in the way u have it setup?

  • @EJIqpEP
    @EJIqpEP Před 4 měsíci

    Hi Josean, can you tell how to work with Git please? Resolving conflicts in particular.

  • @lingur1681
    @lingur1681 Před 10 měsíci

    Can you make a video reviewing mini.nvim, it seems very powerful and useful with minimal effort.

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +1

      Sounds interesting! I haven’t looked into that yet, thanks for letting me know about it

  • @IkigaiLofiBeats
    @IkigaiLofiBeats Před 10 měsíci

    just updated to lazy nvim because of you. One question , how do you make the round camera little window with you. you mention in a video but I forgot witch video was it. Thinking about to building a corne also.

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +1

      Awesome! I use a mask in Final Cut Pro to achieve that. Typically I am screen recording and recording myself on my camera at the same time.

    • @IkigaiLofiBeats
      @IkigaiLofiBeats Před 10 měsíci

      @@joseanmartinez Thank you!

  • @Kalophain14
    @Kalophain14 Před 10 měsíci

    It would be cool to get the keyboards shorcut created in a cheatsheet kinda lol

  • @kristofferlindvall9285
    @kristofferlindvall9285 Před 6 měsíci

    Hey! Any chance you know how to make sure pyright doesn't give "Unable to import..." warning? All the modules work and in vscode it does not give a warning. Thanks!

  • @seeemawn
    @seeemawn Před 4 měsíci

    where do you get this amazing prompt from? Its worth installing ios on a virtual machine :D

  • @Demoscene0x0801
    @Demoscene0x0801 Před 8 měsíci

    I had to explicitly replace all key occurrences with otherwise the shortcuts do not work for me e.g. "leader e e". Ventura 13.6 (Intel)

    • @shrewd7795
      @shrewd7795 Před 8 měsíci

      You have to define your leader key before lazy. So it doesnt mess up

    • @Demoscene0x0801
      @Demoscene0x0801 Před 8 měsíci

      ​@@shrewd7795 I see (I might have not noticed that information before) thanks for pointing it out.

  • @hassanmohammed2462
    @hassanmohammed2462 Před 7 měsíci

    i cant find the code for the one you mentioned you used previously for setting up the nvim-tree

  • @luisdario1493
    @luisdario1493 Před 5 měsíci

    Anyone knows how to change the folder color like he switch the arrows colors?

  • @subbunittala2012
    @subbunittala2012 Před 5 měsíci

    Please do a obsidian...nvim

  • @Brandon-th9pi
    @Brandon-th9pi Před 10 měsíci

    Hey Josean,
    Is prettier formatting your typescript code? I'm noticing lua works but anytime I save typescript/js files don't format.

    • @joseanmartinez
      @joseanmartinez  Před 10 měsíci +2

      Hey! Not sure why that might be happening. Prettier is formatting my typescript code properly. I'd make sure you have the prettier formatter installed with Mason and check that it's listed as a source for null-ls.

  • @Ashandsax
    @Ashandsax Před 9 měsíci

    Hi, I basically imported your profile and it's awesome. But I am unsure how to add plugins. Specifically I am trying to install 'neorg'. Could you please advise?

  • @amaraag9435
    @amaraag9435 Před 7 měsíci

    Hi all? I installed Neovim 0.9 on my ubuntu mate. But ./config folder didn't exist. How I found those confguring files?