We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34ec1b commit 175d80eCopy full SHA for 175d80e
init.lua
@@ -1,5 +1,5 @@
1
-- ─────────────────────────────────────────────────
2
--- WARNING: this snippet must on top of init.lua
+-- WARNING: This snippet must be placed at the top of init.lua.
3
4
if vim.g.ABSTRACT_LOADED == nil then
5
local abstract_path = "/home/shaeins7/codeDNA/dev/Projects/neovim/Abstract"
@@ -15,4 +15,7 @@ if vim.g.ABSTRACT_LOADED then
15
end
16
17
18
+
19
+-- everything else goes below
20
21
-- vim.g.mapleader = "|"
lua/config.lua
0 commit comments