mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
style: add an extra new-line to the init.lua
This commit is contained in:
parent
c3d766b097
commit
300cde7e58
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
-----------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue