Compare commits

..

3 Commits

Author SHA1 Message Date
Daveanand Mannie
3522c28620 [chore] include hidden on diagnostics 2026-02-04 10:20:37 -05:00
Daveanand Mannie
0fc8a32863 [chore] remove unused whichkey ui helpers 2026-02-02 15:33:46 -05:00
Daveanand Mannie
5f37db4f8b [update] venv selector to commit 321dbbb 2026-02-02 15:33:18 -05:00
3 changed files with 4 additions and 2 deletions

View File

@@ -35,6 +35,6 @@
"tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" },
"trouble.nvim": { "branch": "main", "commit": "bd67efe408d4816e25e8491cc5ad4088e708a69a" },
"ts-comments.nvim": { "branch": "main", "commit": "123a9fb12e7229342f807ec9e6de478b1102b041" },
"venv-selector.nvim": { "branch": "main", "commit": "58bae72c84b9f7f864c879ec1896e384296f9ffb" },
"venv-selector.nvim": { "branch": "main", "commit": "321dbbbfc3f1d25dad24c289e853cacd0666f77f" },
"which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }
}

View File

@@ -52,7 +52,7 @@ return {
explorer = { cycle = false, layout = { preset = "sidebar" } },
buffers = { layout = { preset = "vs_search" } },
lines = { main = { current = false }, layout = { preset = "vs_search" } },
diagnostics = { layout = { preset = "vs_search" } },
diagnostics = { layout = { preset = "vs_search" }, hidden=true },
diagnostics_buffer = { layout = { preset = "vs_search" } },
git_status = { ignored = false },
grep = { ignored = false, hidden = false, exclude = { "*.po", " *.pot" } },

View File

@@ -4,6 +4,8 @@ return {
opts = {
spec = {
{ "<leader>cL", "<cmd>LspRestart<CR>", icon = "󰝳" },
{ "<leader>`", hidden = true },
{ "<leader>-", hidden = true },
},
win = {
no_overlap = false,