- Aim to document as many settings as possible. This way you can figure out what is what later on.
- Try to use the minimal amount of plugins possible
- Don't change native Vim motions, unless absolutely needed.
init.vimis the main configuration file. It is used to installLazy.nvim.plugindirectory is used to store settings that are loaded afterinit.vim.luadirectory is used to store settings that are loaded afterplugindirectory. This is where all of my plugins are configured.afterdirectory is used to store settings that are loaded afterluadirectory. This is mainly used forftplugin.
Run:
curl -o- https://raw.githubusercontent.com/Michaelpalacce/nvim/main/setup.sh | bash| OS | Supported |
|---|---|
| RedHat | ✅ |
| Debian | ✅ |
| Arch | ✅ |
| MacOs | ✅ |
| Windows | ❌ |
- They are purely for testing
- Cannot save buffer fix