support mdx

This commit is contained in:
Jonathan Dönszelmann 2024-07-12 00:30:13 +02:00
parent 985a4ddc86
commit d8e37cdf92
3 changed files with 10 additions and 6 deletions

View file

@ -37,6 +37,8 @@ in
package = pkgs.neovim-unwrapped;
clipboard.providers.wl-copy.enable = true;
keymaps = [
{
key = "<f2>";
@ -350,6 +352,7 @@ in
render-markdown
otter
vim-astro
nvim-web-devicons
];
extraConfigLua = builtins.readFile ./config.lua;