mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-28 21:51:26 +02:00
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`
|
autocmd VimEnter * silent! :cd `git rev-parse --show-toplevel`
|
||||||
|
|
||||||
tnoremap <C-space> <C-\><C-n>
|
tnoremap <C-space> <C-\><C-n>
|
||||||
|
|
||||||
|
autocmd BufNewFile,BufRead *.mdx set filetype=markdown
|
||||||
'';
|
'';
|
||||||
|
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user