The Best Editor

Sdílet
Vložit
  • čas přidán 10. 07. 2024
  • After years of switching IDE’s and editors, then trying dozens of vim configurations… I HAVE FOUND THE PERFECT EDITOR! My Neovim configuration I have tweaked to perfection.
    Kickstart nvim: github.com/nvim-lua/kickstart...
    Chapters
    00:00 Why Neovim
    01:11 Things I wish I knew sooner
    02:37 Starting Out with Kickstart
    05:12 Saving TONs of Time
    07:29 Why Vim instead of Nano .
    ►► Digital Downloads ➜ www.cttstore.com
    ►► Reddit ➜ / christitustech
    ►► Titus Tech Talk ➜ / titustechtalk
    ►► Twitch ➜ / christitustech
  • Věda a technologie

Komentáře • 162

  • @ChrisTitusTech
    @ChrisTitusTech  Před 8 měsíci +66

    For windows, linux, and Mac users... if you want to open file from your "file explorer" in vim or nvim, you need to check out neovide. Sorry I didn't include that in the video, but a game changer for when you aren't in terminal and need that neovim hotness.

  • @GTSilvano
    @GTSilvano Před 8 měsíci +104

    The Primeagen will definitely love this vid.

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

      haha true

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

      Definitely buddy😊😂

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

      who is better Primeagen or chris?

    • @erosdevs
      @erosdevs Před 8 měsíci +13

      @@grandparick3176 They do different content, I think their both extremely good, Stop making comparisons 💀

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

      Let's go!
      Got'em

  • @Kalasklister1337
    @Kalasklister1337 Před 8 měsíci +10

    random thing that came to mind when mentioning differences between titus kickstart and standard: To perform a diff of the files and see the changes, all you need is "nvim -d file1 file2" to get a nice diff in split view. For total newbies, you can hop between different windows using Ctrl+w followed by the hjkl direction you want to go. When you get used to vim it becomes quite natural to have 4 or more splits this way.

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

    Enjoy the journey! Love your vids, I've been watching for many years.

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

    I was feeling overwhelmed with all of the configuration of NvChad and was frustrated trying to customize something I wanted. Maybe Kickstart was what I was missing. I appreciate the knowledge!

  • @lucasteo5015
    @lucasteo5015 Před 8 měsíci +8

    I have Visual Studio, Intellij, VScode all vim motionized. and of course along with neovim setup as well. Coding with these setups over a year now, still learning and feels awesome.

    • @lucasteo5015
      @lucasteo5015 Před 8 měsíci +2

      one thing that annoys me a little is that in wsl neovim copy pasting is slower, there's a overhead there and you can improve it but not get rid of it.

  • @ehtrude
    @ehtrude Před 8 měsíci +16

    I like micro on servers, just for the simplicity of it.

    • @SparxNet
      @SparxNet Před 8 měsíci +3

      ^This. A balance between decent features and "normal" n00b shortcut keys.

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

    You da man! Another good video! Thanks and keep up the good work!

  • @BudaSuyasa
    @BudaSuyasa Před 7 měsíci +5

    Lunarvim is great starting point for me. It's simple and comes with common plugin as default. I will not use neovim for heavy development right now (Intellij for that), but for code reviews or configs editing, neovim is unbeatable.

  • @Shorts-n-Stuff-sc9hm
    @Shorts-n-Stuff-sc9hm Před 7 měsíci

    after using your "chris titus winutil" selecting "desktop" for the tweaks and applying then restarting now my android phone does not show on system tray as connected? so i undid the changes and still wont connect and is not seen in explorer? there must be some service switched off? no idea what, HELP. Tks

  • @Alex-bm3vo
    @Alex-bm3vo Před 8 měsíci +1

    Hey Chris, is there a tool you use to update your drivers in windows 10.

  • @matthewstott3493
    @matthewstott3493 Před 8 měsíci +10

    The editor wars are a waste of time. One editor to rule them all is a fallacy. An editor is a tool and having more than one tool in your tool belt is completely normal. It is wise to become familiar with different tools because you never know when you will hit some obstacle and you are able to pull a rabbit out of your hat because you decided to use the right tool for the job at hand. I use a variety of editors depending on the work I am doing. Sometimes its just more appropriate to use Neovim. If I am coding Powershell, it will be VS Code. If it's a database, then JetBrains DataGrip.
    I happen to prefer Emacs as my primary editor because I use org-mode extensively all day long for organizing, taking engineering notes, writing documentation. The other advantages of Emacs are Tramp / Dired which can ssh to a host and allow one to edit files with or without su / sudo in an Emacs buffer. With Neovim / Tmux you don't have your dotfile configuration on the remote hosts. But with Emacs you are editing remote files locally. You always have your Emacs config for all your remote hosts. The remote hosts for cloud typically are minimized and missing vi / ViM / Neovim / nano, etc. Using Emacs, I don't need to worry about that.

    • @aleclowry7654
      @aleclowry7654 Před 8 měsíci +1

      Well you can use scp or sshfs for editing remote files locally.
      I have no experience with Emacs but I imagine it's doing similar under the hood

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

      very well put, to add, sometimes you have to remote into an unknown host or provide support to one physically, so you have to work with whatever said system has. you won't be able to install "your tool of choice" or pull any configs.

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

    chris can ya help me is there anyway to remove a tweak ive done in the past

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

    Hey man, I have an issue with the Winutil, on a fresh install(debloated), whenever i want to install something a popup tellsme its done, but nothing is installed

  • @user-ze5eu5gm1p
    @user-ze5eu5gm1p Před 7 měsíci

    Hi, sorry for the wrong topic, but I have a question, maybe you can help me, bcs I cant find a solution, so i have a laptop with dynamic refresh rate 60hz and 120hz, it has a 13500h and 3050 rtx, if I change from dynamic refresh rate to 120hz it stays dynamic, nothing changes, any clue? I doubt it but maybe when i runned the debloat utility maybe something from there changed? Thanks!

  • @danielstellmon5330
    @danielstellmon5330 Před 8 měsíci +2

    I recomend trying all the big Nvim add on packs to see what is out there, then build your own.

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

    Hi Chris I have a Asus tuf gaming laptop and was wondering what would be the best linux alternative to armory crate as it doesn't support Linux and need applications to control fan speed, performance and battery power performance etc to optimize my laptop for fedora Linux

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

    Hi Chris, any chance of doing a video tutorial on how to embed the intel RST drivers into a windows 10\11 install disk, its so anoying trying to manually find the correct RST driver for m.2 disks that dont show up when re installing windows on more modern laptops with M.2 drives

  • @japhethjay4880
    @japhethjay4880 Před 8 měsíci +1

    This is exactly how I work, got intellij, visual studio code sometimes, but mostly just lunarvim, plus did I mention all the other editors have vim keybindings and comic code font 😅😊

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

    The new Microsoft 365 Loop component took alot of inspiration from neovim. You can use / to create objects like tables, insert images and such stuff. But still CLI is in my heart ❤

  • @benia1908
    @benia1908 Před 8 měsíci +10

    Ah, finally the perfect editor, I hope I didn't spend so many hours searching for the perfect editor instead of actually coding, I'd maybe still code as of now

  • @miezekatze3536
    @miezekatze3536 Před 8 měsíci +63

    using Emacs btw

    • @ChrisTitusTech
      @ChrisTitusTech  Před 8 měsíci +16

      BANNED for Blasphemy! 😂Just kidding, org mode is pretty awesome.

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

      never got the appeal of using a modal editor on anything other than a laptop, but emacs does have some pretty cool inline markup features

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

      Doom emacs btw 😂

    • @deviantsemicolon618
      @deviantsemicolon618 Před 7 měsíci +3

      ​​@@b1zzlerI have extremely short fingers that aren't designed for spanning multiple keys at once, so Neovim is useful for me in that respect. I just find it gives me a faster workflow. Also I like how it's configurable in Lua

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

      @@deviantsemicolon618 totally valid use case 👍
      I mean, simply "liking vim" is also a valid use case 😂at the end of the day, the only opinion on what editor you use that actually matters is your own opinion

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

    Thanks. Great content

  • @OOO-mn1ds
    @OOO-mn1ds Před 7 měsíci

    Hey Chris I like your channel and I specially like your arch one line installer and I was wondering if you plan to add an option for xfce desktop? It is my favourite DE and it is still one of the most popular.
    I use your server install and just add it later, but it'd be cool to see it as an option

  • @georgebals5170
    @georgebals5170 Před 8 měsíci +9

    While I love (neo)vim, I'd grown more and more onto helix. It's stupidly simple to setup and has almost the same movements as vim.

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

      Helix gives all the ‘feels’ of neovim, but at the end of the week you’ve actually done work instead of just endlessly tweaking your config.

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

      What do you mean almost the same movements? nvim should have all the movements

  • @TownspersonB
    @TownspersonB Před 8 měsíci +21

    With the LSP, sessions, Telescope, Neorg, Treesitter, Mason, Oil, and complete customizability, I just don't feel as comfortable in anything else. Lately, I've been trying out Neogit as well, although Lazygit is hard to beat.

    • @DarkAxi0m
      @DarkAxi0m Před 8 měsíci +3

      add Harpoon to the list and you basically have my perfect set up

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

      or just use emacs at this point

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

      ​@@ismbks I'm trying emacs just for sake of test, elisp is kinda hard to grasp for me, idk maybe with more time I can get used to it (any recommendation)

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

    Great video. 😊

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

    Oh yes. I've build my MacVim config over several years and wanted a shortcut to NeoVim by going NvChad. Pretty and cool loading features set up, but adding stuff to it is an atrocious experience. I definitely need to go the same route as I did with MacVim, from scratch. Which sucks too, because of the time it'll take. I still haven't even re-built my Spacemacs environment after switching to Doom.

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

    What os are you using in the video?

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

    titus show the gains

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

    Hi Chris, great video… my only problem is that I already a vim setup with a tone of configs, plugins and so on. I just can’t drop all that. The question: can I configure neovim to work side by side with my existing vim? So that I can switch, like for old projects use vim and new projects use neovim ?

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

      Your vim config will also work with nvim. However, if you have a working and effective vim config, thre's really no point in switching to nvim. The advantage you get might be little to none.

  • @wetfloo
    @wetfloo Před 8 měsíci +2

    I really like the idea of learning different tools and seeing what you like instead of sticking to just one. Gotta try emacs at some point

    • @thescroogemcduck
      @thescroogemcduck Před 8 měsíci +1

      As long as you use evil mode, it's not too bad lol

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

      I've used Doom Emacs for a few years now and it is what I always return to. Although, these days I'm actually running it with meow instead of evil. Anyway, it's really well put together "distro" of emacs that's still quite easy to customize. Great motion keys, magit, org-mode, etc. are just so good once you get comfortable with them and find the workflow that suits you.. highly recommend giving it an honest try :)

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

      join us :p

  • @RandyHanley
    @RandyHanley Před 8 měsíci +3

    "had to grow a beard just to make this video". Greatest intro ever. haha!

  • @rollinkendal8130
    @rollinkendal8130 Před 8 měsíci +8

    i have 600 files open in notepad++

  • @user-gi2vi2rq4c
    @user-gi2vi2rq4c Před 6 měsíci

    what's your terminal theme, it looks awesome

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

    Thanks!

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

    yoo, what was that clipboard tool you used at 6:30?? That looks awesome

    • @juisemonk
      @juisemonk Před 8 měsíci +1

      That is Flameshot, it's a tool for screenshots

  • @_-martin-_
    @_-martin-_ Před 8 měsíci +2

    This is such a classic path... first one makes a neovim configuration from scratch which is a lot of work... then one realizes someone else did a better job such as kickstart so you start using that but it is still a lot of work... finally one jumps to a proper fully featured neovim configuration such as AstroNvim and you get rid of the maintenance burden.

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

      Only works if the way it is setup is absolutely perfect for you, which can happen, but not the norm…
      I did the same rounds but after getting pissed with how distros set up stuff I used the 0 to LSP video from the Primeagen to build my config, now that I took the time to setup and understand everything already did some refactoring and switched to Lazy instead of packer and setup some other niceties on top.

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

    been wanting to make the switch

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

    3:56 Not to mention that Bram Moolenaar is no longer with us; vim was his project, neovim is a community effort.

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

      now vim is a community project too

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

      @@glidersuzuki5572 I like neovim 0.9, the 0.10 has a weird folding of :CheckHealth or was it :HealthCheck?

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

      @@glidersuzuki5572 What do you reckon is the edge of vim today?

  • @jimdeadlock
    @jimdeadlock Před 8 měsíci +3

    You can CTRL-R to import a file in nano

    • @ChrisTitusTech
      @ChrisTitusTech  Před 8 měsíci +3

      import a cat of blkid to grab uuid's in nano ;)

  • @jonphinguyen
    @jonphinguyen Před 8 měsíci +1

    Helix is my favorite

  • @fartzerelli1385
    @fartzerelli1385 Před 8 měsíci +1

    I noticed you have the same dreaded "cursor stops blinking" issue after some time after you stop typing. What's the deal with flashing cursors in Linux that stop flashing???!!! Super annoying!

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

    why use that since there are desktop editors?

  • @lukazaur2518
    @lukazaur2518 Před 8 měsíci +2

    vi vi vi editor of the beast

  • @batboy49
    @batboy49 Před 8 měsíci +2

    Using Nano is like slogging through a marsh wearing lead waders....

  • @baba.o
    @baba.o Před 8 měsíci +6

    i use neovim btw.

  • @lanceareadbhar
    @lanceareadbhar Před 8 měsíci +2

    Still mostly using vim for system maintenance.

  • @krtirtho
    @krtirtho Před 8 měsíci +2

    The best editor is the one you know the most

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

    Anything that isn't vscode is an acceptable alternative, couldn't imagine using that shit.

  • @MichaelWilliams-lr4mb
    @MichaelWilliams-lr4mb Před 8 měsíci +2

    Neovim is cool and all, but have you tried Helix?

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

      Helix deez 🌰🥜
      😂😂😂

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

    Neovim

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

    If you rather start using Helix (awesome vim alternative) instead of neovim you notice that you don't have to install plugins and also not config anything. All the best default are included and set up for you. You only need to make sure you have the language servers you need installed (if you haven't already). Command structure is not an afterthough and you don't need to figure them out yourself. The commands are beautifully structured and available from the start. And it is fast! Written in rust and scheme.

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

      Tried to make kakoune work for me a few years ago, couldn’t get used to the motion before verb thing so Helix wouldn’t be for me, specially considering that it is its bespoke thing, not even 100 consistent with kakoune bindings.
      Seems like a lot of effort for such a niche inside a niche…
      Feels like a bad Neovim distro to me.

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

    Helix is really cool too

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

      🧬 deez 🔩 🔩
      😂😂😂😂

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

    dude your traps became bigger, congrats

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

    I wish there was kickstart for emacs. Space/doom do too much, and starting from scratch it extremely daunting.

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

    what about helix

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

    When I use your tool my whole explorer gets turned off, my back screen for my desktop and my taskbar.

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

    Cool

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

    Using spacevim btw ;)

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

    I was going to say "vim" jokingly based on the thumbnail. And i wasn't too far off, ha!

  • @owlenderg
    @owlenderg Před 8 měsíci +1

    I read the thumbnail as Meowim and now I'm sad
    ...Time to make a fork of it called Meowim

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

      missed opportunity for sure!

    • @jmbuhr
      @jmbuhr Před 8 měsíci +2

      Or at least a plugin that makes a cool welcome screen with random ascii-art cats

  • @MW-mn1el
    @MW-mn1el Před 8 měsíci +1

    The best terminal editor is Helix.

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

    The TitusAgen

  • @CommanDOH-JKU
    @CommanDOH-JKU Před 8 měsíci +5

    Thanks for the Content, but I'm a hardcore VSCodium user. All the benefits of VS Code, without the Micro$oft, call home, and spy data...

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

    I use micro as my daily editor

  • @Fred2-123
    @Fred2-123 Před 8 měsíci +2

    Emacs for the primary editor. Nano for simplicity.

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

    But does it have copilot?

  • @tamtonaquib
    @tamtonaquib Před 8 měsíci +1

    mj was the original author of kickstart, too bad he went away and tj took it up

  • @makkar.ankush
    @makkar.ankush Před 8 měsíci +1

    I'm a 3 year student and still didn't understand this ✨

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

    Tu préfère Windows ou Linux ?

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

    Ага, и всё сохранённое время ты потратиш на конфигурирование NeoVim-а )))

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

    any tool is great as long as you know it well

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

    Neo-Euw...

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

    Hello Chris, New AltasOS v0.3.1 is out, can u check it for us? Thx! Ecellent content as always!

    • @ChrisTitusTech
      @ChrisTitusTech  Před 8 měsíci +1

      Yeah I'll check it out. I've been meaning to revisit the project.

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

    I wanted to try it out now as I am always confused by vim. Well, I am not a pro in Linux at all but have some VMs running and few 3dPrinters with Debian . On Debian 12, neovim 0.7.4 is in the repos. I tried the installation script and the first thing it says LUA requires neovim >0.8.0. That is very frustrating and the main reason why Linux is still not mainstream. Many things do not "just work". This is frustrating. Very often, trying somthing out "quickly" as I saw it in a youtube tutorial ends in hours of fiddling around with settings, dependencies and stuff. Windows, no matter which version, might not be as mighty as linux, or as fancy as Linux, but it "just works". As long as there are literally hundreds of different Linux distributions and each one does something different than the other, Linux will never gain big market shares and will stay a niche product. Linux distributions are not competing against Windows or MacOS, they are mainly competing against other Linux distributions. Sorry for this comment, but I got very frustrated at the moment.

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

      Debian is notoriously known for having out of date packages, its part of their schtick for being a super stable distribution.

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

    Beginners should start with NeoVim Kickstart project

  • @blade8880
    @blade8880 Před 8 měsíci +2

    finally an emacs video

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

    Hi, please make a Bitcoin Update video ❤

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

    omg ubuntu 23.10 software update tool destroys usb stick live boot data partition

  • @IncomingLegend
    @IncomingLegend Před 8 měsíci +2

    nah, bro... Imma stick with my vscode since things usually work out of the box and I don't have to write config files in Lua... there are plenty of shortcuts, keybindings and even keymappers so that you can use even vim commands or whatever...

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

    If it contains "vim" in the title, then it's not the best.😀😀

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

    emacs >

  • @vanjastojiljkovic4494
    @vanjastojiljkovic4494 Před 8 měsíci +1

    Nisi ti kriv.

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

    no thanks I'll stick to vscode lol

  • @dgm3985
    @dgm3985 Před 8 měsíci +1

    I opened the video thinking I was going to see a wonderful mansplaining about Emacs (the true and only superior editor)

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

    nano is superior

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

    emacs is the best os not vim

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

    editor is not to much important if you dont know how to program and make code like professional programmers lol

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

    Everything arounnd neovim is cumbersom!!! As a seriouse dev. You wouldnt waste your time with it. You need a solid ecosystem and not a thing you struggle around half the time to config it insteat to dev. And i m rly sad to tell while im searching to get rid of microsoft stuff. But atm. There are no srs competitor to vscode!

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

    Emacs is better ...period !

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

    You clearly never tried emacs and learned lisp

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

      One does not simply "try emacs" hehe. I've messed around a bit with org mode and few things, but haven't taken the full plunge yet.

  • @JasonShi-xc7nu
    @JasonShi-xc7nu Před 8 měsíci +4

    emacs better

  • @WaynoGur
    @WaynoGur Před 8 měsíci +3

    Vim is overly complicated with esoteric command structures. nano and gedit work well with almost a zero learning curve. Hard pass.

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

      It is not complicated for the sake of it, it is a better and faster experience to edit after learning the basic motions.
      Don’t even need to switch to vim to get 70-80 percent of the benefits of it, just need to learn vim motions.

  • @dongct2504
    @dongct2504 Před 8 měsíci +1

    stick with vscode and nano...

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

    Kick Start

  • @hodicha
    @hodicha Před 8 měsíci +2

    I wish there was a neovim based on JavaScript and not Lua. Even python would do it. It’s just no one wants to learn useless language and waste so much time.