diff --git a/nontech/politics/clubs/streetoftruth/streetoftruth.txt b/nontech/politics/clubs/streetoftruth/streetoftruth.txt index 7dd40e48c..2ecfc5c66 100644 --- a/nontech/politics/clubs/streetoftruth/streetoftruth.txt +++ b/nontech/politics/clubs/streetoftruth/streetoftruth.txt @@ -29,7 +29,7 @@ Michael Mann books: Fashism, Dark Side of Democracy 2024 -RUPoliticalCultureInstitute - 04.14 - Hazin Gevorgyan Rode - RU-Vatican-US of 1:15:47 +RUPoliticalCultureInstitute - 04.14 - Hazin Gevorgyan Rode - RU-Vatican-US 35:00 of 1:15:47 https://www.youtube.com/watch?v=UGlFfW2jJVk RUPoliticalCultureInstitute - 04.14 - Lermontov and Others - Big Game of 1:23:04 https://www.youtube.com/watch?v=2GPVtMihrIQ diff --git a/os/editors/neovim/features/clip.txt b/os/editors/neovim/features/clip.txt index c8bee034e..86337499e 100644 --- a/os/editors/neovim/features/clip.txt +++ b/os/editors/neovim/features/clip.txt @@ -2,7 +2,10 @@ https://github.com/neovim/neovim/issues/9213 :h clipboard-tool https://stackoverflow.com/questions/75548458/copy-into-system-clipboard-from-neovim https://askubuntu.com/questions/1486871/how-can-i-copy-and-paste-outside-of-neovim - :lua vim.api.nvim_get_option_value("clipboard", {}) + :lua print(vim.api.nvim_get_option('updatetime')) + :lua print(vim.api.nvim_get_option('clipboard')) + unnamedplus + https://neovim.io/doc/user/api.html#nvim_get_option_info2() https://neovim.io/doc/user/api.html#nvim_get_option_value() https://github.com/neovim/neovim/issues/18246 @@ -40,3 +43,4 @@ provider#clipboard#Call TODO: +-register remap to C-C + https://github.com/jasonccox/vim-wayland-clipboard diff --git a/os/editors/neovim/features/lua.txt b/os/editors/neovim/features/lua.txt index 77f844e93..9fac5b21e 100644 --- a/os/editors/neovim/features/lua.txt +++ b/os/editors/neovim/features/lua.txt @@ -5,3 +5,9 @@ https://neovim.io/doc/user/lua-guide.html https://neovim.io/doc/user/lua-guide.html#lua-guide-variables :lua vim.print(vim.g.clipboard) :lua print(vim.g.clipboard) + +https://github.com/nanotee/nvim-lua-guide/blob/master/README.md#using-meta-accessors-1 + vim.g + vim.b + vim.w + ...