From f33c70176cd078c6e1c189b9c2a61089422129c9 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Mon, 8 Sep 2025 19:09:10 +0200 Subject: Enforce code style, reformat project Signed-off-by: Filip Wandzio --- src/drw/drw.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/drw/drw.h') diff --git a/src/drw/drw.h b/src/drw/drw.h index e645d43..88308ab 100644 --- a/src/drw/drw.h +++ b/src/drw/drw.h @@ -1,29 +1,29 @@ /* See LICENSE file for copyright and license details. */ typedef struct { - Cursor cursor; + Cursor cursor; } Cur; typedef struct Fnt { - Display *dpy; - unsigned int h; - XftFont *xfont; - FcPattern *pattern; - struct Fnt *next; + Display *dpy; + unsigned int h; + XftFont *xfont; + FcPattern *pattern; + struct Fnt *next; } Fnt; enum { ColFg, ColBg, ColBorder }; /* Clr scheme index */ typedef XftColor Clr; typedef struct { - unsigned int w, h; - Display *dpy; - int screen; - Window root; - Drawable drawable; - GC gc; - Clr *scheme; - Fnt *fonts; + unsigned int w, h; + Display *dpy; + int screen; + Window root; + Drawable drawable; + GC gc; + Clr *scheme; + Fnt *fonts; } Drw; /* Drawable abstraction */ -- cgit v1.2.3 >commitdiffstats
Commit message (Collapse)AuthorFilesLines
2025-10-30Fix lsp for moden nvim apiHEADmasterFilip Wandzio1-238/+135
Signed-off-by: Filip Wandzio <contact@philw.dev>
2025-10-12Ensure nvim v3.0.0 LSP api complianceFilip Wandzio2-15/+46
2025-10-03Move back to markdownFilip Wandzio1-0/+0
2025-09-09Fix theme switching, optimize plugins, rewrite nested logicFilip Wandzio1-68/+107
Signed-off-by: Filip Wandzio <contact@philw.dev>
2025-09-09Style the completion window to match the minimal settings, adjust color ↵Filip Wandzio2-79/+83
scheme, rewrite vexplore function Signed-off-by: Filip Wandzio <contact@philw.dev>
2025-08-18Migrate readme to txtphilw2-117/+117
Signed-off-by: philw <contact@philw.dev>
2025-08-18Unify the colorscheme with Xresourcesphilw1-1/+4
Signed-off-by: philw <contact@philw.dev>
2025-04-10fix: Resolve unexpected netrw behaviorphilw1-4/+1
To this day, netrw was always in split mode after opening the file. Now the split is removed, leaving remaining text buffer. Additionally, below are minor fixes: - Removed redundant comments in ToggleVExplorer() - Keybindings have been refactored to follow unified code style
2025-04-10feature: Implement keybindings related to lsp\n\n- Jump to definition is ↵philw1-95/+75
allowed by pressing leader+d\n- Custom code actions can be invoked with leader+ca\n- Additionally, the LSP server setup was refactored
2025-04-09Format filephilw1-93/+107
Signed-off-by: philw <dscr@duck.com>
2025-04-09Optimize nvim configphilw2-73/+46
Signed-off-by: philw <dscr@duck.com>
2025-04-09Update nvim configphilw1-3/+3
Signed-off-by: philw <dscr@duck.com>
2025-04-09feature: Add terminal mode keybindingsphilw1-0/+9
Signed-off-by: philw <dscr@duck.com>
2025-03-28Enable transparent background for presentationsphilw1-2/+2
2025-03-28Enable colorscheme changesphilw1-38/+53
2025-03-27Update nvim configphilw2-1/+5
2025-03-27Update config for rust pluginsphilw1-57/+52
2025-01-15Rewrite autopairs featurephilw2-11/+28
2025-01-14Replace autopairs with minipairsphilw1-7/+3
2025-01-13Rewrite latex formattingphilw1-12/+5
2025-01-13Remove old picturephilw1-3/+0
2025-01-13Update readmephilw1-47/+103
2025-01-13Rewrite config in pure luaphilw5-200/+212
2025-01-13Update configphilw8-405/+212
2025-01-11Remove redundant deps, rewrite file treephilw2-68/+129
2024-11-20update initphilw1-0/+3
2024-10-06Enable terminal toggle keybindphilw1-1/+2
2024-05-10Enable lspsaga's floating window opacityphilw1-0/+3
2024-05-07Update README.mdphilw1-2/+2
2024-05-07Update colorschemephajw1-9/+23
2024-05-07Increase document traversal speedphajw1-5/+11
2024-04-30Update readmephilw1-1/+2