From 9c134594966588b8166d223d07cea733c709b017 Mon Sep 17 00:00:00 2001 From: Jim Richter Date: Mon, 7 Jun 2021 14:23:59 +0200 Subject: [PATCH] vim switch to material theme --- configs/.zshrc | 1 - configs/init.vim | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/.zshrc b/configs/.zshrc index 6857534..96a7ffa 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -36,7 +36,6 @@ export PATH="$PATH:$DENO_INSTALL/bin" ## Setup VIM export EDITOR="nvim" -export VIMRUNTIME="~/bin/neovim/runtime" ## GO STUFF export PATH=$PATH:/usr/local/go/bin diff --git a/configs/init.vim b/configs/init.vim index fa3b14e..4f4464c 100644 --- a/configs/init.vim +++ b/configs/init.vim @@ -5,7 +5,7 @@ call plug#begin('~/.vim/plugged') " Declare the list of plugins. Plug 'tpope/vim-sensible' -Plug 'mhartington/oceanic-next' +Plug 'kaicataldo/material.vim', { 'branch': 'main' } Plug 'ryanoasis/vim-devicons' Plug 'preservim/nerdtree' @@ -22,7 +22,8 @@ endif " Theme syntax enable -colorscheme OceanicNext +let g:material_theme_style = 'ocean-community' +colorscheme material let mapleader = ","