Update bspwm. Add CoC plug in vim

This commit is contained in:
Smirnov Olexandr 2021-01-31 14:01:25 +02:00
parent 7a0f05c664
commit 64007489ce
14 changed files with 112 additions and 113 deletions

View file

@ -2,6 +2,12 @@ priority -50
snippet #! "Shebang"
#!/usr/bin/env python
${1}
endsnippet
snippet ! "Shebang"
#!/bin/python
${1}
endsnippet
snippet ifmain "If __main...."