Skip to content

vuki656/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

⌨️ My Neovim configuration

Topics

Resources

Stars

Watchers

Forks

Languages