Skip to content

Commit 1a4e1bb

Browse files
committed
feat(plugin): add trouble.nvim to neovim
1 parent 0da3c35 commit 1a4e1bb

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

nvim_lua/.config/nvim/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NeoVim Config
22

3-
This is @engeir's NeoVim config, on NVIM v0.9.0-dev-1278+g063e93864 (view at [latest
4-
commit](https://github.com/neovim/neovim/tree/063e93864)) installed with the [bob version
3+
This is @engeir's NeoVim config, on NVIM v0.9.0-dev-1296+g8b7fb668e (view at [latest
4+
commit](https://github.com/neovim/neovim/tree/8b7fb668e)) installed with the [bob version
55
manager for neovim](https://github.com/MordechaiHadad/bob). I am currently using the
66
[lazy plugin manager](https://github.com/folke/lazy.nvim). Below is a complete list of
77
all plugins I'm using:
@@ -65,6 +65,7 @@ all plugins I'm using:
6565
- [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim.git)
6666
- [todo-comments.nvim](https://github.com/folke/todo-comments.nvim.git)
6767
- [transparent.nvim](https://github.com/xiyaowong/transparent.nvim.git)
68+
- [trouble.nvim](https://github.com/folke/trouble.nvim.git)
6869
- [undotree](https://github.com/mbbill/undotree.git)
6970
- [urlview.nvim](https://github.com/axieax/urlview.nvim.git)
7071
- [vim-angry-reviewer](https://github.com/anufrievroman/vim-angry-reviewer.git)

nvim_lua/.config/nvim/lazy-lock.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lazy.nvim": { "branch": "main", "commit": "57cce98dfdb2f2dd05a0567d89811e6d0505e13b" },
2727
"lazygit.nvim": { "branch": "main", "commit": "32bffdebe273e571588f25c8a708ca7297928617" },
2828
"lsp-zero.nvim": { "branch": "main", "commit": "416cc687ba7eedae1da36d8426ddd538c2ceb2f4" },
29-
"lualine": { "branch": "master", "commit": "e99d733e0213ceb8f548ae6551b04ae32e590c80" },
29+
"lualine": { "branch": "master", "commit": "e80465d721bdafcd234e890d1677ca4afb905144" },
3030
"mason-lspconfig.nvim": { "branch": "main", "commit": "b64fdede85fd5e0b720ce722919e0a9b95ed6547" },
3131
"mason.nvim": { "branch": "main", "commit": "fdf33558c4386516150748670fde10ea39a7d86f" },
3232
"mind.nvim": { "branch": "master", "commit": "002137dd7cf97865ebd01b6a260209d2daf2da66" },
@@ -38,9 +38,9 @@
3838
"nui.nvim": { "branch": "main", "commit": "4eaec2ac66af2ca6ddddd3f665ad0909b90ae36a" },
3939
"null-ls.nvim": { "branch": "main", "commit": "01e035ac1c0ba1cc7a688110e3a9f939cab1f454" },
4040
"nvim-cmp": { "branch": "main", "commit": "777450fd0ae289463a14481673e26246b5e38bf2" },
41-
"nvim-lspconfig": { "branch": "master", "commit": "9139e5c90801029ff3602cac5d722e7036b6b176" },
41+
"nvim-lspconfig": { "branch": "master", "commit": "c34522092bee6e4abf68ed3b24dceee4bd5a48fc" },
4242
"nvim-neoclip.lua": { "branch": "main", "commit": "5b9286a40ea2020352280caeb713515badb03d99" },
43-
"nvim-treesitter": { "branch": "master", "commit": "9850baa958d6a1edd6586d77e354d89249f97a88" },
43+
"nvim-treesitter": { "branch": "master", "commit": "5d85bdd8832af4d674f894e0af2fdf75fae16bbc" },
4444
"nvim-treesitter-context": { "branch": "master", "commit": "fc7db280562455590c4592499542d6d5061dbe4b" },
4545
"nvim-treesitter-textobjects": { "branch": "master", "commit": "b55fe6175f0001347a433c9df358c8cbf8a4e90f" },
4646
"nvim-ts-rainbow": { "branch": "master", "commit": "ef95c15a935f97c65a80e48e12fe72d49aacf9b9" },
@@ -58,6 +58,7 @@
5858
"telescope.nvim": { "branch": "master", "commit": "942fe5faef47b21241e970551eba407bc10d9547" },
5959
"todo-comments.nvim": { "branch": "main", "commit": "0874bda6848ff6f3da3ffdf4bd8297a5c951c5d4" },
6060
"transparent.nvim": { "branch": "main", "commit": "2d8d650fc8a3b8da6a01031295547295eb473b7d" },
61+
"trouble.nvim": { "branch": "main", "commit": "2ae7237c2917d661f458443c9a88680f8ca2d7b2" },
6162
"undotree": { "branch": "master", "commit": "485f01efde4e22cb1ce547b9e8c9238f36566f21" },
6263
"urlview.nvim": { "branch": "main", "commit": "e92d99f062685f9d3ab84238e1cdde6399dc64ce" },
6364
"vim-angry-reviewer": { "branch": "main", "commit": "1bceea96e07b649e626958153a52379845af13b0" },
@@ -67,4 +68,4 @@
6768
"vim-rooter": { "branch": "master", "commit": "4f52ca556a0b9e257bf920658714470ea0320b7a" },
6869
"vimtex": { "branch": "master", "commit": "1043b590d98fa3f069a0879c65293aa2c7c31b0d" },
6970
"zen-mode.nvim": { "branch": "main", "commit": "d907e638c879642d226d27469b53db6925f69d4c" }
70-
}
71+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
return {
2+
"folke/trouble.nvim",
3+
denpendencies = "nvim-tree/nvim-web-devicons",
4+
config = function()
5+
require("trouble").setup({
6+
auto_close = true,
7+
})
8+
end,
9+
}

0 commit comments

Comments
 (0)