diff options
author | Chris <[email protected]> | 2021-03-14 21:52:13 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-14 21:52:13 -0400 |
commit | 416d970ab3aa7d9c603ba3c1e45de0e59035fcc5 (patch) | |
tree | a7a9cc4f7c8bab3f95b2a9909bf940ab6f13e36e /utils/bin | |
parent | 2de29be1d46869cb8f4ef19ec0daa553ee357e7c (diff) |
begin nvcode
Diffstat (limited to 'utils/bin')
-rwxr-xr-x | utils/bin/nv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bin/nv b/utils/bin/nv new file mode 100755 index 00000000..3408e212 --- /dev/null +++ b/utils/bin/nv @@ -0,0 +1,2 @@ +#!/bin/bash +nvim -u ~/.config/nvcode/init.lua |