Seperating plugins to files help #506
Answered
by
folke
LamprosPitsillos
asked this question in
Q&A
-
I can't understand the example shown well and the require("lazy").setup(
require("treesiter"),
require("other_file_with_plugin_confs"),
} ? |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Feb 7, 2023
Replies: 1 comment
-
Not at all. Please read the docs on how to install. If the docs aren't clear then it's best to familiarize yourself first with Lua and read a Neovim lua guide. You should also read the lazy.nvim docs. There's also a great video created by @elijahmanor with a walkthrough to get started. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
folke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not at all. Please read the docs on how to install. If the docs aren't clear then it's best to familiarize yourself first with Lua and read a Neovim lua guide.
You should also read the lazy.nvim docs.
There's also a great video created by @elijahmanor with a walkthrough to get started.