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

@cryptomilk #neovim have some great distributions but I still think that if you want to start with Neovim, start with creating your own config. Because it'll force you to not only use it but also learn it 😊.

#lazyvim #spacevim #astrovim #NvChad

@asltf If you don't have experience with #neovim then how are you going to code in it (you could still do it, after all it's just a text editor, but not productively). You should at least need to know how it is configured. You could use existing distributions like, #NvChad, #lazyvim, #astrovim, #spacevim, etc. Or, if you got time, create your own config -> https://youtube.com/playlist?list=PLsz00TDipIffreIaUNk64KxTIkQaGguqn
Before you continue to YouTube

Although there are some fantastic #Neovim distributions out there (like #lazyvim, #nvchad, #astrovim, etc.) that provides everything out of the box but, I still prefer creating my own config. It makes me feel that everything I do is in my own control, every plugin, every keymap.

What y'all think about this ?

Mille mercis à @vjousse pour le tuto "Tutoriel : configurer Neovim comme IDE/éditeur de code à partir de zéro" https://vincent.jousse.org/blog/fr/tech/configurer-neovim-comme-ide-a-partir-de-zero-tutoriel-guide/

Je crois qu'il va être le point me permettant de boucler la boucle .. ლ(´ڡ`ლ)

En effet, si #nvchad est pratique et incite à se lancer, il ne permet pas de comprendre les rouages de la config de #neovim et, donc, un peu contraire à l'esprit hérité de #vi , #vim

So happy ʘ‿ʘ

#neovim #mouseless #editor

Tutoriel : configurer Neovim comme IDE/éditeur de code à partir de zéro

[!NOTE] ✅ Mise à jour du 08/06/2025 : utilisation des dernières fonctionnalitée de Neovim pour la configuration des LSP. Le commit avec le détail est disponible sur Github. Vous avez envie d'utiliser Neovim mais ne savez pas par où commencer ? Vous voulez comprendre ce que vous faites au lieu d'utiliser des configurations déjà toutes prêtes ? Vous n'avez aucune idée de comment faire du Lua ou ne savez même pas pourquoi vous devriez ? Cet article est fait pour vous !

Vincent Jousse

Perso, malgré #nvchad, les vidéos de "From 0 to IDE in NEOVIM from scratch | FREE COURSE" de "typecraft" (vues en 5/6) sont quand même recommandées pour découvrir les plugins, lua, ...

Bon, je vous laisse ..

Je dois prendre en main le bousin, car j'ai du code qui m'attend ʘ‿ʘ

#neovim #mouseless #editor

8/6

Bon après, comme on dit, pas besoin de réinventer la roue, même pas de la réaligner.

On peut se la jouer easy avec #nvchad https://nvchad.com/ pour une #config complète et bien réfléchie.

- Nombre de plugins limités aux must-have plugins ;
- Une arborescence aux petits oignons ;
- Une doc qui tient la route

et un all-in-one pret à l'emploi

What else ?

#neovim #mouseless #editor

7/6

NvChad

Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your Neovim experience.

Ce qui se conçoit bien se configure aisément et la syntaxe pour l'écrire arrive promptement ..

Une playlist pour comprendre ce que #NvChad fait très bien pour nous : la config #Lua de #neovim !

#neovim #mouseless #editor

5/6

https://www.youtube.com/playlist?list=PLsz00TDipIffreIaUNk64KxTIkQaGguqn

Before you continue to YouTube

@humblehacker

So you want #neovim to be a full fledged IDE!

Everytime I hate fighting with #vim and #lua,
#NvChad has my back with things pack up pretty well sane defaults.
(+ a shit ton of themes 😄)

The only prebaked nvim I could stick with.
No doubt it's for you tooooo. 😉

https://nvchad.com/

NvChad

Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your Neovim experience.

Could not wait to get home to do #adventofcode
So I tried to setup my usual environment on my phone. But it seems this is not completely supported rn #termux #NvChad #rust