Added Glimpse to i3 config.
This commit is contained in:
parent
aafbb1abe9
commit
9200c04f76
5
snippets/c++-mode/int
Normal file
5
snippets/c++-mode/int
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: int
|
||||
# key: int
|
||||
# --
|
||||
#include <cstdint>
|
5
snippets/c++-mode/regex
Normal file
5
snippets/c++-mode/regex
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: regex
|
||||
# key: regex
|
||||
# --
|
||||
using RegEx = Poco::RegularExpression;
|
Loading…
Reference in New Issue
Block a user