Skip to content

Commit

Permalink
Fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
primeapple committed Nov 8, 2024
1 parent 47e4230 commit 68e17d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Here is an example that disables auto-save for specified file types:
if vim.list_contains({ "sql" }, filetype) then
return false
end
return false
return true
end
}
```
Expand Down

0 comments on commit 68e17d8

Please sign in to comment.