Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.03 KB

NVIM Configuration

Project Structure

├── lua                                 # Source code
│   ├── lsp                             # Language server related configuration files
│   ├── plugins                         # Plugin configuration files
│   ├── utils                           # Shared project utilities
│   ├── keymaps                         # Editor keymaps
│   ├── colorscheme.lua                 # Editor color configuration
│   ├── plugins.lua                     # Installed plugins
│   └── settings.lua                    # Editor settings
├── spell                               # Custom dictionary word database
└── init.lua                            # Project entry file from where everything is initialized

Notes

  • When changing node version with nvm, all global NPM packages have to be reinstalled.