--- title: "SpaceVim lang#autohotkey layer" description: "This layer adds AutohotKey language support to SpaceVim." --- # [Available Layers](../../) >> lang#autohotkey <!-- vim-markdown-toc GFM --> - [Description](#description) - [Features](#features) - [Install](#install) <!-- vim-markdown-toc --> ## Description This layer adds AutohotKey language support to SpaceVim. ## Features - syntax highlighting - code completion ## Install To use this configuration layer, update your custom configuration file with: ```toml [[layers]] name = "lang#autohotkey" ```