mirror of
https://github.com/zoriya/flake.git
synced 2026-06-03 10:57:13 +00:00
Enable wrap
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user