From 8afbe57aad4eb068750bfe2f3d4a23f095a319b0 Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 14 Mar 2024 22:50:07 +0800 Subject: [PATCH] Tip for (neo)vim users editing user_options.js --- .config/ags/user_options.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/ags/user_options.js b/.config/ags/user_options.js index b23d80ed0..41bede1ac 100644 --- a/.config/ags/user_options.js +++ b/.config/ags/user_options.js @@ -1,6 +1,8 @@ const userConfigOptions = { - // For every option, see ~/.config/ags/modules/.configuration/user_options.js (vscode users ctrl+click this file://./modules/.configuration/user_options.js) + // For every option, see ~/.config/ags/modules/.configuration/user_options.js + // (tip4vscode: `ctrl+click` this: file://./modules/.configuration/user_options.js) + // (tip4vim: `:vsp` to split window, move cursor to this path, press `gf`. `Ctrl-w` twice to switch between) // Options listed in this file will override the default ones in the above file // Here's an example 'keybinds': { @@ -12,4 +14,4 @@ const userConfigOptions = { }, } -export default userConfigOptions; \ No newline at end of file +export default userConfigOptions;