diff options
author | crupest <crupest@outlook.com> | 2023-09-06 15:17:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-06 15:17:08 +0800 |
commit | 0fec2c33e56650ece3557b710affffb6bdb5536e (patch) | |
tree | b11c804e69ad0f96daa022fe08aaf3ae09ee560a | |
parent | a418be478a915d9b0726e5d03e691c74f176fe65 (diff) | |
download | crupest-0fec2c33e56650ece3557b710affffb6bdb5536e.tar.gz crupest-0fec2c33e56650ece3557b710affffb6bdb5536e.tar.bz2 crupest-0fec2c33e56650ece3557b710affffb6bdb5536e.zip |
Adjust log level for mystery tool. And init the save of nvim config.
-rw-r--r-- | configs/nvim/init.lua | 2 | ||||
-rw-r--r-- | tools/Crupest.V2ray/Crupest.V2ray/config.json.template | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/configs/nvim/init.lua b/configs/nvim/init.lua new file mode 100644 index 0000000..a0abf44 --- /dev/null +++ b/configs/nvim/init.lua @@ -0,0 +1,2 @@ +vim.cmd.cd("~");
+vim.opt.shell = "pwsh";
diff --git a/tools/Crupest.V2ray/Crupest.V2ray/config.json.template b/tools/Crupest.V2ray/Crupest.V2ray/config.json.template index 47187bb..9ba8af6 100644 --- a/tools/Crupest.V2ray/Crupest.V2ray/config.json.template +++ b/tools/Crupest.V2ray/Crupest.V2ray/config.json.template @@ -1,6 +1,6 @@ { "log": { - "loglevel": "info" + "loglevel": "warning" }, "inbounds": [ { |