Commit Graph

24 Commits

Author SHA1 Message Date
Sanchayan Maity f21bb3141a
gitignore: Ignore the paq-lock file 2023-09-12 12:20:42 +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
Sanchayan Maity 5e5d218132
mpd: Update configuration 2022-12-27 10:25:53 +05:30
Sanchayan Maity 49d126e023 dnscontrol: Automate & version control DNS management 2022-12-09 17:41:14 +05:30
Sanchayan Maity 6c56c38000 gitignore: Ignore some qutebrowser directories 2022-11-29 20:26:28 +05:30
Sanchayan Maity 538f698602 gitignore: Ignore some more gnupg entries 2022-10-13 19:47:32 +05:30
Sanchayan Maity 2518715ea7 gitignore: Ignore some gnupg files 2022-03-15 00:12:05 +05:30
Sanchayan Maity d4a4c49d10 gitignore: Ignore systemd directories with symlinks 2022-02-02 14:55:02 +05:30
Sanchayan Maity 2a07f71c6f gitignore: Ignore everything in path packer/opt 2021-10-02 10:05:12 +05:30
Sanchayan Maity 6c3886aff0 nvim: Update packer 2021-07-05 10:48:53 +05:30
Sanchayan Maity 7be22f9ac2 gitignore: Ignore nvim undo, shada and swap directories 2021-03-16 12:42:29 +05:30
Sanchayan Maity a23caf6d12 nvim: Introduce LISP support 2021-02-01 10:35:29 +05:30
Sanchayan Maity 14ebb51f9f nvim: plugins: Drop vim-hoogle
With LSP enabled for Haskell, we do not really need this.
2021-01-16 12:28:44 +05:30
Sanchayan Maity 1d156d424f lazygit: Add preliminary configuration for lazygit 2020-12-10 13:08:52 +05:30
Sanchayan Maity 905ffe795d Add configuration for ranger 2020-11-23 20:37:08 +05:30
Sanchayan Maity ed31ccec7a gitignore: Update to ignore some more generated files 2020-11-15 22:39:01 +05:30
Sanchayan Maity 0290391643 mpd: Add initial configuration for mpd 2020-11-13 11:30:58 +05:30
Sanchayan Maity cbd37c1856 nvim: Move to packer 2020-10-29 21:06:46 +05:30
Sanchayan Maity b1c51c6e83 nvim: Migrate from vim-plug to paq-nvim 2020-10-24 11:06:27 +05:30
Sanchayan Maity 0a771b40b0 gitignore: Ignore patch & diff files
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-14 21:53:44 +05:30
Sanchayan Maity d8778f264b nvim: Update vim-plug
While at it, ignore old plug file artifact.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-06 16:01:19 +05:30
Sanchayan Maity 21d2888b09 nvim: Ignore runtime paths
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-03 15:26:33 +05:30
Sanchayan Maity 651c554452 gitignore: Ignore tmux resurrect directory
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-01-01 12:21:08 +05:30
Sanchayan Maity b90feeb663 Add gitignore file 2017-01-03 16:21:20 +05:30