This commit is contained in:
Hadi
2024-10-08 10:39:10 +02:00
parent 741a6f97ae
commit c401b9bd7f
6 changed files with 35 additions and 3 deletions

View File

@@ -6,7 +6,13 @@
plugins = {
copilot-vim.enable = true;
flash.enable = true;
image.enable = true;
image = {
enable = true;
integrations.markdown = {
clearInInsertMode = true;
onlyRenderImageAtCursor = true;
};
};
tmux-navigator.enable = true;
comment.enable = true;
nvim-autopairs.enable = true;