Skip to content

Commit

Permalink
Update swap folder deletion.
Browse files Browse the repository at this point in the history
miltonllera committed Apr 21, 2023
1 parent 1a57c8c commit c449dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/commands.lua
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ vim.cmd [[autocmd BufWritePre * %s/\s\+$//e ]]

-- Swap folder
vim.cmd('command! ListSwap split | enew | r !ls -l ~/.local/share/nvim/swap')
vim.cmd('command! CleanSwap !rm -rf ~/.local/share/nvim/swap/')
vim.cmd('command! CleanSwap !rm -rf ~/.local/state/nvim/swap/')

-- Open help tags
vim.cmd("command! HelpTags Telescope help_tags")

0 comments on commit c449dde

Please sign in to comment.