Splice configs/shared directory
- Move all children from configs/shared into configs. - Delete "shared" directory.
This commit is contained in:
parent
137bd6dc0c
commit
fe61dee511
169 changed files with 2 additions and 49299 deletions
5
configs/.config/nvim/templates/boilerplate.rs
Normal file
5
configs/.config/nvim/templates/boilerplate.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
fn main() {
|
||||
// The statements here will be executed when the compiled binary is called.
|
||||
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue