chore(readme): Revert vim syntax highlighting because its terrible

dev
nullchilly 2 years ago
parent 462639f611
commit 052c0d0a75

@ -341,7 +341,7 @@ use {
run = "CatppuccinCompile", 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", { vim.api.nvim_create_autocmd("User", {
pattern = "PackerCompileDone", pattern = "PackerCompileDone",
callback = function() callback = function()
@ -352,7 +352,7 @@ vim.api.nvim_create_autocmd("User", {
**Vim-plug** **Vim-plug**
```vim ```bash
# It's recommended to add `:CatppuccinCompile` to post-install/update hooks # It's recommended to add `:CatppuccinCompile` to post-install/update hooks
Plug 'catppuccin/nvim', {'as': 'catppuccin', 'do': 'CatppuccinCompile'} Plug 'catppuccin/nvim', {'as': 'catppuccin', 'do': 'CatppuccinCompile'}
# Auto compile on save if catppuccin config is in `init.vim` # Auto compile on save if catppuccin config is in `init.vim`

Loading…
Cancel
Save