paper-tonic -> nvim-paper-tonic

This commit is contained in:
Ray Elliott 2021-09-06 13:01:43 +01:00
parent 8c7e571333
commit c6b63d871b
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Plug 'https://github.com/marko-cerovac/material.nvim'
let g:material_style = 'lighter'
" colorscheme in develpment paper-tonic
Plug '~/paper-tonic'
Plug '~/nvim-paper-tonic'
" evaluating
" #nvim-treesitter {{{

View File

@ -2,7 +2,7 @@
" problems if I ever use ruby virtual environments or RVM or similar.
let g:ruby_host_prog = '~/.gem/ruby/2.7.0/bin/neovim-ruby-host'
set rtp+='~/paper-tonic'
set rtp+='~/nvim-paper-tonic'
source ~/.config/nvim/init.plugins.vim
source ~/.config/nvim/init.tabline.vim