Skip to content

Commit

Permalink
fix(vimrc): open .json5 as JSONC
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Nov 16, 2024
1 parent 3d579b5 commit c320dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dots/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ set history=500
" Enable filetype plugins
filetype plugin on
filetype indent on
autocmd BufNewFile,BufRead *.json5 set filetype=jsonc

" Set to auto read when a file is changed from the outside
set autoread
Expand Down

0 comments on commit c320dc5

Please sign in to comment.