make rust-analyzer use clippy by default
and add nushell as its own ls and remove the old cd config
This commit is contained in:
parent
b53b0e8009
commit
db434c2114
2 changed files with 27 additions and 9 deletions
|
@ -150,9 +150,6 @@ $env.config = {
|
|||
always_trash: true # always act as if -t was given. Can be overridden with -p
|
||||
}
|
||||
|
||||
cd: {
|
||||
}
|
||||
|
||||
table: {
|
||||
mode: reinforced # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other
|
||||
index_mode: always # "always" show indexes, "never" show indexes, "auto" = show indexes when a table has "index" column
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue