Compare commits
2 Commits
82614c27db
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
4e7def8ba1
|
|||
|
41a3a6114d
|
@@ -20,7 +20,6 @@ Color Scheme: [Tokyo Night](https://github.com/folke/tokyonight.nvim)<br>
|
|||||||
[neogit](https://github.com/NeogitOrg/neogit)<br>
|
[neogit](https://github.com/NeogitOrg/neogit)<br>
|
||||||
[gitsigns](https://github.com/lewis6991/gitsigns.nvim)<br>
|
[gitsigns](https://github.com/lewis6991/gitsigns.nvim)<br>
|
||||||
[tiny-inline-diagnostic](https://github.com/rachartier/tiny-inline-diagnostic.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>
|
[nvim-autopairs](https://github.com/windwp/nvim-autopairs)<br>
|
||||||
[Comment](https://github.com/numToStr/Comment.nvim)<br>
|
[Comment](https://github.com/numToStr/Comment.nvim)<br>
|
||||||
[sleuth](https://github.com/tpope/vim-sleuth)<br>
|
[sleuth](https://github.com/tpope/vim-sleuth)<br>
|
||||||
|
|||||||
20
config.nix
20
config.nix
@@ -105,17 +105,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
coq-nvim = {
|
|
||||||
enable = true;
|
|
||||||
installArtifacts = true;
|
|
||||||
|
|
||||||
luaConfig.post = ''
|
|
||||||
vim.g.coq_settings = {
|
|
||||||
keymap = { jump_to_mark = "" },
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
nvim-autopairs.enable = true;
|
nvim-autopairs.enable = true;
|
||||||
sleuth.enable = true;
|
sleuth.enable = true;
|
||||||
|
|
||||||
@@ -135,16 +124,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
mkdnflow = {
|
mkdnflow = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
mappings = {
|
mappings = {
|
||||||
MkdnEnter = {
|
MkdnEnter = [
|
||||||
key = "<CR>";
|
[ "n" "v" "i" ]
|
||||||
modes = [ "n" "v" "i" ];
|
"<CR>"
|
||||||
};
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user