Files
dotfiles/nvim/lua/plugins/xtract.lua
2023-08-05 08:31:51 +02:00

6 lines
119 B
Lua

-- Extract the selection into a new file
-- https://github.com/rstacruz/vim-xtract
return {
"rstacruz/vim-xtract",
}