Skip to content

Commit

Permalink
[nvim 0.7] use filetype.lua for detecting ft
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Apr 15, 2022
1 parent f7bb7ca commit 58b1e0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/globals.vim
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ let g:vimsyn_embed = 'l'

" Use English as main language
language en_US.utf-8

" use filetype.lua instead of filetype.vim
let g:do_filetype_lua = 1
let g:did_load_filetypes = 0
"}}

"{{ Disable loading certain plugins
Expand Down

0 comments on commit 58b1e0a

Please sign in to comment.