Skip to content

Commit 6aa4019

Browse files
committed
feat: Added missing Config fields as placeholders.
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
1 parent a924d89 commit 6aa4019

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

lua/types/config/init.lua

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,25 @@
104104
---|"WindowsSymbols" like WindowsLong but using a logo for the Win key
105105

106106
---@class Config
107+
-- TODO: Finish
108+
---@field cell_widths? table
109+
---@field char_select_font? FontAttributes|FontFamilyAttributes
110+
---@field command_palette_font? any
111+
---@field command_palette_rows? any
112+
---@field cursor_thickness? any
113+
---@field default_ssh_auth_sock? any
114+
---@field font_antialias? any
115+
---@field font_hinting? any
116+
---@field font_rules? any
117+
---@field macos_fullscreen_extend_behind_notch? any
118+
---@field mux_enable_ssh_agent? any
119+
---@field notification_handling? any
120+
---@field pane_select_font? any
121+
---@field quick_select_remove_styling? any
122+
---@field reverse_video_cursor_min_contrast? any
123+
---@field show_close_tab_button_in_tabs? any
124+
---@field text_min_contrast_ratio? any
125+
---@field window_content_alignment? any
107126
-- When combined with `window_background_opacity`, enables background blur
108127
-- using the KDE Wayland blur protocol.
109128
--

0 commit comments

Comments
 (0)