Skip to content

Commit

Permalink
feat(compile): use indexed cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly committed Sep 11, 2023
1 parent f5f5438 commit 85e9360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ Full list of Unsupported terminals can be found here: <https://github.com/termst
![image](https://user-images.githubusercontent.com/1941785/220280749-c3ab52fb-9b8a-4f04-ab98-f8c1bb41f84b.png)

- [Enable italic font support](https://gist.github.com/gyribeiro/4192af1aced7a1b555df06bd3781a722) to fix the following [incorrect if, then, else, end highlights](https://github.com/catppuccin/nvim/issues/428):

![image](https://user-images.githubusercontent.com/13246770/224011118-dcf0f567-650a-4eb2-8be6-0af5cf435501.png)

# Thanks to
Expand Down
2 changes: 1 addition & 1 deletion lua/catppuccin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ vim.api.nvim_create_user_command("CatppuccinCompile", function()
end
M.compile()
vim.notify("Catppuccin (info): compiled cache!", vim.log.levels.INFO)
vim.api.nvim_command "colorscheme catppuccin"
vim.cmd.colorscheme "catppuccin"
end, {})

if vim.g.catppuccin_debug then
Expand Down

0 comments on commit 85e9360

Please sign in to comment.