Completely lost trying to install this plugin manager. #1310
Unanswered
johnnymatthews
asked this question in
Q&A
Replies: 2 comments
-
I have a dumb question, did you put a specific plugin URL instead of the word require("lazy").setup({
"folke/which-key.nvim",
{ "folke/neoconf.nvim", cmd = "Neoconf" },
"folke/neodev.nvim",
}) |
Beta Was this translation helpful? Give feedback.
0 replies
-
What is the value of |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've used a
.vimrc
file to manage my Neovim installation for years. Now everyone seems to be moving to Lua so that what I'm trying to do to. I have a completely blankinit.lua
file. Based of the README of this project, I need to add the following into myinit.lua
file:I can save and quit this file, and then open it again. Nothing special happens, which makes sense.
The next line of the Installation suggests that I simply need to add
require("lazy").setup(plugins, opts)
after that block of code I just copied in. I've done that so now my entireinit.lua
file looks like this:However, if I save, quit, and reopen this
init.lua
file I get the following error:Clearly I'm missing something. Anyone got any ideas, or should I just go back to using vimscript like a chump?
Beta Was this translation helpful? Give feedback.
All reactions