diff options
author | max397574 <[email protected]> | 2021-11-16 18:03:13 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-16 18:03:13 +0100 |
commit | c332d457fcc3217dd782961e297f67d5bf8bcba5 (patch) | |
tree | 0e65527d981c1d9b5965be5aad456eda91a20d1d | |
parent | b01d39380ea3b43544f1407e7e8f19054b6e9d44 (diff) |
fix(readme): 🐛use org name
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ For the default setup telescope.nvim is needed. -- lua and packer.nvim use { - "max397574/startup.nvim", + "startup-nvim/startup.nvim", requires = {"nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim"}, config = function() require"startup".setup() @@ -44,7 +44,7 @@ It is recommended to use a file in the setup function. This can be done like thi -- lua and packer.nvim use { - "max397574/startup.nvim", + "startup-nvim/startup.nvim", requires = {"nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim"}, config = function() require"startup".setup(require"configs.startup") -- recommended to use a file for this @@ -271,7 +271,7 @@ content = { </p> </details> -Check out the [themes](https://github.com/max397574/startup.nvim/tree/master/lua/startup/themes) for full examples. +Check out the [themes](https://github.com/startup-nvim/startup.nvim/tree/master/lua/startup/themes) for full examples. 👀Screenshots --------------- |