Skip to content

Commit

Permalink
Add trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jan 7, 2024
1 parent 69aae29 commit 3d1e996
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"nvim-ts-rainbow": { "branch": "master", "commit": "ef95c15a935f97c65a80e48e12fe72d49aacf9b9" },
"plenary.nvim": { "branch": "master", "commit": "55d9fe89e33efd26f532ef20223e5f9430c8b0c0" },
"telescope.nvim": { "branch": "master", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" },
"trouble.nvim": { "branch": "main", "commit": "f1168feada93c0154ede4d1fe9183bf69bac54ea" },
"vim-fugitive": { "branch": "master", "commit": "59659093581aad2afacedc81f009ed6a4bfad275" },
"vim-gutentags": { "branch": "master", "commit": "aa47c5e29c37c52176c44e61c780032dfacef3dd" },
"vim-test": { "branch": "master", "commit": "7e8583cb994aba0f2f1aebe25fd94af8afd7b291" },
Expand Down
15 changes: 15 additions & 0 deletions nvim/.config/nvim/lua/plugins/trouble.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
return {
"folke/trouble.nvim",
opts = {
fold_open = "",
fold_closed = "",
icons = false,
signs = {
error = "E",
warning = "W",
hint = "H",
information = "I",
other = "O",
},
},
}

0 comments on commit 3d1e996

Please sign in to comment.