tangled
alpha
login
or
join now
bpavuk.neocities.org
/
bpavuk.term
Bohdan's terminal configuration
0
fork
atom
overview
issues
pulls
pipelines
nvim: enabled support for Lazy dev mode
bpavuk.neocities.org
3 weeks ago
a9ed42f8
94f5053e
verified
This commit was signed with the committer's
known signature
.
bpavuk.neocities.org
SSH Key Fingerprint:
SHA256:touU+q2GJ73PqWiLfYmysNddAYFLgyW6s7Jzarerajw=
options
unified
split
Changed files
+6
nvim
.config
nvim
lua
configs
lazy.lua
+6
nvim/.config/nvim/lua/configs/lazy.lua
···
2
2
defaults = { lazy = true },
3
3
install = { colorscheme = { "nvchad" } },
4
4
5
5
+
dev = {
6
6
+
path = "~/coding",
7
7
+
patterns = { "jj-log.nvim" },
8
8
+
fallback = true,
9
9
+
},
10
10
+
5
11
ui = {
6
12
icons = {
7
13
ft = "",