Skip to content

Commit 175d80e

Browse files
author
Ali Shahid
committed
remove configl.lua
1 parent a34ec1b commit 175d80e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

init.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- ─────────────────────────────────────────────────
2-
-- WARNING: this snippet must on top of init.lua
2+
-- WARNING: This snippet must be placed at the top of init.lua.
33
-- ─────────────────────────────────────────────────
44
if vim.g.ABSTRACT_LOADED == nil then
55
local abstract_path = "/home/shaeins7/codeDNA/dev/Projects/neovim/Abstract"
@@ -15,4 +15,7 @@ if vim.g.ABSTRACT_LOADED then
1515
end
1616
-- ─────────────────────────────────────────────────
1717

18+
19+
-- everything else goes below
20+
1821
-- vim.g.mapleader = "|"

lua/config.lua

Whitespace-only changes.

0 commit comments

Comments
 (0)