diff options
| author | ame <[email protected]> | 2024-10-22 23:55:40 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-10-22 23:55:40 -0500 |
| commit | 258dfc41ff24e2fba9e90e6a015274103d40ea4d (patch) | |
| tree | 8f66a112cb9e3fa3d3d77195214de57ae4e7608a /plugin | |
| parent | 6d322cff3f3ba0f58ada2656d365e77f10b4b292 (diff) | |
fixes
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/0-tangerine.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/0-tangerine.lua b/plugin/0-tangerine.lua index a47ac1b..0f0570d 100644 --- a/plugin/0-tangerine.lua +++ b/plugin/0-tangerine.lua @@ -32,6 +32,7 @@ end -- for git head bootstrap("https://github.com/udayvir-singh/hibiscus.nvim") +bootstrap("https://github.com/udayvir-singh/tangerine.nvim") require'tangerine'.setup{ compiler = { |
