1

Refresh generated neovim config

This commit is contained in:
2024-07-14 21:12:36 +02:00
parent f215ce2ab5
commit 00464e0e65
731 changed files with 6780 additions and 31110 deletions

View File

@ -1,4 +1,4 @@
#!/nix/store/306znyj77fv49kwnkpxmb0j2znqpa8bj-bash-5.2p26/bin/bash
#!/nix/store/agkxax48k35wdmkhmmija2i2sxg8i7ny-bash-5.2p26/bin/bash
# Command substitution
echo $(basedir $(pwd))

View File

@ -23,3 +23,5 @@ elems: {
_env: string | *"dev" @tag(env,type=string)
host: "\(_env).example.com"
environments: (_env): "\(numList[1])"

View File

@ -130,6 +130,8 @@ fn main() {
let test_tuple: (u32, u32) = (0, 1);
tuple_param(test_tuple);
let a = <u32 as From<u8>>::from(1u8);
}
use level_1::{