Skip to content

Commit

Permalink
Add mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Mar 28, 2024
1 parent 96a6a16 commit e1713cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,9 @@ let g:copilot_no_tab_map = v:true
imap <silent><script><expr> <C-j> copilot#Accept("\<CR>")
imap <C-k> <Plug>(copilot-next)

" MDX
autocmd BufNewFile,BufRead *.mdx set filetype=markdown

" Include temporary vim settings
if filereadable("/tmp/.vimrc")
source /tmp/.vimrc
Expand Down

0 comments on commit e1713cb

Please sign in to comment.