Skip to content

Commit

Permalink
Improve doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eero-lehtinen committed Dec 19, 2024
1 parent 4cd8167 commit 3249bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ local default_opts = {
-- Download Rust binaries automatically.
auto_download = true,

-- Use the Windows version of the app on WSL instead of trying through WSLg,
-- which seems unreliable.
-- Use the Windows version of the app on WSL instead of using unreliable WSLg.
wsl_use_windows_app = true,

log_level = vim.log.levels.INFO,
Expand Down
3 changes: 1 addition & 2 deletions lua/oklch-color-picker/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ local default_opts = {
-- Download Rust binaries automatically.
auto_download = true,

-- Use the Windows version of the app on WSL instead of trying through WSLg,
-- which seems unreliable.
-- Use the Windows version of the app on WSL instead of using unreliable WSLg.
wsl_use_windows_app = true,

log_level = vim.log.levels.INFO,
Expand Down

0 comments on commit 3249bb4

Please sign in to comment.