Termux
Termux에서 LunarVim 설치하기
모과나무99
2022. 10. 12. 21:09
https://github.com/LunarVim/LunarVim
GitHub - LunarVim/LunarVim: An IDE layer for Neovim with sane defaults. Completely free and community driven.
An IDE layer for Neovim with sane defaults. Completely free and community driven. - GitHub - LunarVim/LunarVim: An IDE layer for Neovim with sane defaults. Completely free and community driven.
github.com
자동 LSP 지원
기본적으로 지원되는 대부분의 언어 서버는 지원되는 파일 유형을 열면 자동으로 설치됩니다. 예를 들어 Python 파일을 처음 열면 Pyright자동으로 설치 및 구성됩니다.
pkg upgrade
pkg install python neovim git
bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)
Would you like to install LunarVim`s NodeJS dependencies? n
Would you like to install LunarVim`s Python dependencies? y
Would you like to install LunarVim`s LunarVim`s Rust dependencies? n
cp .local/bin/lvim ../usr/bin/
lvim