From f418c26fb5fb507f6a3c4dd3764b1433b379c826 Mon Sep 17 00:00:00 2001 From: Webhooked <9132742+webhooked@users.noreply.github.com> Date: Thu, 31 Jul 2025 09:08:03 +0200 Subject: [PATCH] Correct README compile command typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c54eb3..10529e1 100644 --- a/README.md +++ b/README.md @@ -108,13 +108,13 @@ vim.cmd("colorscheme kanso")
💡 Important Notes -**Compilation:** If you enable compilation, make sure to run `:KansōCompile` command every time you make changes to your config. +**Compilation:** If you enable compilation, make sure to run `:KansoCompile` command every time you make changes to your config. ```vim " 1. Modify your config " 2. Restart nvim " 3. Run this command: -:KansōCompile +:KansoCompile ``` **Options:** Kansō adjusts to the value of some options. Make sure that the options `'laststatus'` and `'cmdheight'` are set **_before_** calling `setup`.