Skip to content

Commit

Permalink
Fix bug of RemoveTabs command
Browse files Browse the repository at this point in the history
  • Loading branch information
getty104 committed Feb 12, 2024
1 parent 80068c1 commit fb80cf8
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 fb80cf8

Please sign in to comment.