1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

nvim: cleanup after exiting nvim for c added

This commit is contained in:
TiynGER
2020-11-04 01:05:46 +01:00
parent a26e45afea
commit 004bb3ca44
2 changed files with 17 additions and 3 deletions

6
.local/bin/tools/nvim/cclear Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
if [ -d .ccls-cache ]
then
rm -r '.ccls-cache'
fi