Home Rust
Post
Cancel

Rust

Rust Neovim Configuration Information

‘NvChad’ based Neovim config with Rust formatting, debugging, and diagnostics. Dreams of Code video tutorial

  • Install and initialize: lazyman -L Rust
  • Configuration category: Language
  • Base configuration: NvChad
  • Plugin manager: Lazy
  • Installation location: ~/.config/nvim-Rust

Git repository

https://github.com/dreamsofcode-io/neovim-rust

Website

https://nvchad.com

YouTube channel

https://www.youtube.com/@dreamsofcode

Lazy managed plugins

Rust Keymaps

normal mode keymaps

DescriptionLHSRHS  
     
    
Nvim builtin&:&&  
    
Nvim builtinYy$  
 `   
 c   
Comment toggle current blockgbc   
Comment toggle blockwisegb   
Comment toggle linewisegc   
Comment toggle current linegcc   
 g   
 v   
Nvim builtinnohlsearchdiffupdatenormal!

visual mode keymaps

DescriptionLHSRHS
Nvim builtin#y?\V"
Nvim builtin*y/\V"
Comment toggle blockwise (visual)gb 
Comment toggle linewise (visual)gc 

operator mode keymaps

DescriptionLHSRHS
Comment toggle linewisegc 
Comment toggle blockwisegb 
This post is licensed under CC BY 4.0 by the author.
Contents

-

Python