chore: add no wrap to nixvim

This commit is contained in:
Mohammad Rafiq 2025-03-08 06:19:07 +08:00
parent f4d2b8d2c2
commit 5593254a24

View file

@ -17,6 +17,7 @@
number = true; number = true;
relativenumber = true; relativenumber = true;
termguicolors = true; termguicolors = true;
wrap = false;
}; };
clipboard.providers.wl-copy.enable = true; clipboard.providers.wl-copy.enable = true;