From 5c06c03fce961636a0070a7bf01c4744ba1dde3c Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sun, 4 May 2025 21:54:40 +0900 Subject: [PATCH] chore: typo fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82ba3c0..d384029 100644 --- a/README.md +++ b/README.md @@ -174,9 +174,9 @@ To use `neocmakelsp` with eglot: Lint is controlled by a configuration file. The configuration file can be at the project level (the file named `.neocmakelint.toml` located in the root of the project) or at the user level (when project-level configuration is not found). The user-level configuration file differs across different operating systems: -* Linux: `$XDG_CONFIG_HOME/neocmmakelsp/lint.toml` or `$HOME/.config/neocmmakelsp/lint.toml` -* macOS: `$HOME/Library/Application Support/neocmmakelsp/lint.toml` -* Windows: `{FOLDERID_RoamingAppData}/neocmmakelsp/lint.toml` +* Linux: `$XDG_CONFIG_HOME/neocmakelsp/lint.toml` or `$HOME/.config/neocmakelsp/lint.toml` +* macOS: `$HOME/Library/Application Support/neocmakelsp/lint.toml` +* Windows: `{FOLDERID_RoamingAppData}/neocmakelsp/lint.toml` ```toml command_upcase = "ignore" # "lowercase", "upcase"