nixvim: Set colorscheme to vim-monokai-tasty
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
18854b903b
commit
52c106b4be
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue