nvim minor

This commit is contained in:
Henrik Bakken
2025-05-13 00:58:35 +02:00
parent 9689b1048c
commit 0448ef648f
+3 -2
View File
@@ -338,6 +338,7 @@ end, {})
local function makespecs_themes() local function makespecs_themes()
return { return {
{ "aktersnurra/no-clown-fiesta.nvim", opts = { transparent = false } },
"NLKNguyen/papercolor-theme", "NLKNguyen/papercolor-theme",
"junegunn/seoul256.vim", "junegunn/seoul256.vim",
"mcauley-penney/phobos-anomaly.nvim", "mcauley-penney/phobos-anomaly.nvim",
@@ -1073,7 +1074,7 @@ local function makespec_snacks()
{ "<leader>sa", function() Snacks.picker.grep({ untracked = true }) end, desc = "Grep Files" }, { "<leader>sa", function() Snacks.picker.grep({ untracked = true }) end, desc = "Grep Files" },
{ "<leader>*", function() Snacks.picker.grep_word() end, desc = "Visual selection or word", mode = { "n", "x" }, }, { "<leader>*", function() Snacks.picker.grep_word() end, desc = "Visual selection or word", mode = { "n", "x" }, },
{ "<leader>/", function() Snacks.picker.search_history() end, desc = "Search History" }, { "<leader>/", function() Snacks.picker.search_history() end, desc = "Search History" },
{ "<leader>;", function() Snacks.picker.command_history() end, desc = "Command History" }, { "<leader>:", function() Snacks.picker.command_history() end, desc = "Command History" },
{ "<leader>sB", function() Snacks.picker.grep_buffers() end, desc = "Grep Buffers" }, { "<leader>sB", function() Snacks.picker.grep_buffers() end, desc = "Grep Buffers" },
{ "<leader>sb", function() Snacks.picker.lines() end, desc = "Grep Buffer" }, { "<leader>sb", function() Snacks.picker.lines() end, desc = "Grep Buffer" },
{ "<leader>sc", function() Snacks.picker.grep({ cwd = "/home/hjalmarlucius/dotfiles", title="Grep Configs" }) end, desc = "Grep Configs" }, { "<leader>sc", function() Snacks.picker.grep({ cwd = "/home/hjalmarlucius/dotfiles", title="Grep Configs" }) end, desc = "Grep Configs" },
@@ -1267,7 +1268,7 @@ end
local function makespec_mason() local function makespec_mason()
return { return {
"williamboman/mason.nvim", "mason-org/mason.nvim",
lazy = false, lazy = false,
opts = {}, opts = {},
keys = { { "<F3>", "<cmd>Mason<cr>", desc = "Mason" } }, keys = { { "<F3>", "<cmd>Mason<cr>", desc = "Mason" } },