Remove unused config import

This commit is contained in:
Oliver Blanthorn 2020-05-09 11:12:44 +01:00
parent d6555502be
commit 1af0d12756
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -1,7 +1,6 @@
/** Accept n [mode] commands then execute the other command */
import { contentState } from "@src/content/state_content"
import * as config from "@src/lib/config"
import * as keyseq from "@src/lib/keyseq"
import { mode2maps } from "@src/lib/binding"