From 052c0d0a75efb161d0aa5c8fa623a516475c8c19 Mon Sep 17 00:00:00 2001 From: nullchilly Date: Sat, 16 Jul 2022 12:23:00 +0700 Subject: [PATCH] chore(readme): Revert vim syntax highlighting because its terrible --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 425ca1a..9229161 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ use { run = "CatppuccinCompile", } -# Create an autocmd `User PackerCompileDone` to update it every time packer is compiled: +-- Create an autocmd `User PackerCompileDone` to update it every time packer is compiled: vim.api.nvim_create_autocmd("User", { pattern = "PackerCompileDone", callback = function() @@ -352,7 +352,7 @@ vim.api.nvim_create_autocmd("User", { **Vim-plug** -```vim +```bash # It's recommended to add `:CatppuccinCompile` to post-install/update hooks Plug 'catppuccin/nvim', {'as': 'catppuccin', 'do': 'CatppuccinCompile'} # Auto compile on save if catppuccin config is in `init.vim`