Skip to content

Commit b91e272

Browse files
committed
chore(neovim): remove disable plugins section
Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent 0ce63cc commit b91e272

File tree

3 files changed

+32
-30
lines changed

3 files changed

+32
-30
lines changed

.obsidian/appearance.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"accentColor": "",
3-
"cssTheme": "AnuPpuccin"
3+
"cssTheme": "AnuPpuccin",
4+
"theme": "obsidian"
45
}

.obsidian/workspace.json

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44
"type": "split",
55
"children": [
66
{
7-
"id": "d3511e28af7a0957",
7+
"id": "7dcac1028eed61b5",
88
"type": "tabs",
99
"children": [
1010
{
11-
"id": "a882d0e666230cc9",
11+
"id": "509afef58ce99456",
1212
"type": "leaf",
1313
"state": {
1414
"type": "markdown",
1515
"state": {
1616
"file": "index.md",
1717
"mode": "preview",
1818
"source": true
19-
}
19+
},
20+
"icon": "lucide-file",
21+
"title": "index"
2022
}
2123
}
2224
]
@@ -39,7 +41,9 @@
3941
"type": "file-explorer",
4042
"state": {
4143
"sortOrder": "alphabetical"
42-
}
44+
},
45+
"icon": "lucide-folder-closed",
46+
"title": "Files"
4347
}
4448
},
4549
{
@@ -54,15 +58,19 @@
5458
"collapseAll": false,
5559
"extraContext": false,
5660
"sortOrder": "alphabetical"
57-
}
61+
},
62+
"icon": "lucide-search",
63+
"title": "Search"
5864
}
5965
},
6066
{
6167
"id": "f870cfd1b69ba605",
6268
"type": "leaf",
6369
"state": {
6470
"type": "git-view",
65-
"state": {}
71+
"state": {},
72+
"icon": "git-pull-request",
73+
"title": "Source Control"
6674
}
6775
}
6876
]
@@ -111,7 +119,9 @@
111119
"scale": 0.7132754626224423,
112120
"close": true
113121
}
114-
}
122+
},
123+
"icon": "lucide-git-fork",
124+
"title": "Graph of index"
115125
}
116126
},
117127
{
@@ -121,19 +131,9 @@
121131
"type": "file-properties",
122132
"state": {
123133
"file": "index.md"
124-
}
125-
}
126-
},
127-
{
128-
"id": "4b0faa83946ac4bd",
129-
"type": "leaf",
130-
"state": {
131-
"type": "all-properties",
132-
"state": {
133-
"sortOrder": "frequency",
134-
"showSearch": false,
135-
"searchQuery": ""
136-
}
134+
},
135+
"icon": "lucide-info",
136+
"title": "File properties for index"
137137
}
138138
}
139139
]
@@ -149,7 +149,9 @@
149149
"type": "outline",
150150
"state": {
151151
"file": "index.md"
152-
}
152+
},
153+
"icon": "lucide-list",
154+
"title": "Outline of index"
153155
}
154156
},
155157
{
@@ -166,7 +168,9 @@
166168
"searchQuery": "",
167169
"backlinkCollapsed": false,
168170
"unlinkedCollapsed": true
169-
}
171+
},
172+
"icon": "links-coming-in",
173+
"title": "Backlinks for index"
170174
}
171175
},
172176
{
@@ -178,7 +182,9 @@
178182
"file": "index.md",
179183
"linksCollapsed": false,
180184
"unlinkedCollapsed": true
181-
}
185+
},
186+
"icon": "links-going-out",
187+
"title": "Outgoing links from index"
182188
}
183189
}
184190
]
@@ -195,7 +201,7 @@
195201
"command-palette:Open command palette": false
196202
}
197203
},
198-
"active": "1f97c912a5f3ff67",
204+
"active": "509afef58ce99456",
199205
"lastOpenFiles": [
200206
"Operating Systems/Fedora Workstation/Fedora Workstation.md",
201207
"index.md",

Text Editors/Neovim/Neovim.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ This setup now uses [LazyVim](https://www.lazyvim.org/) as its base. Older versi
3030
> - [Tailwind](https://www.lazyvim.org/extras/lang/tailwind)
3131
> - [Typescript](https://www.lazyvim.org/extras/lang/typescript)
3232
33-
> The following base plugins are disabled:
34-
>
35-
> - [flash.nvim](https://github.com/folke/flash.nvim)
36-
> - [tokyonight.nvim](https://github.com/folke/tokyonight.nvim)
37-
3833
> The following plugins are added in addition to the base plugins:
3934
>
4035
> - [gitignore.nvim](https://github.com/wintermute-cell/gitignore.nvim): A neovim plugin for generating `.gitignore` files.

0 commit comments

Comments
 (0)