pinto
:paintbrush: Create, view and edit vim color themes (by alajmo)
neovim-releases
Unsupported Nvim releases (by neovim)
| pinto | neovim-releases | |
|---|---|---|
| 2 | 2 | |
| 32 | 252 | |
| - | 2.0% | |
| 0.0 | 2.8 | |
| over 3 years ago | 5 days ago | |
| JavaScript | ||
| MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pinto
Posts with mentions or reviews of pinto.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-07.
-
Closest thing to tokyonight.nvim that works with standard vim?
You can create your own colorscheme based on tokyonight color palette. You something like https://pintovim.dev/ or https://vimcolors.org/
-
mani, a CLI Tool to Manage Multiple Repositories
projects: example: path: . desc: A mani example pinto: path: frontend/pinto url: https://github.com/alajmo/pinto.git desc: A vim theme editor tags: [frontend, node] template-generator: url: https://github.com/alajmo/template-generator.git desc: A simple bash script used to manage boilerplates tags: [cli, bash] env: branch: master themes: custom: table: options: draw_border: true separate_columns: true separate_header: true separate_rows: true tasks: git-status: desc: show working tree status cmd: git status git-last-commit-msg: desc: show last commit cmd: git log -1 --pretty=%B git-last-commit-date: desc: show last commit date cmd: | git log -1 --format="%cd (%cr)" -n 1 --date=format:"%d %b %y" \ | sed 's/ //' git-branch: desc: show current git branch cmd: git rev-parse --abbrev-ref HEAD npm-install: desc: run npm install in node repos target: tags: [node] cmd: npm install git-overview: desc: show branch, local and remote diffs, last commit and date theme: custom commands: - task: git-branch - task: git-last-commit-msg - task: git-last-commit-date
neovim-releases
Posts with mentions or reviews of neovim-releases.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-07.
- Closest thing to tokyonight.nvim that works with standard vim?
-
What are your linux kernel dev environments? I've been experimenting with Docker dev environments and it's working well.
# Dockerfile Dockerfile FROM ubuntu:22.04 RUN apt-get update && apt-get upgrade -yq && apt-get install -yq \ build-essential libncurses5-dev gdb flex ccache bison libelf-dev qemu \ qemu-system initramfs-tools bc cmake fzf fd-find git wget tar ripgrep \ clangd linux-modules-$(uname -r) libssl-dev && \ mkdir -p /root/.config/gdb && \ touch /root/.config/gdb/gdbinit && \ echo "add-auto-load-safe-path /root/linux/scripts/gdb/vmlinux-gdb.py" >> /root/.config/gdb/gdbinit && \ echo "set auto-load safe-path /" >> /root/.config/gdb/gdbinit && \ wget --progress=dot:giga https://github.com/neovim/neovim-releases/releases/download/nightly/nvim-linux64.tar.gz && \ tar xzf nvim-linux64.tar.gz && ln -s /nvim-linux64/bin/nvim /bin/vim && \ rm /nvim-linux64.tar.gz && mkdir -p /root/.config/ && \ git clone https://github.com/mr-frank/neovim-docker /root/.config/nvim WORKDIR /root
What are some alternatives?
When comparing pinto and neovim-releases you can also consider the following projects:
gita - Manage many git repos with sanity 从容管理多个git库
vim - 🧋 Soothing pastel theme for Vim
mani
neovim-docker
tokyonight-vim - [ARCHIVED : Lack of time to maintain] A clean, dark vim colorscheme that celebrates the lights of downtown Tokyo at night, based on a VSCode theme by @enkia with the same name