Skip to content

turboladen/init.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

init.rs

The portion of neovim config that's written in Rust.

Setup

  1. Build the library: cargo build --release
  2. Copy the library to ~/.cargo/nvim/lua/init_rs.so (use .so even if Mac)

(or do both by just build-and-copy)

  1. Call any functions in Lua using require("init_rs").do_a_thing()

About

Neovim init but in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published