mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-17 23:16:48 +00:00
add self funcs
This commit is contained in:
5
nvim/lua/funcs.lua
Normal file
5
nvim/lua/funcs.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local fn = vim.fn
|
||||
|
||||
function GetPath()
|
||||
fn.setreg('+', fn.getreg('%'))
|
||||
end
|
||||
Reference in New Issue
Block a user