Fix missing comma
This commit is contained in:
parent
e8b2978247
commit
f5389e6367
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -1018,7 +1018,7 @@ require('lazy').setup({
|
||||||
picker = 'telescope',
|
picker = 'telescope',
|
||||||
-- Allow using :Octo without arguments
|
-- Allow using :Octo without arguments
|
||||||
enable_builtin = true,
|
enable_builtin = true,
|
||||||
}}
|
}},
|
||||||
{'stevearc/overseer.nvim', dependencies = {'folke/which-key.nvim'}, opts = {
|
{'stevearc/overseer.nvim', dependencies = {'folke/which-key.nvim'}, opts = {
|
||||||
task_list = {
|
task_list = {
|
||||||
bindings = {
|
bindings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue