From 62932e9d6656a56644854a6d47ed558aa10ad40a Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 15 Aug 2023 03:33:40 +0200 Subject: [PATCH] readme improved setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ff7a61..4ee31dc 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add the following line into the function `return require("lazy").setup({})` to l 'tiyn/tccs.nvim', config = function() require('tccs').setup() - require('tccs').load() + vim.cmd('colorscheme tccs') end }, ```