diff options
author | max397574 <[email protected]> | 2021-11-09 09:08:34 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-09 09:08:34 +0100 |
commit | 057100c782754eef102a5062785f731d75996859 (patch) | |
tree | 42d4ba9e832a089ab47a522dfcd0135d49d68ab2 /readme.md | |
parent | 5c6b7f817c88d1abf0ff96356fbe61d3cde66f7b (diff) |
docs(readme): 📚fixed typo and creadits to binx
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -47,7 +47,7 @@ use { "max397574/startup.nvim", requires = {"nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim"}, config = function() - require"starup".setup(require"configs.startup") -- recommended to use a file for this + require"startup".setup(require"configs.startup") -- recommended to use a file for this end } ``` @@ -286,6 +286,10 @@ Check out the [themes](https://github.com/max397574/startup.nvim/tree/dev/lua/st Credits ------- + +- Thanks to Binx, for making that logo for free! + - [Github](https://github.com/Binx-Codes/) + - [Reddit](https://www.reddit.com/u/binxatmachine) Similar plugins: * [dashboard-nvim](https://github.com/glepnir/dashboard-nvim) * [alpha-nvim](https://github.com/goolord/alpha-nvim) |