Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vuki656/nvim-config

⌨️ My Neovim configuration
https://github.com/vuki656/nvim-config

nvim

Last synced: about 2 months ago
JSON representation

⌨️ My Neovim configuration

Lists

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.