Skip to content

Commit

Permalink
Removing unecessary plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iury O. G. Figueiredo committed Jun 26, 2018
1 parent c685641 commit 2a5cd02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
18 changes: 0 additions & 18 deletions vyapp/plugins/log_opened_file.py

This file was deleted.

9 changes: 1 addition & 8 deletions vyapp/vyrc
Original file line number Diff line number Diff line change
Expand Up @@ -414,14 +414,6 @@ import vyapp.plugins.syntax.spider
from vyapp.plugins.syntax.styles.vy import VyStyle
autoload(vyapp.plugins.syntax.spider, VyStyle)

##############################################################################

# Used to log the files that you opened/saved.
# You must change the '.vy_history' to something like.
# '/home/your_home/.vy_history'
# import vyapp.plugins.log_opened_file
# autoload(vyapp.plugins.log_opened_file, '.vy_history')

##############################################################################
# Core command plugins.

Expand Down Expand Up @@ -486,3 +478,4 @@ autocall(setup)




0 comments on commit 2a5cd02

Please sign in to comment.