remove redundant

This commit is contained in:
Benjamin Kyd
2023-03-04 12:22:03 +00:00
parent 50c86ce727
commit 643bb3287d
2 changed files with 57 additions and 59 deletions

View File

@@ -78,7 +78,7 @@ local packer = require('packer').startup(function(use)
local codewindow = require('codewindow')
codewindow.setup()
codewindow.apply_default_keybinds()
end,
end
}
-- nerd commenter
@@ -92,19 +92,7 @@ local packer = require('packer').startup(function(use)
end
}
-- better LSP UI (for code actions, rename etc.)
--use {
--"glepnir/lspsaga.nvim",
--branch = "main",
--config = function ()
--require('plugin-config/lspsaga')
--end
--}
-- better find and replace
use 'windwp/nvim-spectre'
-- VISUAL CHANGES
-- start page