nvim/lua/plugins_disabled/autoswap.lua
2023-06-07 03:19:56 -05:00

7 lines
221 B
Lua

-- Disabled this because of undotree, turniung off swap files entirely, adding in undo tree history instead
return {
"gioele/vim-autoswap",
commit = "e587e4b14a605d8921942ba65a37583813289272",
event = "BufEnter",
}