add nvim-surround

This commit is contained in:
jacekpoz 2024-06-15 21:26:42 +02:00
parent 7253a7c016
commit 61451c3606
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -155,6 +155,10 @@ in {
motion.leap.enable = true;
preview.markdownPreview.enable = true;
# TODO settings.theme = "dark";
surround = {
enable = true;
useVendoredKeybindings = true;
};
};
visuals.fidget-nvim.enable = true;