From 2de413ad7bdf6129d7f117ef3089473c934c3472 Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Sun, 25 Sep 2022 02:13:28 +0200 Subject: [PATCH] changed vim colorscheme --- modules/vim.nix | 2 +- modules/vimrc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/vim.nix b/modules/vim.nix index a7a6cdd..c167f95 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -1,5 +1,4 @@ with import {}; - vim_configurable.customize { name = "vim"; vimrcConfig = { @@ -8,6 +7,7 @@ vim_configurable.customize { start = [ airline syntastic + doki-theme-vim ]; }; }; diff --git a/modules/vimrc b/modules/vimrc index 35e6cd0..7a5270e 100644 --- a/modules/vimrc +++ b/modules/vimrc @@ -26,7 +26,8 @@ set ai "Auto indent set si "Smart indent set nowrap "Don't wrap lines syntax on -"colors peaksea +set background=dark +colors echidna set statusline+=%#warningmsg# set statusline+=%{SyntasticStatuslineFlag()}