dotfiles/nvim/.config/nvim/lua
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
..
autocmd.lua nvim: Fix group argument to nvim_create_autocmd 2022-05-06 12:04:35 +05:30
keymappings.lua nvim: Use mappings for copying entire buffer & drop textobj-entire 2022-12-28 19:51:34 +05:30
lsp.lua nvim: lsp: Disable semantic token highlighting 2023-01-05 09:38:26 +05:30
plugins.lua nvim: Switch back to paq 2023-02-09 20:19:59 +05:30
treesitter.lua nvim: treesitter: Enable fennel, racket and scheme 2022-12-28 19:51:09 +05:30
yolokai.lua nvim: yolokai: Sync with upstream 2023-01-04 13:54:10 +05:30