Compare commits

...

2 Commits

Author SHA1 Message Date
4e7def8ba1 Remove coq 2026-05-06 09:29:37 -04:00
41a3a6114d Use new format of mkdnflow bindings 2026-04-23 12:33:06 -04:00
2 changed files with 4 additions and 17 deletions

View File

@@ -20,7 +20,6 @@ Color Scheme: [Tokyo Night](https://github.com/folke/tokyonight.nvim)<br>
[neogit](https://github.com/NeogitOrg/neogit)<br>
[gitsigns](https://github.com/lewis6991/gitsigns.nvim)<br>
[tiny-inline-diagnostic](https://github.com/rachartier/tiny-inline-diagnostic.nvim)<br>
[coq_nvim](https://github.com/ms-jpq/coq_nvim)<br>
[nvim-autopairs](https://github.com/windwp/nvim-autopairs)<br>
[Comment](https://github.com/numToStr/Comment.nvim)<br>
[sleuth](https://github.com/tpope/vim-sleuth)<br>

View File

@@ -105,17 +105,6 @@
};
};
coq-nvim = {
enable = true;
installArtifacts = true;
luaConfig.post = ''
vim.g.coq_settings = {
keymap = { jump_to_mark = "" },
}
'';
};
nvim-autopairs.enable = true;
sleuth.enable = true;
@@ -135,16 +124,15 @@
};
};
mkdnflow = {
enable = true;
settings = {
mappings = {
MkdnEnter = {
key = "<CR>";
modes = [ "n" "v" "i" ];
};
MkdnEnter = [
[ "n" "v" "i" ]
"<CR>"
];
};
};
};