aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/config/telescope.lua5
-rw-r--r--nvim-pack-lock.json22
2 files changed, 17 insertions, 10 deletions
diff --git a/lua/config/telescope.lua b/lua/config/telescope.lua
index 1f1ee58..3e03a7d 100644
--- a/lua/config/telescope.lua
+++ b/lua/config/telescope.lua
@@ -13,6 +13,9 @@ vim.keymap.set("n", "<leader><leader>", builtin.live_grep)
vim.keymap.set("n", "gri", builtin.lsp_implementations)
vim.keymap.set("n", "grr", builtin.lsp_references)
vim.keymap.set("n", "grt", builtin.lsp_type_definitions)
+vim.keymap.set("n", "grd", builtin.lsp_definitions)
vim.keymap.set("n", "gO", builtin.lsp_document_symbols)
vim.keymap.set("n", "gW", builtin.lsp_workspace_symbols)
-vim.keymap.set("n", "grl", function() builtin.diagnostics({ bufnr = 0 }) end)
+vim.keymap.set("n", "grl", function()
+ builtin.diagnostics({ bufnr = 0 })
+end)
diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json
index 0b4727f..31746f5 100644
--- a/nvim-pack-lock.json
+++ b/nvim-pack-lock.json
@@ -26,11 +26,15 @@
"src": "https://github.com/j-hui/fidget.nvim"
},
"gitsigns.nvim": {
- "rev": "25050e4ed39e628282831d4cbecb1850454ce915",
+ "rev": "2038c666bd9d8a0b7349a0b6ee00dc83104b9ecf",
"src": "https://github.com/lewis6991/gitsigns.nvim"
},
+ "gruvbox.nvim": {
+ "rev": "154eb5ff5b96d0641307113fa385eaf0d36d9796",
+ "src": "https://github.com/ellisonleao/gruvbox.nvim"
+ },
"mason-lspconfig.nvim": {
- "rev": "0a695750d747db1e7e70bcf0267ef8951c95fc83",
+ "rev": "21c5b3ebeaa0412e28096bb0701434c51c1fbf76",
"src": "https://github.com/mason-org/mason-lspconfig.nvim"
},
"mason-tool-installer.nvim": {
@@ -38,7 +42,7 @@
"src": "https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim"
},
"mason.nvim": {
- "rev": "16ba83bfc8a25f52bb545134f5bee082b195c460",
+ "rev": "2a6940af80375532e5e9e7c1f2fc6319a1b7a69d",
"src": "https://github.com/mason-org/mason.nvim"
},
"mermaid.nvim": {
@@ -54,7 +58,7 @@
"src": "https://github.com/nvim-neotest/neotest-go"
},
"neotest-java": {
- "rev": "2aa2d5ff228bea6242eda27c83d431b909925690",
+ "rev": "78d236da986cca4dd95cb10b1250c4c6e1508240",
"src": "https://github.com/rcasia/neotest-java"
},
"neotest-vitest": {
@@ -78,15 +82,15 @@
"src": "https://github.com/igorlfs/nvim-dap-view"
},
"nvim-java": {
- "rev": "bb120763d717eb375db1fe9c5d2034855aa1514c",
+ "rev": "f36a376dfebbbb4cf382008ea6e8b70d40049112",
"src": "https://github.com/nvim-java/nvim-java"
},
"nvim-lint": {
- "rev": "99cbc3ca8a76845fca50e496be7212bebf907dd3",
+ "rev": "4b7957daf4b81eb578114bd6fcf20b6f5a2b59e8",
"src": "https://codeberg.org/mfussenegger/nvim-lint"
},
"nvim-lspconfig": {
- "rev": "229b79051b380377664edc4cbd534930154921a1",
+ "rev": "bfcc0171a43f22afa61d927ffe9fcb6cb85dc99e",
"src": "https://github.com/neovim/nvim-lspconfig"
},
"nvim-nio": {
@@ -94,7 +98,7 @@
"src": "https://github.com/nvim-neotest/nvim-nio"
},
"nvim-surround": {
- "rev": "2e93e154de9ff326def6480a4358bfc149d5da2c",
+ "rev": "8b47db616ef658b8fc27e61db2896aa2f40134de",
"src": "https://github.com/kylechui/nvim-surround"
},
"nvim-treesitter": {
@@ -142,7 +146,7 @@
"src": "https://github.com/JavaHello/spring-boot.nvim"
},
"telescope.nvim": {
- "rev": "7d324792b7943e4aa16ad007212e6acc6f9fe335",
+ "rev": "9377230aa5305d9e9aca4ed8dadf1070fb4aa9fc",
"src": "https://github.com/nvim-telescope/telescope.nvim"
},
"todo-comments.nvim": {