rileytwo / kiss

Kiss (Keep It Stupid Simple), a simple theme for iTerm, VSCode, RStudio, and more. (also includes an oh-my-zsh theme!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add this color theme to neovim using Packer in lua?

thijssmudde opened this issue · comments

Hey, this color scheme is perfect. I was looking for a theme that I can use both for Iterm2 and neovim. However, I have no idea how to install this package using Packer in lua.

Here is what I tried:

use("rileytwo/kiss.nvim") -- preferred colorscheme

Found the solution by asking on Reddit. Here is the solution:

put the kiss.vim file under ~/.config/nvim/colors/ (or wherever vim.fn.stdpath('config') .. '/colors/' evaluates to in lua)

Credits to /u/Some_Derpy_Pineapple