From 3c1ee01c9fa7351d1e7c224a30a1e12a7afce01e Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 14 Aug 2023 06:10:56 +0200 Subject: [PATCH] Readme: fixed languages --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bc117f..5ff7a61 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Other plugin managers can be used too - the setup has to be adapted accordingly Add the following line into the function `return require("lazy").setup({})` to load the plugin. -```vim +```lua { 'tiyn/tccs.nvim', config = function() @@ -56,7 +56,7 @@ For LuaLine support add the following lines in in the same way of the previous c ### Options -```vim +```lua -- Enable transparent background transparent = true,