tmux bind v to enable selection

This commit is contained in:
2025-05-31 23:01:07 +05:00
parent 1f851cbff3
commit 9c10cced8c
2 changed files with 7 additions and 1 deletions

View File

@ -39,7 +39,7 @@ vim.lsp.config('rust_analyzer', {
settings = {
["rust-analyzer"] = {
cargo = {
allFeatures = true,
features = "all",
},
},
}