Add BSPWM config, clean dont't use configs

This commit is contained in:
Smirnov Olexandr 2021-01-22 11:27:54 +02:00
parent ed62788b9e
commit 246dc34d13
28 changed files with 303 additions and 727 deletions

View file

@ -9,6 +9,12 @@ import (
)
endsnippet
snippet fn "Function"
func ${1:main}(${2:arg} ${3:type}) ${4:type} (
${5}
)
endsnippet
snippet for "For loop"
for ${1:i\:\=1}; ${2:i\<\=10}; ${3:\i\+\+} {
${4}