diff options
author | Chris <[email protected]> | 2020-04-09 14:09:56 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-09 14:09:56 -0400 |
commit | de8b5598e795b55ed70458cc37e6d237241a8ff0 (patch) | |
tree | f2d11537b5638f35c0bc527708f679570b8a832d /modules/plugins.vim | |
parent | 374e3ab69621d03571c36e248ab311c0facffec9 (diff) |
updates and stuff
Diffstat (limited to 'modules/plugins.vim')
-rw-r--r-- | modules/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/plugins.vim b/modules/plugins.vim index 549b4a18..fbcc7738 100644 --- a/modules/plugins.vim +++ b/modules/plugins.vim @@ -81,7 +81,7 @@ if dein#load_state('~/.config/nvim/dein') "echo doc call dein#add('Shougo/echodoc.vim') "Colorizer " - call dein#add('chrisbra/Colorizer') + call dein#add('norcalli/nvim-colorizer.lua') " Python docstring " call dein#add('heavenshell/vim-pydocstring') |