Skip to content

Commit

Permalink
nvim: Add fixup for editorconfig and nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafflesiaceae committed Apr 9, 2023
1 parent 6e25492 commit c1753bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .config/nvim/init.vim
Expand Up @@ -1371,3 +1371,10 @@ au FileType starlark set filetype=starlark.python
" {{{ PKGBUILD
autocmd BufRead,BufNewFile PKGBUILD set filetype=sh
" }}}

" @XXX @WORKAROUND
" fixup for editorconfig-vim on neovim
" see https://github.com/editorconfig/editorconfig-vim/issues/163
augroup _editorconfig
autocmd BufEnter * :EditorConfigReload
augroup END

0 comments on commit c1753bc

Please sign in to comment.