Files
dotfiles/config/nvim/lua/plugins/xtract.lua
2024-08-09 12:27:45 +02:00

6 lines
119 B
Lua

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