Skip to content

Commit 69bc0f9

Browse files
committed
fix(depends)!: use upstream toml plugin
1 parent d4c4394 commit 69bc0f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ require('plug').add({
4242
depends = {
4343
{
4444
'wsdjeg/code-runner.nvim',
45+
'wsdjeg/toml.nvim',
4546
},
4647
},
4748
},

lua/tasks/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ local providers = {}
2020
-- load apis
2121

2222
local util = require('tasks.utils')
23-
local toml = require('tasks.toml')
23+
local toml = require('toml')
2424
local log = require('tasks.logger')
2525
local config = require('tasks.config')
2626

0 commit comments

Comments
 (0)