dotfiles/nvim/.config/nvim
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
..
after nvim: plugins: Update plugin configuration 2023-02-09 15:57:47 +05:30
autoload nvim: autoload/git: Set upstream when checking out remote branch 2022-12-06 19:15:03 +05:30
colors nvim: colors/yolokai: Use WinSeparator instead of VertSplit 2022-12-12 16:23:50 +05:30
compiler nvim: after/ftplugin/rust: Set compiler and makeprg 2021-10-17 18:30:31 +05:30
ftdetect nvim: ftdetect: Drop nix ftdetect 2022-01-26 10:32:11 +05:30
lua nvim: Switch back to paq 2023-02-09 20:19:59 +05:30
plugin nvim: plugin/visual-star-search: Set mark when doing backward search 2022-05-18 09:09:23 +05:30
.editorconfig nvim: Add editorconfig 2023-01-15 17:22:14 +05:30
init.lua nvim: plugins: Update plugin configuration 2023-02-09 15:57:47 +05:30