1
0
forked from extern/nix-config

neovim: Add syntax highlighting to mdx files

This commit is contained in:
Donovan Glover 2023-07-26 09:59:44 -04:00
parent 38a817b9ff
commit 9ae34eb739
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -159,6 +159,8 @@ in
autocmd VimEnter * silent! :cd `git rev-parse --show-toplevel`
tnoremap <C-space> <C-\><C-n>
autocmd BufNewFile,BufRead *.mdx set filetype=markdown
'';
plugins = with pkgs.vimPlugins; [