Skip to content

Commit

Permalink
nvim: Register .code-profile as jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Dec 1, 2023
1 parent 37882c2 commit 063307e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ autocmd BufNewFile,BufRead *.gitconfig set filetype=gitconfig
" kube-config
autocmd BufNewFile,BufRead ~/.kube/config set filetype=yaml

" vscode
autocmd BufNewFile,BufRead *.code-profile set filetype=jsonc

" YAML files
autocmd BufNewFile,BufRead *.y[a]ml.* set filetype=yaml

Expand Down

0 comments on commit 063307e

Please sign in to comment.