aboutsummaryrefslogtreecommitdiff
path: root/src/filter/nvim.filter
blob: 17013cc40eadc338beb3e2e77e8ab9de7c327588 (plain)
1
2
3
4
5
6
7
8
# vim's way of verifying that it is able to create a file
.*[0-9]{4}
# temporary backup file during write
[^~]*~
# log and backup files
.*\.viminfo
.*\.sw[a-z]
.*\.local\/share\/nvim\/shada\/.*