Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d6b57f

Browse files
committed
fix: correct vim API reference in color utils
1 parent 49be6d4 commit 1d6b57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/flutter-tools/lsp/color/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local tohex, bor, lshift, rshift, band = bit.tohex, bit.bor, bit.lshift, bit.rshift, bit.band
2-
local api = vim.vim.api
2+
local api = vim.api
33

44
local lazy = require("flutter-tools.lazy")
55
local ui = lazy.require("flutter-tools.ui") ---@module "flutter-tools.ui"

0 commit comments

Comments
 (0)