multiple plugin folders?
Hi, and thanks for your work! I highly appreciate it!
There are 2 folders with plugins (the 3rd in custom doesn't matter here):
- [kickstart.nixvim/plugins](https://github.com/JMartJonesy/kickstart.nixvim/tree/3fec7e9cfeb0d5211d72b89f5e3fe4eb899f8c56/plugins)
- [kickstart.nixvim/plugins/kickstart/plugins](https://github.com/JMartJonesy/kickstart.nixvim/tree/3fec7e9cfeb0d5211d72b89f5e3fe4eb899f8c56/plugins/kickstart/plugins)
`nvim-lua/kickstart.nvim` only has 1:
- [kickstart.nvim/lua/kickstart/plugins](https://github.com/nvim-lua/kickstart.nvim/tree/34e7d29aa7b6e95cf09d62baf4c9082db5b129c0/lua/kickstart/plugins)
I could argue that the `/plugins` folder in the root of the upstream repo is called `/lua` and we should name it `/nix`.
The next thing would be to `mv ./plugins/*.nix plugins/kickstart/plugins/` as [tjdevries](https://github.com/tjdevries) uses `/lua` for our `programs.nixvim.opts` (options.lua), `programs.nixvim.keymaps` (keymaps.lua) but NOT for plugins.
So the main question is: How close to the original do you want to be?
1 条评论