dotfiles/.local/bin/etc/nvim/cclear

7 lines
65 B

#!/bin/sh
if [ -d .ccls-cache ]
then
rm -r '.ccls-cache'
fi