config not working #688
Answered
by
jaylinwang
jaylinwang
asked this question in
Q&A
-
when i setup my plugin at config, not working for example, config for nvim-tree use {
'kyazdani42/nvim-tree.lua',
requires = 'kyazdani42/nvim-web-devicons',
config = function() require'nvim-tree'.setup {} end
} the nvim-tree cmd not register |
Beta Was this translation helpful? Give feedback.
Answered by
jaylinwang
Nov 7, 2021
Replies: 1 comment
-
it's my fault,it working after packer compiled。 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jaylinwang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it's my fault,it working after packer compiled。 😄