From c332d457fcc3217dd782961e297f67d5bf8bcba5 Mon Sep 17 00:00:00 2001 From: max397574 Date: Tue, 16 Nov 2021 18:03:13 +0100 Subject: =?UTF-8?q?fix(readme):=20=F0=9F=90=9Buse=20org=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 4ed04e9..f57090c 100644 --- a/readme.md +++ b/readme.md @@ -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 = {

-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 --------------- -- cgit v1.2.3