Q: Is it possible to distribute use ""
statements throughout various plugins?
#947
jamischarles
started this conversation in
Ideas
Replies: 1 comment
-
Solved it! -- colorscheme.lua
local use = require('packer').use
use 'cocopon/iceberg.vim'
use 'EdenEast/nightfox.nvim'
use 'stillwwater/vim-nebula'
use 'ghifarit53/tokyonight-vim'
-- [...] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really like the idea of having my plugin use statement co-located with the code that uses it
ie:
Though I don't believe this has the effect I want it to, as it seems to overwrite the prior config. Is it possible to use packer like this?
Beta Was this translation helpful? Give feedback.
All reactions