Neovim in 100 Seconds

Neovim is a fork of the keyboard-based text editor Vim. It is focused on extensibility and integrates the Lua programming language for easier scripting. #pro...

YouTube

@mrmasterkeyboard Q: You also intent to implement #neovim-like #Lua support in lieu of #VimScript?

Cuz I shure as hell would consider adding that (and maybe an #nvChad-like config) to @OS1337 's package wishlist.

pkgs/docs/WISHLIST.tsv at main · OS-1337/pkgs

OS/1337 Package Repository. Contribute to OS-1337/pkgs development by creating an account on GitHub.

GitHub

@reiddragon problem is that allegedly #vim also does the same, not only #neovim.

  • Maybe someone will just yeet all the #claude commits and do a nvim-ng or nouveauvim instead?
    • Cuz personally I think the ability to turn it into a real #CLI / #TUI-based #IDE with #Lua instead of #VimScript really made it nice.

Espechally with #nvChad being a nice default…
https://www.youtube.com/watch?v=c4OyfL5o7DU

#OS1337 #NoAI #AntiAiAction #NoSlop #Enshittification #AI #AIslop

Neovim in 100 Seconds

Neovim is a fork of the keyboard-based text editor Vim. It is focused on extensibility and integrates the Lua programming language for easier scripting. #pro...

YouTube

@jack consider #neovim / #nvchad or just back to the basics with #nano & #ne?

  • Or grab' yourself #toybox's #vi implementation for maximum "rawdogging"...

@alina personally I can also recommend good #CLI tools that just work.

And many more.

@landley @pierogiburo yes and that it does good.

Being brutally simple to the point of gutting functionality is a desireable goal for it's target useage.

  • And lets be honest the people using #toybox' vi are not the people that rice #neovim way beyond #NvChad - or at least they don't use them on the same system!

@NAB show him #NvChad and let him rice the shit out of his #Linux.

  • And if that's not enough, point him at @OS1337
Neovim in 100 Seconds

Neovim is a fork of the keyboard-based text editor Vim. It is focused on extensibility and integrates the Lua programming language for easier scripting. #pro...

YouTube

Anyone using #NvChad and writing in Dutch? You may have come across the peculiar behaviour of #Neovim exiting Insert mode when typing the letters j, and k, consecutively. Pretty annoying when using the -(e)lijk suffix (e.g. begrijpelijk, namelijk, wezenlijk), which is pretty common in Dutch.

I found the following line in ~/.config/nvim/lua/mappings.lua to be the culprit: map("i", "jk", "<ESC>")

You can either comment out or remove that line. Hope that helps.

NvChad Insert mode 'jk' mapping interfering with Dutch '-(e)lijk' suffix

Anyone using NvChad and writing in Dutch? You may have come across the peculiar behaviour of Neovim exiting Insert mode when typing the letters j, and k, consecutively. Pretty annoying when using the -(e)lijk suffix (e.g. begrijpelijk, namelijk, wezenlijk), which is pretty common in Dutch. I found the following line (8) in ~/.config/nvim/lua/mappings.lua to be the culprit: 1 2 3 4 5 6 7 8 9 10 require "nvchad.mappings" -- add yours here local map = vim.keymap.set map("n", ";", ":", { desc = "CMD enter command mode" }) map("i", "jk", "<ESC>") -- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")

Guido Kroon

@macasieb @ret also we're talking about @jetbrains and I'm talking about companies with 25+ employees having the entire #JetBrains suite (or at the very least #IntelliJ / #IntellijIDEA) fully licensed for everyone (except HR & accounting cuz they don't need it, so about 23+ licenses!)...

  • We're talking ~ € 11,5k list pricing PER YEAR and I'm pretty shure the 'Enterprise Site Licensing' (requiring workers to #VPN into the HQ or else the Software refuses to start!) will still be 5 digits (as it's a pay-as-you-go "volume" licensing that automatically authorizes systems, in exchange for not having to manually fiddle with license keys...)

Mind you they do a lot of big corporate projects that they get paid for secrecy (not as in MIL/INTEL, but like 7+ digit fines if they were to leak that they're doing a project for [redacted] and get paid extra to not be credited kinda thing), so it's kinda a big no-no for these people.

  • Espechally since they're willing to pay for it. I could rationalize it if this was a "Freemium" thingy and like pirated #Windows10 / #Windows11 (which locks the customization and adds a transparent "please activate" overlay) were to forcibly opt-in on that feature if one doesn't license the Software...

But it's just not acceptable for #CCSS.

  • In fact, this loss of trust will enshure that I'll never buy their stuff and keep abusing #PyCharm or migrate to #VScodium if not #neovim ( #NvChad ) down the line...
Neovim in 100 Seconds

Neovim is a fork of the keyboard-based text editor Vim. It is focused on extensibility and integrates the Lua programming language for easier scripting. #pro...

YouTube