A starter template for LazyVim. Refer to the documentation to get started.
| Plugin | Description |
|---|---|
| Copilot | GitHub Copilot integration for AI-powered code suggestions (Ctrl+A to accept) |
| Cord | Discord Rich Presence plugin to display your Neovim activity status |
| Dashboard | Custom startup dashboard with recent files, quick actions, and ASCII art |
| Dropbar | Breadcrumb-style winbar showing code context and symbols |
| Markview | Markdown preview and rendering plugin for better markdown visualization |
| Nvim-java | Java development support with LSP integration (JDTLS) |
| Nvim-scrollbar | Visual scrollbar with markers for search results, errors, and diagnostics |
| Telescope | Fuzzy finder for files, buffers, and other searches |
| Telescope-fzf | Native FZF extension for Telescope with faster fuzzy matching |
| Tokyo Night | Beautiful dark theme with transparent background support |
| Treesitter-context | Displays code context (function/class scope) at the top of the window |
| UI | General UI enhancements and improvements |
This configuration includes cord.nvim, a Discord Rich Presence plugin that displays your Neovim activity on Discord.
cord.nvimについて
Discord Rich Presenceプラグインを統合し、Neovimでの作業状況をDiscordで表示します。
表示される情報:
- 📝 編集中のファイル名
- 📁 作業中のワークスペース名
- ⏱️ 作業時間のタイムスタンプ
- 🎨 ファイルタイプに応じたアイコン
設定ファイル: lua/plugins/cord.lua
機能:
- ファイル編集状況のリアルタイム表示
- ワークスペース情報の自動検出
- アイドル状態の自動検出
- カスタマイズ可能なテキストテンプレート
About cord.nvim
Integrates Discord Rich Presence plugin to display your Neovim activity on Discord.
Information Displayed:
- 📝 Name of the file being edited
- 📁 Workspace name you're working in
- ⏱️ Timestamp of editing duration
- 🎨 Icons based on file type
Configuration File: lua/plugins/cord.lua
Features:
- Real-time display of file editing status
- Automatic workspace detection
- Idle state detection
- Customizable text templates
Terminal emulator configuration files are included in the wezterm/ directory.
wezterm.lua- Main configurationkeybinds.lua- Keybinding settings
For more details, visit the documentation.