fixing up formatting and style
This commit is contained in:
@@ -92,6 +92,9 @@ bashls_install_methods:
|
||||
- source
|
||||
bashls_npm_pkgname: bash-language-server
|
||||
# }}}
|
||||
# cargo {{{
|
||||
cargo_pkgname: cargo
|
||||
# }}}
|
||||
# {{{ go
|
||||
go_archive_version: 1.25.6
|
||||
go_archive_archmap:
|
||||
@@ -124,6 +127,52 @@ go_pkgname:
|
||||
1.23: go123
|
||||
1.22: go122
|
||||
# }}}
|
||||
# neovim {{{
|
||||
neovim_version: master
|
||||
neovim_build_type: Release
|
||||
neovim_git_repo: https://github.com/neovim/neovim
|
||||
neovim_appimage:
|
||||
base_url: https://github.com/neovim/neovim/releases/download
|
||||
link_name: nvim
|
||||
neovim_pkgname:
|
||||
RedHat: neovim
|
||||
Debian: neovim
|
||||
Darwin: neovim
|
||||
FreeBSD: neovim
|
||||
neovim_build_deps:
|
||||
RedHat:
|
||||
- cmake
|
||||
- curl
|
||||
- gcc
|
||||
- gettext
|
||||
- glibc-gconv-extra
|
||||
- make
|
||||
- ninja-build
|
||||
Debian:
|
||||
- build-essential
|
||||
- cmake
|
||||
- curl
|
||||
- gettext
|
||||
- ninja-build
|
||||
Darwin:
|
||||
- cmake
|
||||
- curl
|
||||
- gettext
|
||||
- ninja
|
||||
Alpine:
|
||||
- build-base
|
||||
- cmake
|
||||
- coreutils
|
||||
- curl
|
||||
- gettext-dev
|
||||
neovim_build_files:
|
||||
- lib64/nvim
|
||||
- bin/nvim
|
||||
- share/nvim
|
||||
- share/applications/nvim.desktop
|
||||
- share/icons/hicolor/128x128/apps/nvim.png
|
||||
- share/man/man1/nvim.1
|
||||
# }}}
|
||||
# {{{ nerdfonts
|
||||
nerdfonts_install_list:
|
||||
- JetBrainsMono
|
||||
@@ -135,6 +184,11 @@ nerdfonts_install_list:
|
||||
nerdfonts_base_url: https://github.com/ryanoasis/nerd-fonts/releases/latest/download
|
||||
nerdfonts_install_path: share/fonts
|
||||
# }}}
|
||||
# rust {{{
|
||||
rust_pkgname: rust
|
||||
rust_pkgdeps:
|
||||
- cargo
|
||||
# }}}
|
||||
# {{{ zsh
|
||||
zsh_base_url: git://git.code.sf.net/p/zsh/code
|
||||
zsh_version: zsh-5.9
|
||||
|
||||
Reference in New Issue
Block a user