Skip to content

Commit

Permalink
feat(vim): add bindings to toggle editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed May 4, 2021
1 parent ba88398 commit 602551f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/neovim/plugins.d/editorconfig/editorconfig-vim.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Plug 'editorconfig/editorconfig-vim'

let g:EditorConfig_exclude_patterns = ['fugitive://.*']

nnoremap <leader>te :EditorConfigDisable<CR>
nnoremap <leader>tE :EditorConfigEnable<CR>

0 comments on commit 602551f

Please sign in to comment.