mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-10 15:10:04 +00:00
feat(rust): update comment
This commit is contained in:
parent
72d36ba94e
commit
1e9fe53cba
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ in {
|
|||
assertions = [
|
||||
{
|
||||
assertion = !cfg.lsp.enable;
|
||||
message = "rustaceanvim and vim.languages.rust.lsp.enable are mutually exclusive. Please ensure `vim.lsp.rust-analyzer.enable` is false, or disable `vim.languages.rust.lsp.enable`.";
|
||||
message = "rustaceanvim and `vim.languages.rust.lsp.enable` are mutually exclusive. Please ensure `vim.lsp.rust-analyzer.enable` is false, or disable `vim.languages.rust.lsp.enable`.";
|
||||
}
|
||||
];
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue