Skip to content

AbaoFromCUG/rust-tools.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another rustaceans' tool for neovim

Intergrate

rust-analyzer

You can configuration rust-analyzer link vscode, full configurable regard to https://rust-analyzer.github.io/manual.html#configuration

.vscode/settings.json

{
    "rust-analyzer.cargo.target": "wasm32-unknown-unknown"
}

overseer.nvim

No need any config, simple add configuration to you .vscode/tasks.json

{
    "version": "2.0.0",
    "tasks": [
        {
            "type": "cargo",
            "command": "build",
            "args": [
                "--package",
                "app"
            ],
            "label": "build desktop"
        }
    ]
}

About

Another Rustaceans' tool for neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published