up
This commit is contained in:
@@ -88,3 +88,10 @@
|
|||||||
url = "https://git.jefflance.me/jeff/asymptote-config.git"
|
url = "https://git.jefflance.me/jeff/asymptote-config.git"
|
||||||
refreshPeriod = "168h"
|
refreshPeriod = "168h"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
{{- if ne .hasNVim false }}
|
||||||
|
[".config/nvim"]
|
||||||
|
type = "git-repo"
|
||||||
|
url = "https://git.jefflance.me/jeff/nvim-modular.git"
|
||||||
|
refreshPeriod = "48h"
|
||||||
|
{{- end }}
|
||||||
|
|||||||
@@ -9,8 +9,10 @@ declare -A plugins
|
|||||||
plugins=(
|
plugins=(
|
||||||
['direnv']=''
|
['direnv']=''
|
||||||
['golang']='https://github.com/asdf-community/asdf-golang.git'
|
['golang']='https://github.com/asdf-community/asdf-golang.git'
|
||||||
|
['julia']='https://github.com/rkyleg/asdf-julia.git'
|
||||||
['nodejs']='https://github.com/asdf-vm/asdf-nodejs.git'
|
['nodejs']='https://github.com/asdf-vm/asdf-nodejs.git'
|
||||||
['opam']='https://github.com/asdf-community/asdf-opam.git'
|
['opam']='https://github.com/asdf-community/asdf-opam.git'
|
||||||
|
['r']='https://github.com/asdf-community/asdf-r.git'
|
||||||
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
|
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
|
||||||
['rust']='https://github.com/code-lever/asdf-rust.git'
|
['rust']='https://github.com/code-lever/asdf-rust.git'
|
||||||
['starship']=''
|
['starship']=''
|
||||||
|
|||||||
Reference in New Issue
Block a user