better resolution on dir
This commit is contained in:
parent
b9c6070a6a
commit
5bdd860c18
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
dir = NVIM_PLUGIN_PATHS["nvim_plugin-catppuccin/nvim"] or nil,
|
dir = IS_NIX and NVIM_PLUGIN_PATHS["nvim_plugin-catppuccin/nvim"] or nil,
|
||||||
opts = {
|
opts = {
|
||||||
flavour = "mocha", -- latte, frappe, macchiato, mocha (default)
|
flavour = "mocha", -- latte, frappe, macchiato, mocha (default)
|
||||||
color_overrides = {
|
color_overrides = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue