Skip to content

Commit 97e4755

Browse files
committed
docs(readme): update lazy snippet in quick setup section
1 parent 10f03fb commit 97e4755

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ Example using `lazy.nvim`:
8686
'nvim-telescope/telescope.nvim', -- optional
8787
},
8888
branch = '2.x.x', -- recommended
89+
init = function() -- Optional, see Advanced configuration.
90+
vim.g.haskell_tools = {
91+
-- ...
92+
},
93+
end,
8994
}
9095
```
9196

0 commit comments

Comments
 (0)