Skip to content

Commit

Permalink
auto detect mdx filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Oct 22, 2024
1 parent 5282cc4 commit b5b4cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ augroup END

autocmd BufWritePre *.tfvars lua vim.lsp.buf.format()
autocmd BufWritePre *.tf lua vim.lsp.buf.format()
autocmd BufRead,BufNewFile *.mdx set filetype=markdown

"""""""""""""""""""""""""""""""""""""""""""""""
" => Utils (a.k.a. mess I can't categorize)
Expand Down

0 comments on commit b5b4cd6

Please sign in to comment.