mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update bspwm. Add CoC plug in vim
This commit is contained in:
parent
7a0f05c664
commit
64007489ce
14 changed files with 112 additions and 113 deletions
|
|
@ -2,6 +2,12 @@ priority -50
|
|||
|
||||
snippet #! "Shebang"
|
||||
#!/usr/bin/env python
|
||||
${1}
|
||||
endsnippet
|
||||
|
||||
snippet ! "Shebang"
|
||||
#!/bin/python
|
||||
${1}
|
||||
endsnippet
|
||||
|
||||
snippet ifmain "If __main...."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue