From bab9857c493868f8557cb2e86c775842d28ae6ac Mon Sep 17 00:00:00 2001 From: serxoz Date: Mon, 4 Jul 2022 11:17:04 +0200 Subject: [PATCH] Readme - install instructions --- nvim/README.md | 9 +++++++++ nvim/custom/plugins/init.lua | 1 + 2 files changed, 10 insertions(+) diff --git a/nvim/README.md b/nvim/README.md index ed8a136..53eb427 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -1 +1,10 @@ custom config files for nvchad + +## First run +In order to install nvchad pluggins and custom ones you must follow: +- sh install.sh +- :q +- exec nvim +- :PackerSync +- :q +- now it must work fine diff --git a/nvim/custom/plugins/init.lua b/nvim/custom/plugins/init.lua index 182c77f..aa63082 100644 --- a/nvim/custom/plugins/init.lua +++ b/nvim/custom/plugins/init.lua @@ -1,6 +1,7 @@ return { -- ['nvim-lua/plenary.nvim'] = {}, ['ThePrimeagen/harpoon'] = { + module = "harpoon", ft = "harpoon", config = function() require "custom.plugins.harpoon"