Repository for hosting various Neovim configurations (lua based) / Neovim 설정 모음집 (lua 기반) 🚀
This repository contains different Neovim configuration sets, each organized in separate directories. The configurations range from minimal to feature-rich setups, allowing users to choose or learn from different approaches.
이 repo는 다양한 Neovim 설정들을 포함하고 있으며, 각각 다른 디렉토리에 정리되어 있습니다. 가장 미니멀한 설정부터 점진적으로 기능을 포함하는 설정으로 준비되어 있습니다 (본인 셋업에 맞게 원하는 시점의 폴더에서 시작)
00_latest/
: Current working configuration / 가장 최근 설정 모음 (언제 바뀔지 모름)01_minimal/
: Minimal Neovim setup / 최소한의 Neovim 설정02_lsp/
: LSP configuration focused setup / LSP 포함 설정 추가03_dashboard/
: Setup with dashboard configuration / 대시보드 포함 설정 추가04_code_formatting/
: Configuration with code formatting tools / 코드 포매팅 도구 설정 추가05_float_term_and_changed_theme/
: Setup with floating terminal and theme modifications / 플로팅 터미널과 테마 수정 설정
Each directory contains its own README.md
with specific instructions and details.
각 디렉토리에는 구체적인 설명과 세부사항을 담은 README.md
파일이 포함되어 있습니다.
- Neovim (v0.9.0) or the latest neovim nightly / 최신 Neovim 또는 nightly 버전
- ripgrep (https://github.com/BurntSushi/ripgrep)
- Nerd Font (optional) / Nerd Font (선택사항)
For beginners, it's recommended to watch the introduction video tutorial before diving into the configurations. 초보자의 경우, 설정을 시작하기 전에 소개 영상 튜토리얼을 시청하는 것을 추천합니다
Checkout the README.md file in each directory to see what's included
각 설정에 대한 세부사항은 각 디렉토리의 README.md 파일을 참고해 주세요.
MIT
Feel free to open issues or pull requests for improvements or bug fixes.
개선사항이나 버그 수정을 위한 이슈 또는 풀 리퀘스트는 언제든 환영합니다 🙇♂️