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 = ","