Skip to content

Commit

Permalink
Revert "vimrc: freeze editorconfig-vim until issue is resolved"
Browse files Browse the repository at this point in the history
This reverts commit 94a6572.
  • Loading branch information
yous committed Nov 27, 2023
1 parent 0dad5d6 commit e46c3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if !exists('+fixendofline')
\ 'frozen': 1 }
endif
" EditorConfig plugin for Vim
Plug 'editorconfig/editorconfig-vim', { 'commit': '7f4e4df', 'frozen': 1 }
Plug 'editorconfig/editorconfig-vim'
" A Plugin to show a diff, whenever recovering a buffer
Plug 'chrisbra/Recover.vim'
" obsession.vim: continuously updated session files
Expand Down

0 comments on commit e46c3c9

Please sign in to comment.