mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
feat: .gitignore removed
fix: tests
This commit is contained in:
parent
d54aeda370
commit
54bac309d1
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
lua/solarized/utils/test.lua
|
||||
7
lua/solarized/utils/test.lua
Normal file
7
lua/solarized/utils/test.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
local M = {}
|
||||
|
||||
function M.to_hex(decimal)
|
||||
return string.format('#%06x', decimal)
|
||||
end
|
||||
|
||||
return M
|
||||
Loading…
Reference in a new issue