🗑️ Remove redundant lines

- Plugins no longer re-using defaults
This commit is contained in:
2024-07-17 14:57:21 -04:00
parent 4d9175837d
commit fa4ed71101
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -32,7 +32,6 @@ return {
},
{
"gorbit99/codewindow.nvim",
version = false,
event = "InsertEnter",
config = function()
require("codewindow").setup({
-1
View File
@@ -55,7 +55,6 @@ return {
},
{
"samjwill/nvim-unception",
lazy = false,
init = function()
vim.g.unception_block_while_host_edits = true
end,