neovim: install better-escape, mash jk for <esc>

This commit is contained in:
John Bowdre 2025-01-02 17:30:51 -06:00
parent 3f043328be
commit 69100ba2a5
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -37,6 +37,8 @@
enable = true;
userDefaultOptions.names = false;
};
better-escape.enable = true;
};
extraPlugins = with pkgs.vimPlugins; [ salt-vim ];