summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorottjk <joshott16@gmail.com>2024-01-20 01:29:51 -0500
committerottjk <joshott16@gmail.com>2024-01-20 01:29:51 -0500
commitea9a749bd6238334ff9e92a0a31fdeaf5223619b (patch)
tree6036539f3e49427483fb2dc388da377d5e5c7397 /nvim/lua/plugins.lua
parent9b78e39e9cca329acc160399e46bb8d1c9b33955 (diff)
downloaddotfiles-ea9a749bd6238334ff9e92a0a31fdeaf5223619b.tar.gz
dotfiles-ea9a749bd6238334ff9e92a0a31fdeaf5223619b.zip
many such updates
Diffstat (limited to 'nvim/lua/plugins.lua')
-rw-r--r--nvim/lua/plugins.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua
index 2fb9566..49532d3 100644
--- a/nvim/lua/plugins.lua
+++ b/nvim/lua/plugins.lua
@@ -71,4 +71,8 @@ require("lazy").setup({
require("hop").setup({ keys = "tnseridhaofuwyplcqxz" })
end,
},
+ {
+ 'folke/trouble.nvim',
+ dependencies = { "nvim-tree/nvim-web-devicons" },
+ },
})