nvim 情報の整理と vitepress による vue の練習?
TODO
- none-nullls
- markdown linter
- colorscheme
- search
- grep
Version
v0.11.0
v0.10.0
- @20240516 https://gpanders.com/blog/whats-new-in-neovim-0.10/
- https://neovim.io/doc/user/news-0.10.html
v0.9.2
- @20230907
v0.9.0
- @2023
v0.8.0
winbar
v0.7.0
- https://gpanders.com/blog/whats-new-in-neovim-0-7/
- Tree-sitter integration (highlighting, folds)
- Better file-change detection
- TUI as a remote UI ($NVIM, --remote)
- Externalized UI: window layout events, ext_statusline
- Lua remote plugin host
- Embed Neovim everywhere
v0.6.0
- Unified [[nvim_lsp]] API
- Updated defaults
v0.5.0 @2021-07-21
- Neovim News #11 - The Christmas Issue - Neovim
- Expanded Lua API and user config (init.lua)
- Built-in Language Server Protocol (LSP) support
- Tree-sitter integration (experimental)
- Decorations API improvements: extmarks, virtual text, highlights
v0.5.1
- Lua API improvements
- LSP support improvements (v3.16 spec coverage, configuration)
build
sh
$ cmake -S cmake.deps -B .deps -G Ninja -DCMAKE_BUILD_TYPE=Release
$ cmake --build .deps
$ cmake -S . -B build -G Ninja
$ cmake --build build
$ cmake --install --prefix $HOME/local
msys
luajit
がビルドできなくて機能が下がる(lazy や telescope が動かない?)