1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

fix typo in snippets

This commit is contained in:
jdhao 2021-11-02 23:00:50 +08:00
parent 9b9bd9dd46
commit b96799f400

View File

@ -3,9 +3,9 @@ snippet bare "barebone code template"
#include <vector>
#include <string>
#include <map>
#inlcude <unordered_map>
#include <unordered_map>
#include <set>
#inlucde <unordered_set>
#include <unordered_set>
#include <stack>
#include <queue>