https://github.com/lambertse/nvim
https://github.com/lambertse/nvim
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lambertse/nvim
- Owner: lambertse
- License: apache-2.0
- Created: 2025-07-22T15:21:26.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-07T01:28:34.000Z (10 months ago)
- Last Synced: 2025-08-07T03:24:14.265Z (10 months ago)
- Language: Lua
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Configuration Files
- `.neoconf.json` - Neoconf configuration
- `stylua.toml` - Lua formatter configuration
- `init.lua` - Main Neovim initialization file
- `lazy-lock.json` - Lazy.nvim plugin lockfile
- `lazyvim.json` - LazyVim configuration
- `.gitignore` - Git ignore rules
## Documentation
- `README.md` - Project documentation
- `LICENSE` - License file
## Core Configuration (`lua/config/`)
- `lazy.lua` - Plugin manager setup
- `options.lua` - Neovim options
- `keymaps.lua` - Key mappings
- `autocmds.lua` - Auto commands
## Plugin Configurations (`lua/plugins/`)
- `lsp.lua` - Language Server Protocol setup
- `treesitter.lua` - Syntax highlighting and parsing
- `telescope.lua` - Fuzzy finder
- `dap.lua` - Debug Adapter Protocol
- `conform.lua` - Code formatting
- `gitsigns.lua` - Git integration
- `copilot.lua` - GitHub Copilot
- `cchat.lua` - Copilot Chat
- `colorscheme.lua` - Color themes
- `mini-diff.lua` - Diff visualization
- `cmake-tools.lua` - CMake integration
- `comment.lua` - Comment utilities
- `render-markdown.lua` - Markdown rendering
- `hlslens.lua` - Search highlighting
- `scrollbar.lua` - Scrollbar enhancements
- `dash-board.lua` - Dashboard/start screen
## Test Files
- `test/test.go` - Go test file
## Nested Configuration
- `nvim/.neoconf.json` - Additional neoconf config