diff --git a/README.md b/README.md index e523b01..a9cdc90 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ Color Scheme: [Tokyo Night](https://github.com/folke/tokyonight.nvim)
[neogit](https://github.com/NeogitOrg/neogit)
[gitsigns](https://github.com/lewis6991/gitsigns.nvim)
[tiny-inline-diagnostic](https://github.com/rachartier/tiny-inline-diagnostic.nvim)
-[coq_nvim](https://github.com/ms-jpq/coq_nvim)
[nvim-autopairs](https://github.com/windwp/nvim-autopairs)
[Comment](https://github.com/numToStr/Comment.nvim)
[sleuth](https://github.com/tpope/vim-sleuth)
diff --git a/config.nix b/config.nix index 7f57238..b5be5a9 100644 --- a/config.nix +++ b/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; sleuth.enable = true;