support mdx
This commit is contained in:
parent
985a4ddc86
commit
d8e37cdf92
3 changed files with 10 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue