Search This Blog

Setup Neovim for Rust Development

  1. Install Neovim
  2. Install AstroNvim
    • After installed AstroNvim, you can customise it
  3. Install rust LSP
    In Neovim, execute command:
    :LspInstall rust
  4. Install rust language parser (tree-sitter)
    In Neovim, execute command:
    :TSInstall rust
  5. Install lua language parser (tree-sitter)
    In Neovim, execute command:
    :TSInstall lua
    This is useful for editting the Neovim config (lua) files (*.lua)





See also

No comments:

Post a Comment