목차

, , ,

nvim

Neovim CLI. Vim 호환 편집 흐름에 Lua 확장성, headless 자동화, 원격 제어 옵션을 더한 편집기.

Summary

Usage

nvim file.txt
nvim -d old.txt new.txt
nvim --headless "+checkhealth" +q
nvim -u NONE -n file.txt

Options

Examples

nvim README.md
nvim -d before.txt after.txt
nvim -u NONE -n scratch.txt
nvim --headless "+checkhealth" +q
nvim --headless "+lua print(vim.fn.getcwd())" +q
nvim -c "set number" notes.txt
nvim -S Session.vim
nvim --listen /tmp/nvim.sock
nvim --server /tmp/nvim.sock --remote file.txt

Config

Troubleshooting

Compatibility

Deprecated / Legacy

Help

nvim --help

See Also

History