mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-09 03:56:11 +00:00
Merge a0baeb90fd into d6746a7510
This commit is contained in:
commit
bf4e7fe34d
4 changed files with 7 additions and 6 deletions
4
.github/assets/nvf-logo-work.svg
vendored
4
.github/assets/nvf-logo-work.svg
vendored
|
|
@ -7,10 +7,10 @@
|
|||
viewBox="0 0 1024.0 1024.0"
|
||||
version="1.1"
|
||||
id="SVGRoot"
|
||||
sodipodi:docname="neovim-flake-logo-work.svg"
|
||||
sodipodi:docname="nvf-logo-work.svg"
|
||||
xml:space="preserve"
|
||||
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
|
||||
inkscape:export-filename="neovim-flake-logo-work.png"
|
||||
inkscape:export-filename="nvf-logo-work.png"
|
||||
inkscape:export-xdpi="192"
|
||||
inkscape:export-ydpi="192"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
4
.github/workflows/cachix.yml
vendored
4
.github/workflows/cachix.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
with:
|
||||
authToken: ${{ secrets.CACHIX_TOKEN }}
|
||||
extraPullNames: nix-community
|
||||
name: neovim-flake
|
||||
name: nvf
|
||||
|
||||
- name: Set default git branch (to reduce log spam)
|
||||
run: git config --global init.defaultBranch main
|
||||
|
|
@ -44,5 +44,5 @@ jobs:
|
|||
- name: Validate Flakes
|
||||
run: nix flake check
|
||||
|
||||
- name: Build neovim-flake with default settings
|
||||
- name: Build nvf with default settings
|
||||
run: nix build .#${{ matrix.package }} --print-build-logs
|
||||
|
|
|
|||
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
|
|
@ -84,6 +84,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.pull_request.title, '[skip ci]')"
|
||||
strategy:
|
||||
# avoid having 2 jobs building ndg when no cache is available
|
||||
# TODO: there is probably a better way
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
package:
|
||||
- docs
|
||||
|
|
|
|||
|
|
@ -243,8 +243,6 @@ better prepare for breaking changes.
|
|||
|
||||
**A**: Quite possibly. **nvf** started as "neovim-flake", which does mean it is
|
||||
and will remain flakes-first but we might consider non-flakes compatibility.
|
||||
Though keep in mind that **nvf** under non-flake environments would lose
|
||||
customizability of plugin inputs, which is one of our primary features.
|
||||
|
||||
**Q**: I prefer working with Lua, can I use nvf as a plugin manager while I use
|
||||
an imperative path (e.g., `~/.config/nvim`) for my Neovim configuration instead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue