Neovim contributors에서 게시
Vim-fork focused on extensibility and usability
번역이 완료되지 않아 이 페이지의 일부는 작성된 원래 언어로 표시됩니다.
Neovim is a fork of Vim that keeps the modal editing model and the familiar configuration style while rewriting the parts underneath that had become hard to extend. It runs in a terminal, edits text through operators and motions, and reads most existing Vim configuration and plugins.
The changes that matter are structural. Lua is embedded as a configuration and plugin language beside Vimscript. A job-control mechanism and event loop let plugins run external programs without freezing the editor. A Language Server Protocol client is built into the core, so completion, diagnostics and go-to-definition work once a server is set up. Tree-sitter parses code into a real syntax tree for highlighting and structural text objects, instead of regular-expression matching. A terminal emulator runs inside a buffer.
Everything is exposed over a msgpack-RPC API, which is how graphical front-ends and embedding applications talk to it; the core has no interface of its own beyond the terminal. Out of the box it is close to bare, and the elaborate setups people show off are assembled from plugins.
배포처 제공
터미널에서 설치
flatpak install flathub io.neovim.nvim저희는 이 파일을 호스팅하지 않고, 검사하지 않으며, 내용을 확인하지 않습니다. 출처의 설명을 읽고 직접 판단하세요.