new waybar skeleton done, beginning work on CSS theme

This commit is contained in:
pagedmov
2024-10-21 05:05:43 -04:00
parent 0cfcd2e414
commit 4f39e0f7c5
5 changed files with 148 additions and 433 deletions

View File

@@ -26,7 +26,7 @@
desc = "Load previous session window settings for the opened file (folds, cursor pos, etc)";
}
{
command = "setlocal textwidth = 135";
command = "setlocal textwidth=135";
event = ["BufWinEnter" "BufEnter"];
pattern = ["*.md" "*.wiki" "*.txt"];
desc = "Set automatic linebreaks in plain text file formats";