This repository has been archived on 2024-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
neovim/plugins/theme/default.nix
2022-09-16 10:10:38 +03:00

8 lines
126 B
Nix

{ vimPlugins, ... }:
{
luaConfig = builtins.readFile ./catppuccin-nvim.lua;
plugins = [ vimPlugins.catppuccin-nvim ];
}