Enable wrap

This commit is contained in:
2025-01-15 22:20:43 +01:00
parent e8380a8302
commit e9a2cb3b68
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -111,8 +111,6 @@ in {
];
};
};
# Default target is graphical-session-pre.target which comes too early to work.
systemd.user.services.hypridle.Unit.After = ["graphical-session.target"];
systemd.user.services.polkit-gnome-authentication-agent-1 = {
Unit = {
+1 -1
View File
@@ -16,7 +16,7 @@ vim.opt.cursorline = true
vim.opt.splitright = true
vim.opt.splitbelow = true
vim.opt.wrap = false
vim.opt.wrap = true
vim.opt.foldlevelstart = 99
vim.opt.linebreak = true
vim.opt.shiftwidth = 4