neovim: Drop useless markdown specifier

This seems to be the default now.
This commit is contained in:
Donovan Glover 2024-04-29 12:46:11 -04:00
parent 65dee126ec
commit 48e173ac34
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -164,8 +164,6 @@ 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; [