Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Reactive UI framework for neovim

NotificationsYou must be signed in to change notification settings

s1n7ax/nvim-react

Repository files navigation

Reactive UI rendering framework for Neovim

demo.mp4

Features

  • Functional components
  • Signals (something likeuseState inReactJS)
  • Complex data stores (:construction: WIP)
  • Lifecycle callbacks
  • Keymap events
  • Highlighting

Development

Open the project

nvim -c"luafile dev/init.lua"

Try<leader><leader>w keymap

Run tests

⚠️ Running tests requiresplenary.nvim to be checked out inthe parent directory ofthis repository⚠️

You can then run:

nvim \--headless \--noplugin \-u tests/minimal.vim \-c"PlenaryBustedDirectory tests/ {minimal_init = 'tests/minimal.vim'}"

Or if you want to run a single test file:

nvim \--headless \--noplugin \-u tests/minimal.vim \-c"PlenaryBustedDirectory tests/path_to_file.lua {minimal_init = 'tests/minimal.vim'}"

About

Reactive UI framework for neovim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp