dotfiles/home/.config/nvim/lua
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
..
core Set the colorscheme to default in theme 2021-12-07 22:13:59 +01:00
pluginconf Remove unused local 2021-12-07 22:16:00 +01:00
plugins Rewrite entire plugin management system 2021-12-07 22:17:56 +01:00
utility Rewrite entire plugin management system 2021-12-07 22:17:56 +01:00
vim.lua Switch vim config to lua (Full rewrite) 2021-11-30 20:22:51 +01:00