From 8554195d7b1cf36fc3cf50a6d3d4c0323faa623d Mon Sep 17 00:00:00 2001 From: nullchilly Date: Thu, 14 Jul 2022 16:49:09 +0700 Subject: [PATCH] chore(readme): Fix lua highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bffc745..32a0985 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ Catppuccin provides these commands to work with the catppuccin compiler. It's recommended to add `:CatppuccinCompile` to run everytime you update your config. For example: -``` +```lua use { "catppuccin/nvim", as = "catppuccin", @@ -329,7 +329,7 @@ use { To auto-compile catppuccin after `:PackerCompile`, create an autocmd: -``` +```lua vim.api.nvim_create_autocmd("User PackerCompileDone", { pattern = "*", callback = function()