Files
dotfiles/nix/home/neovim/nvim/lua/plugins/xtract.lua
2024-07-31 11:36:56 +02:00

6 lines
119 B
Lua

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