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:
6
.local/bin/tools/nvim/cclear
Executable file
6
.local/bin/tools/nvim/cclear
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -d .ccls-cache ]
|
||||
then
|
||||
rm -r '.ccls-cache'
|
||||
fi
|
Reference in New Issue
Block a user