https://github.com/tourcoder/yeci.nvim
A Neovim configuration for the yeci development container.
https://github.com/tourcoder/yeci.nvim
Last synced: 15 days ago
JSON representation
A Neovim configuration for the yeci development container.
- Host: GitHub
- URL: https://github.com/tourcoder/yeci.nvim
- Owner: tourcoder
- Created: 2026-05-29T08:59:32.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-05-29T09:08:46.000Z (about 1 month ago)
- Last Synced: 2026-05-29T11:07:43.484Z (about 1 month ago)
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yeci.nvim
A Neovim configuration for the [yeci](https://yeci.org) development container.
### Plugins
- **[larn.nvim](https://github.com/tourcoder/larn.nvim)** — color theme
- **[lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)** — status line
- **[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)** — syntax highlighting
- **[telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)** — fuzzy finder
- **[mason.nvim](https://github.com/williamboman/mason.nvim)** +
**[mason-lspconfig](https://github.com/williamboman/mason-lspconfig.nvim)** — LSP server management
- **[gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)** — git change indicators
- **[neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim)** — file tree
### Key Bindings
| Key | Action |
|-----|--------|
| `ff` | Find files |
| `fg` | Live grep |
| `fb` | Buffers |
| `e` | Toggle file tree |
### Usage
Plugins are managed by [lazy.nvim](https://github.com/folke/lazy.nvim) and will be installed automatically on
first launch.
```bash
git clone --depth=1 https://github.com/tourcoder/yeci.nvim.git ~/.config/nvim
```
### License
[MIT](/LICENSE)