adding games
This commit is contained in:
parent
ccaa0fb220
commit
295ed5faed
2 changed files with 13 additions and 32 deletions
|
|
@ -45,5 +45,18 @@ return {
|
|||
opts = {},
|
||||
-- Optional dependencies
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
},
|
||||
{
|
||||
'jim-fx/sudoku.nvim',
|
||||
cmd = "Sudoku",
|
||||
config = function()
|
||||
require("sudoku").setup({
|
||||
-- configuration ...
|
||||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
'alec-gibson/nvim-tetris',
|
||||
cmd = "Tetris",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue