Tip for (neo)vim users editing user_options.js

This commit is contained in:
clsty
2024-03-14 22:50:07 +08:00
parent 3e0938e597
commit 8afbe57aad
+4 -2
View File
@@ -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;
export default userConfigOptions;