Changed my Neovim config

This commit is contained in:
Steven Medeiros Melo
2025-03-17 17:40:37 -04:00
parent 9eae74aacc
commit 3fe3f967f6
11 changed files with 231 additions and 121 deletions

View File

@@ -2,6 +2,11 @@
# README
## - IMPORTANT NOTE -
> If one of the installed plugins don't work (i.e. Mason)
> Start by updating neovim to the newest dev build
> It should fix the issues
### Documentation on how my neovim install is configured
- The File Structure of my configuration
@@ -21,16 +26,15 @@
```text
📁 ~/.config/nvim
├── 📁 after
├── 📁 ftplugin
├── 📁 lua
── 📁 other_modules
└── ⚙ init.lua
── 📁 plugin
── ⚙ init-vim-plug.vim
├── 📁 syntax
├── 📁 TMP
├── 📁 vimplug
── 📁 stevenmm
├── 📁 lazy
│ │ └── plugin_name.lua
── ⚙ init.lua
│ ├── ⚙ lazy_init.lua
│ ├── ⚙ remap.lua
│ ├── ⚙ set.lua
│ └── ⚙ variables.lua
├── ⚙ README.md
└── ⚙ init.vim
```