CyberMango / init.vimango

15 stars 0 forks source link

Move configurations to lua #14

Closed CyberMango closed 1 year ago

CyberMango commented 2 years ago

Move all core configurations to Lua, including:

CyberMango commented 2 years ago

Still WIP. action items left:

  1. Many TODOs in the configs that should be resolved.
  2. need to go over kickstarter's config and some other configs for new ideas/information. configs list: https://github.com/nullchilly/nvim , https://github.com/B4mbus/nvim , https://github.com/NavePnow/dotfiles/tree/main/.config/nvim , https://github.com/0xRZ/.dotfiles/tree/master/nvim/.config/nvim
  3. Packer should be automatically installed on a new machine.
  4. all aucmds should be in groups, and should be deleted on a reload of the configs. Every file should have its own group to avoid deleting aucmds of other files when only this file is reloaded.

old config capabilities that wont be ported for now: -snippets. -extended status line. -autocompletion. -fuzzy finding.

CyberMango commented 1 year ago

Done in PR #19