nixvim: Set colorscheme to vim-monokai-tasty

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-08-03 17:00:42 +03:00
parent 18854b903b
commit 52c106b4be
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -65,6 +65,7 @@
programs.nixvim.extraPlugins = [
pkgs.vimPlugins.legendary-nvim
pkgs.vimPlugins.guess-indent-nvim
pkgs.vimPlugins.vim-monokai-tasty
(pkgs.vimUtils.buildVimPlugin {
name = "cmp-async-path";
src = pkgs.fetchgit {
@ -74,6 +75,8 @@
};
})
];
programs.nixvim.colorscheme = "vim-monokai-tasty";
programs.nixvim.opts = {
mousemoveevent = true;
relativenumber = true;