markdown writting

Former-commit-id: 6f1bcbf4dc
This commit is contained in:
Hadi
2025-02-04 20:40:54 +01:00
parent 47e9b45cfa
commit c054d85b1c
3 changed files with 230 additions and 165 deletions

View File

@@ -3,17 +3,10 @@
highlightOverride = {
FloatBorder.fg = "#${config.lib.stylix.colors.base0D}";
};
nixpkgs.config = { allowUnfree = true; };
plugins = {
# FIXME: broken on unstable
# copilot-vim.enable = true;
copilot-vim.enable = true;
flash.enable = true;
image = {
enable = true;
integrations.markdown = {
clearInInsertMode = true;
onlyRenderImageAtCursor = true;
};
};
tmux-navigator.enable = true;
comment.enable = true;
nvim-autopairs.enable = true;