Changed my Neovim config
This commit is contained in:
22
README.md
22
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user