File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ There are a number of options available to configure `salesforce.nvim`. See the
114114``` lua
115115require (" salesforce" ).setup ({
116116 debug = {
117- to_file = false ,
118- to_command_line = false ,
117+ to_file = false , -- Can also be toggled with :SalesforceToggleLogFileDebug
118+ to_command_line = false , -- Can also be toggled with :SalesforceToggleCommandLineDebug
119119 },
120120 popup = {
121121 -- The width of the popup window.
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ function Config:new()
77 -- default config values
88 o .options = {
99 debug = {
10- to_file = false ,
11- to_command_line = false ,
10+ to_file = false , -- Can also be toggled with :SalesforceToggleLogFileDebug
11+ to_command_line = false , -- Can also be toggled with :SalesforceToggleCommandLineDebug
1212 },
1313 popup = {
1414 -- The width of the popup window.
You can’t perform that action at this time.
0 commit comments