style: add an extra new-line to the init.lua

This commit is contained in:
Kat Inskip 2022-07-25 18:03:55 -07:00
parent c3d766b097
commit 300cde7e58
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -2,6 +2,7 @@ local g = vim.g -- Global variables
local opt = vim.opt -- Set options (global/buffer/windows-scoped)
local wo = vim.wo -- Window local variables
local api = vim.api -- Lua API
-----------------------------------------------------------
-- General
-----------------------------------------------------------