feat(editors): ignore cfg_eval proc macros in rust-analyzer
This commit is contained in:
parent
f803b8a0f6
commit
58f60e0c62
4 changed files with 15 additions and 3 deletions
home/shell
|
@ -9,7 +9,7 @@ in {
|
|||
enable = true;
|
||||
package = pkgs.unstable.nushell;
|
||||
configFile.text = ''
|
||||
let-env config = {
|
||||
$env.config = {
|
||||
edit_mode: "vi"
|
||||
show_banner: false
|
||||
}
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
# kitty/neovim don't play well with multi-width emojis
|
||||
nix_shell.symbol = " ";
|
||||
};
|
||||
enableNushellIntegration = true;
|
||||
# enableNushellIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue