Skip to content

Commit

Permalink
chore(nvim): remove startuptime plugin
Browse files Browse the repository at this point in the history
- lazy's profile is somewhat more relevant
  • Loading branch information
schardev committed Nov 8, 2023
1 parent 0ceb00d commit 3c2799a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/nvim/lua/plugins/extras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ return {
-- Icons provider
{ "kyazdani42/nvim-web-devicons", lazy = "true" },

-- Shows human friendly startuptime
{ "dstein64/vim-startuptime", cmd = "StartupTime" },

-- library used by other plugins
{ "nvim-lua/plenary.nvim", lazy = true },

Expand Down Expand Up @@ -53,6 +50,7 @@ return {
require("ssr").open()
end,
mode = { "n", "v" },
desc = "Search replace using treesitter",
},
},
},
Expand Down

0 comments on commit 3c2799a

Please sign in to comment.