mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
markdown writting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user