Add alias to use nvim, use better colorscheme

This commit is contained in:
Nicole Tietz-Sokolskaya 2018-11-28 17:46:00 -05:00
parent f566f381aa
commit 84805ecc61
3 changed files with 9 additions and 3 deletions

View file

@ -7,6 +7,7 @@ set_prompt
configure_ls
configure_completions
alias vim="nvim"
alias notes="vim ~/notes.md"
# default editor

View file

@ -22,12 +22,14 @@ set autoindent
set smartindent
set smarttab
set splitright
set splitbelow
" TODO: do I want this?
"set splitright
"set splitbelow
let g:vimwiki_list = [ {'path': '~/Code/ntietz/vimwiki'} ]
set spell
colorscheme torte
colorscheme gruvbox
set background=dark

View file

@ -17,6 +17,9 @@ Plug 'sheerun/vim-polyglot' " Automatic syntax highlighting
" vimwiki
Plug 'vimwiki/vimwiki'
" add a ton of colorschemes to pick from
Plug 'flazz/vim-colorschemes'
" [submodule "bundle/vim-graphql"]
" path = vim/.vim/bundle/vim-graphql
" url = https://github.com/jparise/vim-graphql