Hard to understand installation instructions. #131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The installation section in README.md is insufficient for users not used to lua in neovim. I use neovim for a long time as a user, however I am not used to the Lua stuff. First I tried to install I have also tried to use LazyVim only to find out that installation description in README.md is incompatible to this distribution. Next I tried to use clean neovim with only the lazy.nvim plugin manager, however this was also quite hard because I had to find out that I need to put the "require("lazy").setup({..." into the init.lua.
The installation instructions should be much much improved for users not used to Lua stuff.
And still I have no idea why adding "require..." things into init.lua in LazyVim results in error message "resourcing your config is not supported", while if I use clean neovim with lazy.nvim, it works.
Crazy.
@KaeroDot I think that is well explained, there are links to the package managers where it shows their way of installing the manager and how to install the plugins.
As for LazyVim, being a "distro" it has it's own way of adding plugins from outside the scope they have preconfigured I believe, but if we support one "distro" we will have to support others too, like NvimChad, AstroNvim, etc. In case of using a "distro" some keymaps may break because of the defaults used by the "distro" so you will need to change those.
I suggest that you check out https://youtu.be/m8C0Cq9Uv9o?si=iIi41pQmMkUhaJPi this video by TJ that has a single file configuration with kickstart.nvim and it now has a series of videos explaining more in depth of some of the plugins if not all, where it shows how to configure and install plugins and the cycle that neovim uses to load the configuration.
If there is something more that I left out or that was not clear in the explaination, feel free to mention me and I will try to help you in any way I can.