본문으로 건너뛰기

Neovim 설치 가이드

설치

sudo pacman -S neovim
sudo ln -s `which nvim` /usr/local/bin/vim

설정

Neovim startup 순서

  1. shell 설정
  2. 명령어 인자 처리
  3. 서버 시작
  4. UI 연결 대기
  5. default-mappings, default-autocmds 설정, popup-menu 생성
  6. filetype, indent plugin 활성화
  7. init.lua 실행
  8. filetype 감시 활성화
  9. syntax highlighting 활성화
  10. plugin/**/*.lua 실행
  11. ...

init.lua 설정