vim switch to material theme
This commit is contained in:
parent
08f7f86cb5
commit
9c13459496
@ -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
|
||||
|
@ -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 = ","
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user