feat: switch neovim & alacritty theme

This commit is contained in:
Felix Schröter 2021-03-26 03:32:40 +01:00
parent c0eec00cb3
commit 5a84c27334
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
5 changed files with 32 additions and 33 deletions

View file

@ -44,7 +44,7 @@ in {
viAlias = true;
vimAlias = true;
plugins = with pkgs.vimPlugins; [
gruvbox-community
nvcode-color-schemes-vim
editorconfig-vim
direnv-vim
fzf-vim

View file

@ -6,8 +6,10 @@ set smartcase
set termguicolors
set timeoutlen=500
colorscheme gruvbox
let g:gruvbox_number_column = 'bg1'
let g:nvcode_termcolors=256
syntax on
colorscheme nvcode
hi TSCurrentScope guifg=NONE ctermfg=NONE guibg=#252526 ctermbg=235 gui=NONE cterm=NONE
function! s:gitModified()
let files = systemlist('git ls-files -m 2>/dev/null')