diff --git a/nontech/economy/people/delyagin.txt b/nontech/economy/people/delyagin.txt index 1605839b0..1ae637616 100644 --- a/nontech/economy/people/delyagin.txt +++ b/nontech/economy/people/delyagin.txt @@ -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 diff --git a/os/editors/neovim/dist/nvchad/cfg.txt b/os/editors/neovim/dist/nvchad/cfg.txt index 781749b4d..cdb21000b 100644 --- a/os/editors/neovim/dist/nvchad/cfg.txt +++ b/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 diff --git a/os/editors/neovim/dist/nvchad/docs/whatsnew.txt b/os/editors/neovim/dist/nvchad/docs/whatsnew.txt new file mode 100644 index 000000000..e4dec9edf --- /dev/null +++ b/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 + ... diff --git a/os/editors/neovim/dist/nvchad/nvchad.txt b/os/editors/neovim/dist/nvchad/nvchad.txt index 9cdfa2cad..8763c9b7c 100644 --- a/os/editors/neovim/dist/nvchad/nvchad.txt +++ b/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 !!! diff --git a/os/editors/neovim/dist/nvchad/ui.txt b/os/editors/neovim/dist/nvchad/ui.txt new file mode 100644 index 000000000..7a1bbf765 --- /dev/null +++ b/os/editors/neovim/dist/nvchad/ui.txt @@ -0,0 +1,2 @@ +https://nvchad.com/docs/config/nvchad_ui/ + https://github.com/NvChad/ui