Skip to content

Commit

Permalink
Drop deprecated conf
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Dec 20, 2024
1 parent ff3b4e6 commit 8460b98
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions home/private_dot_config/nvim/lua/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ return {
},

-- Structural search and replace
-- XXX: currently not really used
{
"cshuaimin/ssr.nvim",
keys = {
Expand All @@ -79,24 +80,6 @@ return {
},
},

-- Refactoring library based off the Refactoring book by Martin Fowler
{
"ThePrimeagen/refactoring.nvim",
keys = {
{
"<leader>r",
function()
require("refactoring").select_refactor()
end,
mode = "v",
noremap = true,
silent = true,
expr = false,
},
},
opts = {},
},

-- Use <tab> for completion and snippets (supertab).
-- {
-- "L3MON4D3/LuaSnip",
Expand Down

0 comments on commit 8460b98

Please sign in to comment.