https://github.com/vuki656/nvim-config
⌨️ My Neovim configuration
https://github.com/vuki656/nvim-config
nvim
Last synced: 7 months ago
JSON representation
⌨️ My Neovim configuration
- Host: GitHub
- URL: https://github.com/vuki656/nvim-config
- Owner: vuki656
- Created: 2020-10-16T22:38:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T20:27:54.000Z (7 months ago)
- Last Synced: 2025-03-11T09:46:27.581Z (7 months ago)
- Topics: nvim
- Language: Lua
- Homepage:
- Size: 2.66 MB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.