Commit Graph

6 Commits

Author SHA1 Message Date
Sanchayan Maity e5459121b1
nvim: Update paq 2024-02-18 21:15:04 +05:30
Sanchayan Maity 6089779a48
nvim: Update paq 2023-12-18 17:36:37 +05:30
Sanchayan Maity 2bb8c85003
nvim: Update paq 2023-08-30 13:48:23 +05:30
Sanchayan Maity 551ca63dfa
nvim: Update paq 2023-06-19 11:38:43 +05:30
Sanchayan Maity ebac7a3beb
nvim: Update paq 2023-03-02 11:03:19 +05:30
Sanchayan Maity 56f81f598e
nvim: Switch back to paq
Packer does not seem to be maintained. Version 2 being developed
by Lewis @ https://github.com/lewis6991/packer.nvim has breaking
changes. Migrating to Lazy will open it's own can of worms & it
does not use packages. Funny thing is author of Packer himself
uses Lazy.

We really should not be needing anything fancy. neovim can load
packages automatically from packpath. All we need is something
which will clone the packages to packpath and all those will be
automatically loaded.

paq.nvim which we were using before packer was the right choice
and does the bare minimum we stated above.

Rest all with features like fancy lazy loading is nonsense.
2023-02-09 20:19:59 +05:30