dotfiles/home/.config/nvim
ItsDrike 8350dc7926
Rewrite entire plugin management system
- This encapsulates all plugin related functionalities into the plugins/
  folder (and pluginconfig/) instead of relying on utility file.
- It also renames utility/plugins.lua to a more sensible
  plugins/packer.lua as it actually only applies for packer plugin
  manager.
- The plugins.lua file is now split into 2 files, first holding the list
  of all plugins plugins/plugin_list.lua and second one holding the
  logic of bootstrapping and running startup on packer.
2021-12-07 22:17:56 +01:00
..
lua Rewrite entire plugin management system 2021-12-07 22:17:56 +01:00
coc-settings.json Enable flake8 linting for coc-pyright 2021-12-03 14:45:55 +01:00
init.lua Move non-plugin settings to core/ 2021-12-07 22:13:22 +01:00