mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 10:17:46 +02:00
neovim: Drop useless markdown specifier
This seems to be the default now.
This commit is contained in:
parent
65dee126ec
commit
48e173ac34
@ -164,8 +164,6 @@ 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