forked from extern/nix-config
neovim: Add syntax highlighting to mdx files
This commit is contained in:
parent
38a817b9ff
commit
9ae34eb739
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user