This website requires JavaScript.
Explore
Help
Sign In
yannickreiss
/
nvim-sourcer
Watch
1
Star
0
Fork
You've already forked nvim-sourcer
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
617fbea06b
nvim-sourcer
/
lua
/
sourcer
/
init.lua
10 lines
103 B
Lua
Raw
Blame
History
local
M
=
{
}
function
M
.
lookup
(
)
local
keywords
=
vim.fn
.
getreg
(
"
*
"
)
print
(
keywords
)
end
return
M
Reference in New Issue
View Git Blame
Copy Permalink