This website requires JavaScript.
Explore
Help
Register
Sign In
nix
/
sloth-flake.nvim
Watch
1
Star
0
Fork
You've already forked sloth-flake.nvim
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
29e8841a3d
sloth-flake.nvim
/
lua
/
sloth-flake
/
utils.lua
8 lines
97 B
Lua
Raw
Blame
History
local
M
=
{
}
function
M
.
error
(
...
)
vim.api
.
nvim_err_writeln
(
string.format
(
...
)
)
end
return
M
Reference in New Issue
View Git Blame
Copy Permalink