Skip to content

Commit

Permalink
Merge pull request #2 from getty104/fix-bug-of-remove-tab
Browse files Browse the repository at this point in the history
Fix bug of RemoveTabs command
  • Loading branch information
getty104 authored Feb 12, 2024
2 parents 80068c1 + fb80cf8 commit 557ddea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/air-duster/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ M.setup = function(_args)
})

vim.api.nvim_create_user_command("RemoveTabs", function()
api.remove_trailing_white_spaces()
api.remove_trailing_tabs()
end, {
desc = "Remove trailing tabs",
})
Expand Down

0 comments on commit 557ddea

Please sign in to comment.