# nvim **Repository Path**: gaogao-qwq/nvim ## Basic Information - **Project Name**: nvim - **Description**: 个人 Neovim 配置仓库 - **Primary Language**: Lua - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/gaogao-qwq/nvim - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-22 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Neovim, Lua, dotfiles ## README # Personal NeoVim repo screenshot_linux screenshot_macos ## How to use? ### Clone config ```bash cd ~/.config git clone https://github.com/gaogao-qwq/nvim.git ``` ### Install tree-sitter > Arch Linux AUR ```bash yay -S tree-sitter ``` > Debian or Ubuntu ```bash sudo apt install tree-sitter ``` > macOS Homebrew ```bash brew install tree-sitter ``` ### (Optional)Install jdtls for java LSP support ```bash just jdtls # Tested on Arch Linux & MacOS. ``` ### Install plugins by lazy Then just open NeoVim and have a nice cup of Libre-tea until Lazy handles all the problems.