mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
style: fix some spells (#3517)
This commit is contained in:
parent
c452fd730c
commit
c1cb4467ec
2 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@ return {
|
|||
picker = "telescope",
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>gi", "<cmd>Octo issue list<CR>", desc = "List Isues (Octo)" },
|
||||
{ "<leader>gI", "<cmd>Octo issue search<CR>", desc = "Search Isues (Octo)" },
|
||||
{ "<leader>gi", "<cmd>Octo issue list<CR>", desc = "List Issues (Octo)" },
|
||||
{ "<leader>gI", "<cmd>Octo issue search<CR>", desc = "Search Issues (Octo)" },
|
||||
{ "<leader>gp", "<cmd>Octo pr list<CR>", desc = "List PRs (Octo)" },
|
||||
{ "<leader>gP", "<cmd>Octo pr search<CR>", desc = "Search PRs (Octo)" },
|
||||
{ "<leader>gr", "<cmd>Octo repo list<CR>", desc = "List Repos (Octo)" },
|
||||
|
|
|
@ -83,7 +83,7 @@ describe("Extra", function()
|
|||
local opts = Plugin.values(ts, "opts", false)
|
||||
|
||||
if not vim.tbl_isempty(opts.ensure_installed) then
|
||||
it("does not install defaut Treesitter langs", function()
|
||||
it("does not install default Treesitter langs", function()
|
||||
local invalid = vim.tbl_filter(function(v)
|
||||
return vim.tbl_contains(tsensure, v)
|
||||
end, opts.ensure_installed or {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue