diff options
author | crupest <crupest@outlook.com> | 2024-09-07 03:09:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-09-07 03:09:26 +0800 |
commit | ec32328466544dca1d2b7db759ea119571080e10 (patch) | |
tree | 003c295cfd5b2615e566a07db76478aad427b906 /configs/copy-nvim-config.ps1 | |
parent | 719e7980180a83d2f23442641bbecc7c8c6f97ec (diff) | |
download | crupest-ec32328466544dca1d2b7db759ea119571080e10.tar.gz crupest-ec32328466544dca1d2b7db759ea119571080e10.tar.bz2 crupest-ec32328466544dca1d2b7db759ea119571080e10.zip |
config(nvim): create new file structure.
Diffstat (limited to 'configs/copy-nvim-config.ps1')
-rw-r--r-- | configs/copy-nvim-config.ps1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/copy-nvim-config.ps1 b/configs/copy-nvim-config.ps1 deleted file mode 100644 index 799b766..0000000 --- a/configs/copy-nvim-config.ps1 +++ /dev/null @@ -1,2 +0,0 @@ -cp -Recurse -Force -Path ~/AppData/Local/nvim -Destination ~\codes\crupest\configs - |