ITADN

Can yugem be used outside of better-vim?

#3Closedbjarneo 创建于 2024-08-04
B
bjarneocommented
Love your dotfiles. Trying to load it using nvchad -> lazyvim -> plugins without being able to activate it from either nvchad theming or setting colorscheme directly. ``` { dir = '~/path/to/forked/yugem', lazy = true, priority = 1000, config = function() require('yugem').setup({}) end, init = function() vim.cmd("colorscheme yugem") end } ```
关闭于 2024-08-05 4 条评论