This directory houses a collection of compact, commonly utilized patches
designed for various environments. These modifications are straightforward and
don't require separate branch management (unlike the vscode
branch used for
vscode-neovim
configurations). For organizational simplicity, all patches are
consolidated in this single directory.
minimal-enabled-lsp.patch
: Enables a minimal set of LSPs for usage.extended-jk-as-esc-waiting-period.patch
: Extends the waiting period for interpretingjk
as theEsc
key. In environments with slower response times (e.g., under an SSH connection), the default100ms
timeout may be insufficient to register theEsc
key correctly when typingjk
in quick succession. This patch adjusts the waiting period to accommodate such conditions.nixos/run-yarepl-under-fhs.patch
: Adapts REPL commands to operate within a customized FHS environment under NixOS. Apply this patch in conjunction with the nix configuration file from thedist/nixos
module.