Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0990818e07
|
||
|
|
68ba1e3b87
|
@@ -23,6 +23,7 @@ The configuration is strictly modular:
|
|||||||
- `lua/options.lua`: Global Vim settings and non-plugin autocommands.
|
- `lua/options.lua`: Global Vim settings and non-plugin autocommands.
|
||||||
- `lua/plugins.lua`: Plugin declarations and detailed registry-based configurations.
|
- `lua/plugins.lua`: Plugin declarations and detailed registry-based configurations.
|
||||||
- `lua/keymaps.lua`: Centralized user-facing keybindings.
|
- `lua/keymaps.lua`: Centralized user-facing keybindings.
|
||||||
|
- `lua/const.lua`: Stores constant values for reference in the configuration.
|
||||||
|
|
||||||
## 🚀 Getting Started
|
## 🚀 Getting Started
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--[[
|
--[[
|
||||||
┌────────────────────────────────────────────────────────────────┐
|
┌────────────────────────────────────────────────────────────────┐
|
||||||
│ Data Storage │
|
│ Constants │
|
||||||
└────────────────────────────────────────────────────────────────┘
|
└────────────────────────────────────────────────────────────────┘
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
+1
-1
@@ -44,7 +44,7 @@ Config.plugins.snacks = {
|
|||||||
{ section = "keys", gap = 1, padding = 1 },
|
{ section = "keys", gap = 1, padding = 1 },
|
||||||
},
|
},
|
||||||
preset = {
|
preset = {
|
||||||
header = require("data").header,
|
header = require("const").header,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
explorer = { enabled = true },
|
explorer = { enabled = true },
|
||||||
|
|||||||
Reference in New Issue
Block a user