Search Criteria
Package Details: neovim-tokyonight-git 1.20.0.r0.gd0baf68-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/neovim-tokyonight-git.git (read-only, click to copy) |
---|---|
Package Base: | neovim-tokyonight-git |
Description: | Dark and light theme ported from VSCode's TokyoNight |
Upstream URL: | https://github.com/folke/tokyonight.nvim |
Licenses: | MIT |
Groups: | neovim-plugins |
Conflicts: | neovim-airline-tokyonight, neovim-lightline-tokyonight, neovim-lualine-tokyonight, neovim-tokyonight |
Provides: | neovim-airline-tokyonight, neovim-lightline-tokyonight, neovim-lualine-tokyonight, neovim-tokyonight |
Submitter: | lmartinez-mirror |
Maintainer: | spiritomb |
Last Packager: | spiritomb |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-01 21:17 (UTC) |
Last Updated: | 2023-05-24 15:18 (UTC) |
Dependencies (2)
- neovim (nvim-with-restricted-modeAUR, neovim-nightly-binAUR, neovim-gitAUR, neovim-nightlyAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
spiritomb commented on 2023-03-27 04:32 (UTC)
Line 29 of the pkgbuild should be changed to
-type f -exec install -Dm 644 '{}' "$pkgdir/usr/share/$pkgname/{}" \;
so the extras are in their respective folders.As-is, the files for all the extras aren't in any folder hierarchy; they're all just put in /usr/share/neovim-tokyonight-git/ without being in any other folders to indicate what programs they're for. Thank you.