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 | 4b64e3d37ece2d7251347b3df8551e98363f845f (patch) | |
tree | 003c295cfd5b2615e566a07db76478aad427b906 /configs/copy-nvim-config.ps1 | |
parent | faeef2cd919939ad9a3a276f2c603d7be9acb9ba (diff) | |
download | crupest-4b64e3d37ece2d7251347b3df8551e98363f845f.tar.gz crupest-4b64e3d37ece2d7251347b3df8551e98363f845f.tar.bz2 crupest-4b64e3d37ece2d7251347b3df8551e98363f845f.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 - |