From 3cedb3ebf6a41b74ce360ac0a53f85fb2541c02a Mon Sep 17 00:00:00 2001 From: d2b906 Date: Fri, 13 Dec 2024 19:07:23 -0700 Subject: [PATCH] Update Readme --- README.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index bff36b7..c507df8 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,8 @@ -# Nixvim template +# Sources +- https://github.com/Ahwxorg/nixvim-config/tree/f295de4b6f9f808e3074e53d058b309dc69c55d2 +- https://www.youtube.com/watch?v=b641h63lqy0&t=62s&ab_channel=Vimjoyer -This template gives you a good starting point for configuring nixvim standalone. - -## Configuring - -To start configuring, just add or modify the nix files in `./config`. -If you add a new configuration file, remember to add it to the -[`config/default.nix`](./config/default.nix) file - -## Testing your new configuration - -To test your configuration simply run the following command - -``` -nix run . -``` +# Use +- Use ``` nix run ``` to run vim +- If using any argument add ``` .# -- {arguments} ``` + - For instance ``` nix run .# -- main.rs ``` opens the file