From fe8bfcd1f35fa2b6388e7f3510b67aec50394914 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 12 Apr 2022 09:29:15 +0100 Subject: [PATCH] update paper-tonic path --- init.plugins.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.plugins.vim b/init.plugins.vim index ef5735a..1643fe5 100644 --- a/init.plugins.vim +++ b/init.plugins.vim @@ -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