update paper-tonic path
This commit is contained in:
parent
af334c58d2
commit
fe8bfcd1f3
|
@ -10,7 +10,7 @@ Plug 'https://github.com/marko-cerovac/material.nvim', { 'branch': 'main' }
|
|||
let g:material_style = 'lighter'
|
||||
|
||||
" colorscheme in develpment paper-tonic
|
||||
Plug '~/Projects/nvim-paper-tonic'
|
||||
Plug '~/projects/nvim-paper-tonic'
|
||||
|
||||
" #nvim-treesitter {{{
|
||||
" https://github.com/nvim-treesitter/nvim-treesitter
|
||||
|
@ -238,8 +238,6 @@ let g:mta_filetypes = {
|
|||
Plug 'tpope/vim-rsi'
|
||||
|
||||
"}}}
|
||||
|
||||
"}}}
|
||||
" #vim-repeat{{{
|
||||
" https://github.com/tpope/vim-repeat
|
||||
" makes repeat . work for more stuff
|
||||
|
|
Loading…
Reference in New Issue