Этот коммит содержится в:
Ihar Hancharenka 2024-05-02 17:16:24 +03:00
родитель 2bc8f2ed5d
Коммит adb106aec8
5 изменённых файлов: 24 добавлений и 0 удалений

Просмотреть файл

@ -14,6 +14,8 @@ books
Life in Catastrophe - Defeat Crisis Yourself
2024
Metametrics - Delyagin - About World Order Change of 1:06:03
https://rutube.ru/video/72e3b624ce1cc6fb2d64062581413eb2/
RoyTV - Kalashnikov - Delyagin - Why Oreshkin writes Social Projects of 19:11
https://www.youtube.com/watch?v=5kZsFhcdl8c
Rybakov - Delyagin 15:00 of 53:38

2
os/editors/neovim/dist/nvchad/cfg.txt поставляемый
Просмотреть файл

@ -8,6 +8,8 @@ https://github.com/NvChad/NvChad
~/.config/nvim/
lua/
plugins
??? put extra stuff here ???
https://github.com/NvChad/NvChad/blob/v2.5/lua/nvconfig.lua
init.lua
configs
conform.lua

15
os/editors/neovim/dist/nvchad/docs/whatsnew.txt поставляемый Обычный файл
Просмотреть файл

@ -0,0 +1,15 @@
https://nvchad.com/news/v2.5_release/
https://github.com/NvChad/NvChad/tree/v2.5
https://gist.github.com/siduck/048bed2e7570569e6b327b35d1715404
...
if [ -e custom/configs ]; then
mv custom/configs/* "$nvim_config/lua/configs/"
...
cd "$nvim_config"
# load custom.init.lua if it exists
[ -e lua/myinit.lua ] && echo "require 'myinit'" >> init.lua
# Some users have plugins.lua instead of plugins dir/ so move it in the plugins dir
[ -e lua/plugins.lua ] && mv lua/plugins.lua lua/plugins/myplugins.lua
...

3
os/editors/neovim/dist/nvchad/nvchad.txt поставляемый
Просмотреть файл

@ -1,4 +1,5 @@
https://nvchad.github.io/
https://www.youtube.com/@siduck_og
https://github.com/NvChad/NvChad
https://github.com/NvChad/NvChad/discussions
@ -7,6 +8,8 @@ https://nvchad.com/docs/quickstart/install/
Update
:Lazy sync
https://github.com/NvChad/NvChad/blob/v2.5/lua/nvconfig.lua
https://nvchad.github.io/features
https://nvchad.github.io/config/walkthrough
!!!

2
os/editors/neovim/dist/nvchad/ui.txt поставляемый Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
https://nvchad.com/docs/config/nvchad_ui/
https://github.com/NvChad/ui