dotfiles/nvim/ftplugin/mdx.vim
Alyxia Sother b765d20420
[nvim] Misc fixes & changes
Co-Authored-By: Dmytro Meleshko <dmytro.meleshko@gmail.com>
2026-04-23 15:31:14 +02:00

8 lines
247 B
VimL

if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
" Taken from $VIMRUNTIME/ftplugin/javascript.vim
exe dotfiles#ft#setlocal('comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://')
exe dotfiles#ft#setlocal('commentstring=//\ %s')